summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Prefix "system" of all Windows System Colors was documentedharald.oehlmann@elmicron.de2016-01-071-13/+13
* Fixed bug [3102228] - <<ListboxSelect>> doesn't fire when selection lostfvogelnew1@free.fr2016-01-062-0/+50
|\
| * Fixed bug [3102228] - <<ListboxSelect>> doesn't fire when selection lostfvogelnew1@free.fr2016-01-062-0/+50
| |\
| | * Fixed bug [3102228] - <<ListboxSelect>> doesn't fire when selection lostfvogelnew1@free.fr2015-12-312-0/+50
* | | Fixed bug [1288433] - LisboxSelect event triggers when listbox state is disabledfvogelnew1@free.fr2016-01-063-14/+55
|\ \ \ | |/ /
| * | Fixed bug [1288433] - LisboxSelect event triggers when listbox state is disabledfvogelnew1@free.fr2016-01-063-14/+55
| |\ \ | | |/ | |/|
| | * Fixed bug [1288433] - LisboxSelect event triggers when listbox state is disabledfvogelnew1@free.fr2015-12-303-14/+55
| |/
* | Fixed bug [2f78c7c5ea] - text widget segfault with tablelistfvogelnew1@free.fr2015-12-262-1/+32
|\ \ | |/
| * Fixed bug [2f78c7c5ea] - text widget segfault with tablelistfvogelnew1@free.fr2015-12-262-1/+32
| |\
| | * Better comment about the fix, since the issue is now fully understood.fvogelnew1@free.fr2015-12-231-2/+3
| | * Added new test textDisp-9.14 to check against regression regarding bug [2f78c...fvogelnew1@free.fr2015-12-231-0/+24
| | * Fixed bug [2f78c7c5ea] - text segfault with tablelist in TkBTreeLinesTofvogelnew1@free.fr2015-12-231-1/+7
* | | Made test textDisp-16.18 pass again on Win7 after [a4bf73e4b8]: map the text ...fvogelnew1@free.fr2015-12-231-1/+1
|\ \ \ | |/ /
| * | Made test textDisp-16.18 pass again on Win7 after [a4bf73e4b8]: map the text ...fvogelnew1@free.fr2015-12-231-1/+1
| |/
* | Fixed bug [793909] - Problem with nonexistent namespacesfvogelnew1@free.fr2015-12-193-6/+50
|\ \ | |/
| * Fixed bug [793909] - Problem with nonexistent namespacesfvogelnew1@free.fr2015-12-193-6/+44
| |\
| | * Fixed bug [793909] - Problem with nonexistent namespacesfvogelnew1@free.fr2015-12-123-6/+44
* | | Fixed bug [1700065] - error in trace proc on textvariable doesn't trigger bge...fvogelnew1@free.fr2015-12-193-37/+108
|\ \ \ | |/ /
| * | Fixed bug [1700065] - error in trace proc on textvariable doesn't trigger bge...fvogelnew1@free.fr2015-12-193-33/+101
| |\ \ | | |/
| | * Updated header comments of EntryValueChanged, InsertChars and DeleteChars sin...fvogelnew1@free.fr2015-12-121-3/+6
| | * Merged core-8-5-branchfvogelnew1@free.fr2015-12-111-2/+17
| | |\
| | * | Fixed bug [1700065] - error in trace proc on textvariable doesn't trigger bge...fvogelnew1@free.fr2015-12-103-30/+94
* | | | spacingnijtmans@users.sourceforge.net2015-12-174-6/+6
* | | | merge-marknijtmans@users.sourceforge.net2015-12-160-0/+0
|\ \ \ \ | |/ / /
| * | | Fix for some redraw issues on Tk-Cocoa on OS X 10.11; further refinement of m...Kevin Walzer2015-12-1513-142/+225
* | | | Merge markKevin Walzer2015-12-150-0/+0
* | | | Fix for some redraw issues on Tk-Cocoa on OS X 10.11; further refinement of m...Kevin Walzer2015-12-1514-151/+227
* | | | Support to paste file list (e.g. support CF_HDROPtype) Ticket [9fcc519a7c]harald.oehlmann@elmicron.de2015-12-141-1/+35
|\ \ \ \
| * | | | minor formattingnijtmans@users.sourceforge.net2015-12-141-3/+4
| * | | | Support to paste file list (e.g. support CF_HDROPtype) Ticket [9fcc519a7c]harald.oehlmann@elmicron.de2015-12-141-3/+36
* | | | | Test winDialog-5.12.7 failed if first item in home folder was not a file->cor...harald.oehlmann@elmicron.de2015-12-141-1/+1
|/ / / /
* | | | Fixed bug [ff8a1e55a2] - Filling a never-mapped text widget is CPU hungry - P...fvogelnew1@free.fr2015-12-131-13/+5
|\ \ \ \ | |/ / /
| * | | Fixed bug [ff8a1e55a2] - Filling a never-mapped text widget is CPU hungry - P...fvogelnew1@free.fr2015-12-131-13/+5
| |\ \ \
| | * | | Better patch for bug [ff8a1e55a2] - Filling a never-mapped text widget is CPU...fvogelnew1@free.fr2015-12-071-13/+5
| | * | | Reverted [d29847c6] since there is a better patchfvogelnew1@free.fr2015-12-071-2/+1
| | * | | Fix for bug [ff8a1e55a2] - Filling a never-mapped text widget is CPU hungry -...fvogelnew1@free.fr2015-12-051-1/+2
* | | | | Fix for bug [1739605] - [text see] misbehaves following widget create/populat...fvogelnew1@free.fr2015-12-122-0/+20
|\ \ \ \ \ | |/ / / /
| * | | | Fix for bug [1739605] - [text see] misbehaves following widget create/populat...fvogelnew1@free.fr2015-12-122-0/+20
| |\ \ \ \ | | |_|_|/ | |/| | |
| | * | | Added non-regression test case: textDisp-11.21fvogelnew1@free.fr2015-12-061-0/+11
| | * | | Fix for bug [1739605] - [text see] misbehaves following widget create/populat...fvogelnew1@free.fr2015-12-051-0/+9
| | |/ /
* | | | Merge markfvogelnew1@free.fr2015-12-110-0/+0
|\ \ \ \ | |/ / /
| * | | Reverted [30c7d14b21], but really use a spinbox and not an entry for the test...fvogelnew1@free.fr2015-12-111-0/+14
| | |/ | |/|
* | | Reverted [aaf6b1a3a0]fvogelnew1@free.fr2015-12-111-0/+16
* | | Removed duplicate test: 'entry-23.1' in spinbox.test is the same as 'entry-21...fvogelnew1@free.fr2015-12-101-16/+0
|\ \ \ | |/ /
| * | Removed duplicate test: 'entry-23.1' in spinbox.test is the same as 'entry-21...fvogelnew1@free.fr2015-12-101-14/+0
* | | merge-mark. Remove unnecessary end-of-line spacingnijtmans@users.sourceforge.net2015-12-074-30/+30
|\ \ \ | |/ /
| * | Fix for zombie windows on El Capitan/OS X 10.11; thanks to Marc Culler for patchKevin Walzer2015-12-077-19/+62
| |/
* | Fix for zombie windows on El Capitan/OS X 10.11; thanks to Marc Culler for patchKevin Walzer2015-12-077-20/+63
* | Fix 64-bit MSVC build without SDK: If the MSVC version is recent enough, comp...nijtmans@users.sourceforge.net2015-12-032-13/+6
|\ \ | |/
| * Fix 64-bit MSVC build without SDK: If the MSVC version is recent enough, comp...nijtmans@users.sourceforge.net2015-12-032-13/+6