Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix init warnings | hobbs | 2004-10-05 | 5 | -14/+13 |
| | |||||
* | * generic/tkCursor.c: Add missing initialization in debug routine. | dgp | 2004-09-24 | 1 | -1/+4 |
| | |||||
* | text widget search fix | vincentdarley | 2004-09-23 | 1 | -1/+20 |
| | |||||
* | * generic/tkInt.decls: Add decl for TkWinGetPlatformTheme. | mdejong | 2004-09-21 | 3 | -3/+18 |
| | | | | | | | | | | | | | | | | It is only defined under Win32. * generic/tkIntPlatDecls.h: Regen. * generic/tkStubInit.c: Regen. * win/tkWinInt.h: Define TK_THEME_WIN_CLASSIC and TK_THEME_WIN_XP. * win/tkWinMenu.c (DrawMenuEntryAccelerator, DrawMenuEntryLabel): Draw a disabled 3D text highlight for the accelerator only with the Win95/98 look. Same goes for the menu entry text. * win/tkWinX.c (TkWinGetPlatformId, TkWinGetPlatformTheme): Automatically detect the Windows theme in use and return either TK_THEME_WIN_CLASSIC or TK_THEME_WIN_XP when the TkWinGetPlatformTheme function is invoked. [Patch 866194] | ||||
* | * generic/tkMenu.c (MenuWorldChanged): ensure that we recompute | hobbs | 2004-09-16 | 1 | -7/+7 |
| | | | | | the menu geometry on WorldChanged to handle font size changes. [Bug 607649] | ||||
* | Fixed a memory leak when a placed widget was forgotten. [Bug 1028888] | pspjuth | 2004-09-16 | 1 | -9/+41 |
| | |||||
* | fixed a small typo in TextPeerCmd() | rmax | 2004-09-10 | 1 | -2/+2 |
| | |||||
* | text widget 'peer' subcommand -- TIP#169 implementation | vincentdarley | 2004-09-10 | 12 | -1327/+4155 |
| | |||||
* | TIP#165 (user data field) implementation. | dkf | 2004-08-29 | 3 | -24/+79 |
| | |||||
* | regen | dkf | 2004-08-19 | 2 | -2/+29 |
| | |||||
* | TIP#168 implementation. Based on [Patch 886240] | dkf | 2004-08-19 | 3 | -41/+408 |
| | |||||
* | Add missing GEOMETRY flag to -handlepad option. [Bug 1010938] | dkf | 2004-08-18 | 1 | -434/+424 |
| | |||||
* | D'oh! | dkf | 2004-08-04 | 1 | -3/+3 |
| | |||||
* | Clarify code that does pixel compositing. Fix alpha blending in [$photo put]... | dkf | 2004-08-04 | 1 | -68/+110 |
| | |||||
* | Applied a fix from the core-8-4-branch so that unmapped windows don't queue ↵ | georgeps | 2004-07-29 | 1 | -1/+5 |
| | | | | events. | ||||
* | * generic/tkImgGIF.c (FileReadGIF): fix crash reported by Reinhard Max: | das | 2004-07-27 | 1 | -4/+5 |
| | | | | | in case of premature end of image data, return error instead of passing nil buffer to Tk_PhotoPutBlock(). | ||||
* | * generic/tkEvent.c (InvokeInputMethods): ensure IC focus is set | hobbs | 2004-07-21 | 1 | -1/+11 |
| | | | | after creation. [Bug #905830] | ||||
* | The usage of the TK_XIM_SPOT definition was causing a build failure with ↵ | georgeps | 2004-07-05 | 1 | -5/+5 |
| | | | | some systems. I changed the function prototype and the CreateXIMSpot block to work correctly. | ||||
* | TIP#158 implementation; keypad keys on Win are now distinguishable. | dkf | 2004-07-05 | 2 | -2/+4 |
| | |||||
* | tkEvent.c was refactored to be cleaner and fix two bugs. Two bugs were ↵ | georgeps | 2004-07-02 | 1 | -315/+650 |
| | | | | found and fixed. Button mask 4 and 5 synchronizing with the TkDisplay and ClientMessage handlers conflicting with the GenericHandler list. | ||||
* | TIP#153 implementation from Neil McKay, with thanks! | dkf | 2004-06-30 | 1 | -20/+21 |
| | |||||
* | * generic/tkCmds.c (Tk_WinfoObjCmd): refetch interp result obj for | hobbs | 2004-06-29 | 1 | -1/+5 |
| | | | | 'winfo id' as it can change when making the window exist. | ||||
* | Fix for [Bug 756840] | Joe Mistachkin | 2004-06-26 | 1 | -1/+16 |
| | |||||
* | More minor whitespace cleaning | dkf | 2004-06-15 | 1 | -44/+54 |
| | |||||
* | D'oh! | dkf | 2004-06-15 | 1 | -2/+2 |
| | |||||
* | Adjust #defs so they are flexible enough to be used in all places. | dkf | 2004-06-15 | 1 | -84/+85 |
| | | | | Also removed a shadowing variable. | ||||
* | Add declarations of result... D'oh! | dkf | 2004-06-15 | 1 | -2/+3 |
| | |||||
* | Balance braces, factorize out much #ifdef code and use objects a bit more | dkf | 2004-06-15 | 1 | -238/+65 |
| | |||||
* | Spacing/whitespace fixes | dkf | 2004-06-15 | 1 | -779/+770 |
| | |||||
* | Small clean up of the canvas core (symbolic constants, whitespace) | dkf | 2004-06-15 | 1 | -26/+37 |
| | |||||
* | multiline text widget regexp search fix | vincentdarley | 2004-06-09 | 1 | -2/+2 |
| | |||||
* | ckfree() the correct element! [Bug 969358] | dkf | 2004-06-09 | 1 | -2/+2 |
| | |||||
* | Silence compiler warnings | dgp | 2004-06-08 | 3 | -28/+3 |
| | |||||
* | * generic/tkCanvText.c (DisplayCanvText): Fix text | mdejong | 2004-06-08 | 1 | -7/+16 |
| | | | | | | | | | | | | | | rendering problem with canvas text items that have a selected region. The previous implementation would render the whole line and then redraw the selected text if it was a different color. This caused problems when the selected text foreground differs from the normal text foreground, the anti-aliasing alpha pixels for the two text strings would blend together resulting in strange looking text. The fix is to draw the normal text and the selected text separately. This problem has only been observed under Windows, with anti-aliased text. [Patch 968725] | ||||
* | text widget partial line height calculations fix | vincentdarley | 2004-06-07 | 2 | -18/+60 |
| | |||||
* | text widget fixes | vincentdarley | 2004-06-04 | 3 | -10/+39 |
| | |||||
* | Minor fix for Tk_GetVisual error message | dkf | 2004-05-23 | 1 | -4/+4 |
| | |||||
* | Modified HandleEventGenerate to properly generate <Destroy> event | chengyemao | 2004-05-13 | 1 | -3/+11 |
| | |||||
* | * generic/tkClipboard.c: Move TkClipCleanup from tkClipboard.c | hobbs | 2004-05-03 | 1 | -37/+1 |
| | | | | | | | | * macosx/tkMacOSXXStubs.c: to being implemented in a platform * unix/tkUnixEvent.c: specific manner. The cleanup order was * win/tkWinX.c: bad at least on Windows, where we reset/cleared display info that was still needed for the clipboard to render. [Bug #939389, #822002, #732662] | ||||
* | * tests/panedwindow.test: panedwindow-25.1 | hobbs | 2004-05-03 | 1 | -1/+13 |
| | | | | | * generic/tkPanedWindow.c (Unlink): clean up -before/-after refs to a slave when removing it. [Bug #928413] (griffin) | ||||
* | * generic/tkImgPhoto.c (ImgPhotoConfigureMaster): force -data into | hobbs | 2004-05-03 | 1 | -5/+13 |
| | | | | | ByteArray and -format into String to correctly handle them if they have been shimmered or created as some other object type. | ||||
* | * generic/tkPort.h: | das | 2004-04-24 | 1 | -2/+2 |
| | | | | | | | | * unix/Makefile.in: * win/Makefile.in: followup on tcl header reform [FR 922727]: removed use of relative #include paths in tkPort.h to allow installation of private headers outside of tk source tree; added tcl plaform source dir to compiler header search path. | ||||
* | * generic/tkImgPhoto.c: Removed outdated #include's of the tclMath.h | dgp | 2004-03-31 | 2 | -4/+2 |
| | | | | | | * generic/tkScale.c: header file. All tk*Port.h files have long had a #include <math.h>, and other parts of Tk routinely make use of libm-supplied math routines. | ||||
* | Allow PPMs to be read from a string. [FRQ 540375] | dkf | 2004-03-27 | 1 | -8/+322 |
| | |||||
* | * README: Bump version to 8.5a2. | dgp | 2004-03-26 | 1 | -3/+3 |
| | | | | | | | | | | | * generic/tk.h: * macosx/Wish.pbproj/project.pbxproj: * unix/configure.in: * unix/tk.spec: * win/configure.in: * unix/configure: autoconf-2.57 * win/configure: | ||||
* | Tweak to 923555 fix. | dgp | 2004-03-26 | 1 | -2/+2 |
| | |||||
* | Whoops. Forgot to set the photo image type registration correctly. D'oh! | dkf | 2004-03-26 | 1 | -2/+2 |
| | |||||
* | Allow old-style image formats to create string representations of photos, | dkf | 2004-03-26 | 2 | -24/+132 |
| | | | | and allow the production of PPM format data in a string. [Bug 923555] | ||||
* | Removed support for Mac OS Classic platform [Patch 918139] | das | 2004-03-17 | 24 | -2661/+182 |
| | |||||
* | fix lint warnings | hobbs | 2004-03-16 | 1 | -1/+2 |
| |