| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Fixed a small mistake in previous checkin. | pspjuth | 2003-09-18 | 1 | -1/+7 |
|
|
* | Implementation of TIP#147, "Make Grid's Column/Row Configure Easier". | pspjuth | 2003-09-18 | 1 | -2/+59 |
|
|
* | * generic/tkImage.c: Stopped [image create] from generating an | dgp | 2003-09-17 | 1 | -1/+13 |
|
|
* | Reworked a part of grid's geometry computations | pspjuth | 2003-09-16 | 1 | -3/+109 |
|
|
* | * doc/wish.1: Implementation of TIPs 137/151. | dgp | 2003-09-05 | 1 | -9/+81 |
|
|
* | * library/scale.tcl: Fix for bug #787065 for Button-2 press. | patthoyts | 2003-08-13 | 1 | -1/+51 |
|
|
* | * win/tkWinCursor.c: Fix for bug #776646 for a native hand2 and | patthoyts | 2003-07-24 | 1 | -1/+152 |
|
|
* | Fix for [Bug 702230], and an evil bug it is too! | dkf | 2003-07-18 | 1 | -1/+18 |
|
|
* | * generic/tkPanedWindow.c (ArrangePanes): Ensure that the last pane | hobbs | 2003-07-17 | 1 | -2/+23 |
|
|
* | Make sure all options can be set | pspjuth | 2003-07-16 | 1 | -3/+28 |
|
|
* | Stop xhost smash by the test suite; that can render a machine unusable. | dkf | 2003-07-09 | 1 | -4/+4 |
|
|
* | fix to menu clone deletion bug | vincentdarley | 2003-05-30 | 1 | -2/+2 |
|
|
* | The panedwindow widget now sizes right around unmapped windows. [Bug 738143] | dkf | 2003-05-21 | 1 | -1/+11 |
|
|
* | Fixed test suite breakage that I inadvertently introduced [Bug 739965] | dkf | 2003-05-19 | 2 | -5/+5 |
|
|
* | tip 113 implementation | vincentdarley | 2003-05-19 | 5 | -26/+535 |
|
|
* | * generic/tkCanvPoly.c (PolygonToPostscript): | hobbs | 2003-05-11 | 1 | -1/+8 |
|
|
* | Stop deleted images from showing up in the various [image *] operations. | dkf | 2003-05-08 | 2 | -14/+28 |
|
|
* | * tests/all.tcl: Made better use of a common | dgp | 2003-04-01 | 93 | -596/+286 |
|
|
* | * tests/unixWm.test (unixWm-41.2): Corrected typo in 2003-03-13 | dgp | 2003-03-18 | 1 | -2/+2 |
|
|
* | * tests/unixWm.test: Constrained all tests older than revision 1.21 | dgp | 2003-03-13 | 2 | -171/+172 |
|
|
* | * tests/unixWm.test: Add the testwrapper | mdejong | 2003-03-12 | 1 | -7/+7 |
|
|
* | * doc/wm.n (minimize, maximize): Remove claim | mdejong | 2003-03-12 | 2 | -26/+209 |
|
|
* | * generic/tkGrid.c (GridStructureProc, ConfigureSlaves): | mdejong | 2003-03-12 | 3 | -3/+23 |
|
|
* | Make all %-expansions generate ?? when their event doesn't have the right | dkf | 2003-02-28 | 1 | -1/+8 |
|
|
* | * generic/tkListbox.c (ListboxSelectionSubCmd): | hobbs | 2003-02-25 | 1 | -1/+14 |
|
|
* | * unix/tkUnixButton.c (TkpDisplayButton): Correct visual display | hobbs | 2003-02-25 | 1 | -14/+30 |
|
|
* | * generic/tkEntry.c (SpinboxWidgetObjCmd, EntryWidgetObjCmd): | hobbs | 2003-02-25 | 2 | -2/+32 |
|
|
* | Use the panedwindow's depth, not the screen's default depth. [Bug #671122] | dkf | 2003-02-21 | 2 | -1/+15 |
|
|
* | * tests/panedwindow.test: | hobbs | 2003-02-21 | 1 | -32/+51 |
|
|
* | Fixed calculation of the last slave's | pspjuth | 2003-02-20 | 1 | -1/+48 |
|
|
* | * generic/tkEvent.c (Tk_HandleEvent): Fixup button | mdejong | 2003-02-18 | 1 | -1/+16 |
|
|
* | * generic/tkCanvArc.c (CreateArc): Rework canvas create item | hobbs | 2003-02-09 | 3 | -6/+28 |
|
|
* | Moved 'deletionEpoch' field from TkDisplay to TkMainInfo. | jenglish | 2003-01-28 | 1 | -1/+9 |
|
|
* | * generic/tkImage.c (Tk_ImageObjCmd): Added check to make sure | dkf | 2003-01-22 | 1 | -4/+13 |
|
|
* | * generic/tkSelect.c (Tk_CreateSelHandler): | jenglish | 2003-01-14 | 1 | -1/+11 |
|
|
* | * tests/event.test (_keypress, _text_ind_to_x_y): | mdejong | 2002-12-02 | 1 | -13/+17 |
|
|
* | * tests/wm.test: Add wm-transient-6.3 to | mdejong | 2002-12-01 | 1 | -1/+16 |
|
|
* | * tests/textDisp.test: | hobbs | 2002-11-22 | 1 | -1/+12 |
|
|
* | * generic/tkWindow.c (Tk_DestroyWindow, | mdejong | 2002-11-14 | 1 | -1/+158 |
|
|
* | * tests/unixWm.test: Add short delay to test unixWm-51.7 | mdejong | 2002-11-07 | 1 | -1/+3 |
|
|
* | place info did not return all settings, | pspjuth | 2002-11-07 | 1 | -3/+13 |
|
|
* | * tests/imgPhoto.test: | hobbs | 2002-10-18 | 1 | -1/+10 |
|
|
* | * tests/text.test: properly return the number of | hobbs | 2002-10-17 | 1 | -14/+7 |
|
|
* | The grid size was not updated properly | pspjuth | 2002-10-10 | 1 | -1/+21 |
|
|
* | * tests/canvPs.test: tests for canvas embedded window ps generation | hobbs | 2002-10-10 | 1 | -1/+31 |
|
|
* | * tests/winButton.test: add option clear to top to prevent option | hobbs | 2002-10-08 | 1 | -2/+2 |
|
|
* | * tests/entry.test: added entry-20.7 | hobbs | 2002-10-02 | 1 | -1/+11 |
|
|
* | Finally dealt with 614650 and with a simpler solution too. | dkf | 2002-10-01 | 1 | -3/+7 |
|
|
* | * tests/panedwindow.test: added panedwindow-28.[12] | hobbs | 2002-09-30 | 1 | -5/+14 |
|
|
* | 614650 is still lurking, but now mainly as a [text] widget bug... | dkf | 2002-09-30 | 1 | -1/+49 |
|
|