summaryrefslogtreecommitdiffstats
path: root/doc/src/examples/widgets-softkeys.qdoc
diff options
context:
space:
mode:
authorJyri Tahtela <jyri.tahtela@nokia.com>2011-05-13 11:30:46 (GMT)
committerJyri Tahtela <jyri.tahtela@nokia.com>2011-05-13 11:30:46 (GMT)
commit50ea2454c0ad9b28be6dd5125c74466f0f96d16a (patch)
tree610e8b4852bca7d23ec5c4b9937a119eed96a124 /doc/src/examples/widgets-softkeys.qdoc
parent0f750aec4507fffc06acea46a513c6d374564d6a (diff)
parenta80130b07c5b8ee4b06eabbceb65eb23d4d4602e (diff)
downloadQt-50ea2454c0ad9b28be6dd5125c74466f0f96d16a.zip
Qt-50ea2454c0ad9b28be6dd5125c74466f0f96d16a.tar.gz
Qt-50ea2454c0ad9b28be6dd5125c74466f0f96d16a.tar.bz2
Merge remote-tracking branch 'qt/4.8'
Conflicts: src/s60installs/eabi/QtOpenGLu.def
Diffstat (limited to 'doc/src/examples/widgets-softkeys.qdoc')
0 files changed, 0 insertions, 0 deletions
720879afe9'>bug_720879afe9 Tk is a free and open-source, cross-platform widget toolkit that provides a library of basic elements of GUI widgets for building a graphical user interface (GUI) in many programming languages.
summaryrefslogtreecommitdiffstats
path: root/library/text.tcl
Commit message (Expand)AuthorAgeFilesLines
* [https://core.tcl-lang.org/tcl/tktview/0439e1e1a3|0439e1e1a3] can't -> cannot...core-bug-0439e1e1a3jan.nijtmans2024-07-081-1/+6
* Possible fix for [55e742aea6]: In text, Ctrl+Left and Ctrl+Right behave diffe...jan.nijtmans2024-01-261-14/+19
* Let's simply use "1" for -underline/-overstrike in stead of "on"jan.nijtmans2024-01-261-1/+1
* For X11 only: Minimize the number of artifacts caused by intermixed <MouseWhe...csaba2023-12-011-9/+9
* Introduce a separate TouchpadScroll event. Avoids Extended-MouseWheel events...marc_culler2023-11-271-1/+1
* Switch from Control-MouseWheel to Extended-MouseWheel.marc_culler2023-11-241-1/+1
* Restore the ScaleNum invocations in the Text MouseWheel binding.marc_culler2023-11-241-4/+4
* Add bindings for Scrollbar and Listbox. Fix bindings for Text.marc_culler2023-11-211-2/+2
* Add smooth scrolling for Text widgets on macOS.marc_culler2023-11-201-0/+9
* Restore low-res scrollwheel behavior; insert a placeholder for sending touchp...marc_culler2023-11-191-20/+5
* Add helper functions to avoid multiple occurrences of hard-wired constants.marc_culler2023-11-191-5/+4
* Fix errors in text.tcl. Thanks Csaba!marc_culler2023-11-131-6/+6
* Give the new flag a name in text.tcl.marc_culler2023-11-121-5/+5
* Implement smooth scrolling for macOS in a way which can be adapted to other p...marc_culler2023-11-111-4/+20
* Revert text.tcl, compensate by using the MSteryFactor.culler2023-11-091-9/+2
* Remove the delta accumulator; allow a Text to scroll at pixel resolution; use...culler2023-11-091-2/+9
* Made the mouse wheel bindings for the text widget (which scroll by pixels) an...csaba2023-07-121-4/+4
* Fix [a9cf210a42]: Text select doesn't cover first character.fvogel2023-04-301-1/+5
|\
| * Add comment and non-regression test text-38.1 (correctly failing before and p...fvogel2023-04-221-2/+5
| * Fix [a9cf210a42]: Text select doesn't cover first characterfvogel2023-04-211-1/+2
* | Merge 8.7jan.nijtmans2022-04-191-1/+1
|\ \
| * \ Merge 8.6jan.nijtmans2022-04-191-0/+1
| |\ \ | | |/
| | * Fix [8dd3d58c62]: macOS Aqua: Fn + e to access Emojijan.nijtmans2022-04-191-6/+7
| | * Add ISSUE_TEMPLATE and PULL_REQUEST_TEMPLATE for github. jan.nijtmans2021-06-211-1/+1
* | | Mod4 -> Fnjan.nijtmans2022-04-191-2/+2
* | | Fix [8dd3d58c62]: macOS Aqua: Fn + e to access Emojijan.nijtmans2022-04-191-1/+2
* | | Merge enhanced-indexjan.nijtmans2021-10-271-6/+20
|\ \ \ | |/ /
| * | Make IME bindings not leak into global variablesdkf2021-09-241-6/+20
* | | Merge enhanced-index branch. Add two new functions ::tk::wordBreakBefore/::tk...jan.nijtmans2021-05-101-2/+2
|\ \ \ | |/ /
* | | Fix startOfClusterObjCmd/endOfClusterObjCmd so they can handle index "end" to...jan.nijtmans2021-03-211-14/+16
* | | Finish incomplete function renaming. Remove unused functionjan.nijtmans2021-03-201-6/+6
* | | Merge 8.7jan.nijtmans2021-02-021-4/+4
|\ \ \ | |/ /
| * | Proposed fix for [26889b3e7b]: Make the uniform mouse wheel event handling mo...jan.nijtmans2020-12-291-4/+4
* | | Merge 8.7jan.nijtmans2020-12-221-1/+1
|\ \ \ | |/ /
| * | (c) -> ©jan.nijtmans2020-12-091-1/+1
* | | Merge mainculler2020-11-101-107/+22
|\ \ \ | |/ /
| * | Handle "Commmand-" bindings platform-dependant toojan.nijtmans2020-11-031-3/+1
| * | Fix bug in TIP #474 implementation: Wrong bindings for Mousewheel in text wid...jan.nijtmans2020-10-231-4/+4
| | |
| | \
| *-. \ Make use of TIP #587 in Tk: Now we can assume that all Tcl files are utf-8jan.nijtmans2020-10-221-3/+3
| |\ \ \ | | | |/
| | * | Merge trunkjan.nijtmans2020-10-051-3/+3
| * | | Merge trunk. jan.nijtmans2020-09-29