summaryrefslogtreecommitdiffstats
path: root/generic/ttk/ttkEntry.c
Commit message (Expand)AuthorAgeFilesLines
* Much more WIP: Appears to be working on UNIX, and for a bit part on Windows too.jan.nijtmans2019-12-201-68/+73
* Merge 8.6jan.nijtmans2019-11-261-1/+1
|\
| * Now that TkUniCharToUtf() produces maximum of 4 bytes, reduce storage. More c...jan.nijtmans2019-11-211-1/+1
* | merge trunkjan.nijtmans2019-06-051-9/+46
|\ \
| * \ Merge implementation of TIP #541 following positive vote by the TCT.fvogel2019-05-261-9/+46
| |\ \ | | |/
| | * Merge implementation of TIP #541 following positive vote by the TCT.fvogel2019-05-261-9/+46
| | |\
| | | * Fix [2858503fff]: 'end' index for ttk::combobox currentfvogel2019-05-031-9/+46
* | | | Merge trunkjan.nijtmans2019-05-101-4/+5
|\ \ \ \ | |/ / /
| * | | Merge 8.6jan.nijtmans2019-05-091-1/+1
| |\ \ \ | | |/ /
| | * | Whitespace cleanup, syncronize a little with "trunk" version.jan.nijtmans2019-05-091-1/+1
| * | | Fix [2513186fff], [f9343d8f72] and [8261c517af]: ttk scrolling (xview/yview c...fvogel2019-05-081-1/+2
| |\ \ \ | | |/ /
| | * | Fix '.e index @'. The returned answer could be wrong if the scroll info was n...fvogel2019-04-281-0/+1
| | * | Factorize the code a bit, and avoid calling the layoutProc twice when calling...fvogel2019-04-281-1/+1
| | * | Revert irrelevant blank changesfvogel2019-04-271-1/+0
| | * | More generic fix, for [8261c517af] and [2513186fff].fvogel2019-04-271-8/+0
| | * | Write code more consistently with the rest of the ttkEntry.c filefvogel2019-04-261-3/+2
| | * | Optimize the fix: the layout calculation is only needed if the display is out...fvogel2019-04-261-1/+4
| | * | Fix [2513186fff] and [f9343d8f72]: ttk::entry xview sub-command forces use of...fvogel2019-04-221-0/+7
| | |/
| * | Change size_t usages to (internal type) TkSizeT usages, which is "int" when c...jan.nijtmans2019-04-041-2/+2
* | | Merge trunkjan.nijtmans2019-04-021-2/+2
|\ \ \ | |/ /
| * | Change (internal) signature of TkMenuConfigureEntryDrawOptions/TkActivateMenu...jan.nijtmans2019-03-311-2/+2
* | | Merge 8.7jan.nijtmans2019-01-131-7/+5
|\ \ \ | |/ /
| * | Merge 8.6jan.nijtmans2019-01-101-7/+5
| |\ \ | | |/
| | *-. Merge 8.6 and all changes from original [bug-9e31fd9449] branchjan.nijtmans2019-01-081-10/+6
| | |\ \
| | | | * Fix [9e31fd944934e269121fa78ff56b7b86f33e6db6|9e31fd9449]: X11/X.h and Window...jan.nijtmans2019-01-081-4/+4
| | | | |\
| | | | | * Bring back more original "None" usages, and fix other warnings which graduall...jan.nijtmans2019-01-031-2/+2
| | * | | | As requested by Christian Werner/François Vogel and others: Undo many None -...jan.nijtmans2018-12-311-4/+4
| | |\ \ \ \ | | | | |_|/ | | | |/| |
| | | * | | As requested by Christian Werner/François Vogel and others: Undo many None -...jan.nijtmans2018-12-311-5/+5
| | * | | | Fix [9e31fd9449]: X11/X.h and Windows.h have conflicting symbols jan.nijtmans2018-12-201-5/+5
| | |\ \ \ \ | | | |/ / / | | | | / / | | | |/ / | | |/| |
| | | * | Fix [9e31fd944934e269121fa78ff56b7b86f33e6db6|9e31fd9449]: X11/X.h and Window...jan.nijtmans2018-12-201-5/+5
| | | |/
* | | | Merge trunkjan.nijtmans2018-12-081-3/+3
|\ \ \ \ | |/ / /
| * | | Eliminate USE_OLD_TAG_SEARCH: It isn't used and tested any more.jan.nijtmans2018-12-081-3/+3
* | | | Merge trunkjan.nijtmans2018-11-251-1/+1
|\ \ \ \ | |/ / /
| * | | Eliminate CONST86: Since Tk 8.7 only compiles with Tcl >= 8.6 anyway, we jus...jan.nijtmans2018-10-191-1/+1
* | | | Experiment: let's see if we can deprecate Tk_Offset() in favor of offsetof()jan.nijtmans2018-10-061-27/+27
|/ / /
* | | Fix [6fcaaa6f80]: ttk::entry insertion cursor not visible. Patch from Csaba N...fvogel2018-09-081-3/+10
|\ \ \ | |/ /
| * | Ooops, one line should have been removed in previous commit. Plus: don't conv...fvogel2018-09-071-2/+1
| * | Better version of the patch, again by Csaba Nemethifvogel2018-09-071-6/+7
| * | bugfix branch for: [6fcaaa6f80] bll2018-08-311-1/+8
* | | Header include reform: Since "tkInt.h" already contains header files like <st...jan.nijtmans2018-09-061-3/+1
* | | More preparation for TIP #494 compatibitly. Add 2 utility functions, which ca...jan.nijtmans2018-08-111-6/+6
* | | Latest changes from René Zaumseil. Now tk::spinbox supports -placeholder* op...fvogel2018-03-051-1/+1
* | | A better way of checking if -placeholder was given non empty or notfvogel2018-02-111-2/+1
* | | ttk::entry: cosmetic changesfvogel2018-02-111-23/+23
* | | Fix bug (only 8 characters from the placeholder could be seen). Patch from Re...fvogel2018-02-081-1/+5
* | | -placeholdertext becomes -placeholder. Changes provided by René Zaumseilfvogel2018-02-061-7/+7
* | | Change -empty* option names to -placeholder*. Changes provided by René Zaumseilfvogel2018-02-061-17/+17
* | | Implementation of TIP #496 - Display hints in ::ttk::entry (by René Zaumseil)fvogel2018-01-311-2/+40
|/ /
* | Test whether in a safe interpreter before writing to the PRIMARY selection. ...kjnash2017-06-131-3/+6
* | More simplificationsjan.nijtmans2016-09-191-7/+7