| Commit message (Expand) | Author | Age | Files | Lines |
* | fix warning | das | 2008-12-05 | 1 | -1/+2 |
|
|
* | Improve the code to convert from pixels to points | dkf | 2008-12-05 | 1 | -4/+7 |
|
|
* | undid previous 'fix': 'const' is only useful for pointers, not for | nijtmans | 2008-12-05 | 3 | -29/+29 |
|
|
* | Clean up PS prolog generation, getting rid of an obsolete file, and stop text | dkf | 2008-12-05 | 1 | -6/+8 |
|
|
* | Make TkTextMakeByteIndex implementation agree with the prototype (const-ness) | patthoyts | 2008-12-05 | 1 | -2/+2 |
|
|
* | Move 10 functions from tkText.h to | nijtmans | 2008-12-04 | 4 | -37/+189 |
|
|
* | Add new "hover" state | jenglish | 2008-12-03 | 3 | -4/+21 |
|
|
* | Refactoring of the millimeter patch. Fix of a potential issue if a pixel obje... | ferrieux | 2008-11-29 | 1 | -5/+16 |
|
|
* | Fix stupid bug in millimeter patch (conditionally uninited var) | ferrieux | 2008-11-28 | 1 | -1/+3 |
|
|
* | Millimeter patch. Fixes [1813597,2218964] by eliminating the functional redun... | ferrieux | 2008-11-27 | 4 | -17/+102 |
|
|
* | elminate warning: unused variable 'tkwin' | nijtmans | 2008-11-27 | 4 | -34/+34 |
|
|
* | Making code neater... | dkf | 2008-11-26 | 1 | -22/+23 |
|
|
* | Minor tidying up | dkf | 2008-11-25 | 1 | -99/+74 |
|
|
* | [Bug 1389270] event generate silently ignored focus events. These can now be ... | patthoyts | 2008-11-23 | 4 | -17/+21 |
|
|
* | Formatting | dkf | 2008-11-23 | 1 | -6/+6 |
|
|
* | use M_PI when available, remove redundant definitions of PI | das | 2008-11-22 | 3 | -10/+7 |
|
|
* | Fixed up complaints from MSVC engendered by the last commit. In particular re... | patthoyts | 2008-11-22 | 2 | -33/+36 |
|
|
* | TIP#119 implementation. [Patch 1611359] | dkf | 2008-11-22 | 3 | -102/+612 |
|
|
* | Minor simplification in fix for [Bug 2312027]: | nijtmans | 2008-11-18 | 2 | -15/+7 |
|
|
* | Widget self-destruction is not necessarily an error [Bug 2298720]. | jenglish | 2008-11-16 | 2 | -8/+7 |
|
|
* | bug 2239034: restrict [wm manage] to Frame type widgets | patthoyts | 2008-11-15 | 2 | -2/+13 |
|
|
* | ttkWidget.c: Reworked widget construction and destruction sequence; | jenglish | 2008-11-13 | 2 | -109/+129 |
|
|
* | Small syntactic improvements | dkf | 2008-11-12 | 1 | -18/+23 |
|
|
* | fix [Bug 2265860] new test failures | nijtmans | 2008-11-12 | 1 | -2/+2 |
|
|
* | modify Tk_Create(Old)ImageType signature, relaxing | nijtmans | 2008-11-12 | 7 | -50/+101 |
|
|
* | Don't crash when application uses nondefault visual [#2264732]. | jenglish | 2008-11-11 | 1 | -3/+2 |
|
|
* | Ttk widget initializeProc()s now return void instead of | jenglish | 2008-11-09 | 11 | -49/+30 |
|
|
* | One more (hopefully the last) signature change | nijtmans | 2008-11-09 | 3 | -11/+11 |
|
|
* | One more (hopefully the last) signature change | nijtmans | 2008-11-09 | 6 | -18/+18 |
|
|
* | Remove unnecessary casts from ttkWidget.c. | jenglish | 2008-11-09 | 1 | -15/+14 |
|
|
* | make all Tk_CustomOption tables const and | nijtmans | 2008-11-09 | 8 | -61/+46 |
|
|
* | More small changes to use C89 better and manage the result more efficiently. | dkf | 2008-11-08 | 12 | -207/+176 |
|
|
* | Lots of small changes to make code more pretty and C89-like. | dkf | 2008-11-08 | 1 | -115/+110 |
|
|
* | Lots of small changes to make code more pretty and C89-like. | dkf | 2008-11-08 | 21 | -370/+356 |
|
|
* | add "-Wno-implicit-int" flag for gcc, as on UNIX | nijtmans | 2008-11-06 | 1 | -2/+2 |
|
|
* | no need to use CONST in internal header files | nijtmans | 2008-11-05 | 4 | -21/+21 |
|
|
* | CONSTify string and fileName parameters of TkGetBitmapData | nijtmans | 2008-11-05 | 4 | -31/+33 |
|
|
* | ttkEntry.c: fix warning: unused variable 'currentValue' | nijtmans | 2008-11-03 | 2 | -16/+15 |
|
|
* | Added cast to work around stupid type inference bug in MSVC. Apparently it | dkf | 2008-11-03 | 1 | -2/+2 |
|
|
* | Forgot to check this in due to local network woes. | dkf | 2008-11-02 | 1 | -43/+52 |
|
|
* | more internal -Wwrite-strings warning fixes | nijtmans | 2008-11-02 | 5 | -42/+42 |
|
|
* | Implementation of TIP 97 - canvas imove and rchars methods. | dkf | 2008-11-01 | 5 | -700/+942 |
|
|
* | Implemented the themed spinbox widget ttk::spinbox. | patthoyts | 2008-11-01 | 1 | -68/+350 |
|
|
* | Temporary workaround for [Bug 2207435] | jenglish | 2008-10-31 | 1 | -1/+2 |
|
|
* | more internal -Wwrite-strings warning fixes | nijtmans | 2008-10-30 | 16 | -80/+72 |
|
|
* | [Bug 2190619] Warnings due to Tk_SmoothMethod | nijtmans | 2008-10-30 | 8 | -80/+65 |
|
|
* | Remove incorrect 'const' qualifier. | jenglish | 2008-10-29 | 1 | -7/+7 |
|
|
* | CONST update | dgp | 2008-10-29 | 1 | -2/+2 |
|
|
* | CONSTify TkPrintPadAmount, TkCreateFrame, TkCreateMainWindow | nijtmans | 2008-10-28 | 18 | -85/+103 |
|
|
* | Disable test ttk-6.3, it's not applicable [Bug 2175411]. | jenglish | 2008-10-24 | 1 | -10/+5 |
|
|