summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* * doc/text.n: note 'image' key in 'dump' command. [Bug 1115907]hobbs2005-02-112-4/+6
|
* * win/tkWinWm.c (TkWinGetIcon): fix toplevel retrieval forhobbs2005-02-112-10/+14
| | | | determining icon ref (potential crash). [Bug 1105738]
* * generic/tkCanvBmap.c (ConfigureBitmap, ComputeBitmapBbox): Fixedhobbs2005-02-112-32/+62
| | | | | possible crash with disabled bmap and bbox handling [Bug 1119460] (BitmapToPostscript): made aware of various bitmap types
* * unix/Makefile.in: remove SHLIB_LD_FLAGS (only for AIX, inlinedhobbs2005-02-114-573/+1111
| | | | | | * unix/tcl.m4: into SHLIB_LD). Combine AIX-* and AIX-5 * unix/configure: branches in SC_CONFIG_CFLAGS. Correct gcc builds for AIX-4+ and HP-UX-11. autoconf-2.59 gen'd.
* Use more tcltest 2 features so test contents can be less cluttered...dkf2005-02-091-0/+4
|
* Use more tcltest 2 features so test contents can be less cluttered...dkf2005-02-091-224/+267
|
* Tidy up coding style (better grouping of related tests)dkf2005-02-091-185/+39
|
* Fix silly mistake. :^}dkf2005-02-072-4/+9
|
* D'ohdkf2005-02-031-2/+2
|
* Ensure that the canvas's static data is either protected by a mutex ordkf2005-02-032-56/+128
| | | | in a thread-local variable. [Bug 1114977]
* * unix/tcl.m4, unix/configure: add solaris-64 gcc buildhobbs2005-01-313-10/+49
| | | | support. [Bug 1021871]
* Doc fix [Bug 110553]dkf2005-01-312-8/+8
|
* Forgot newline at enddkf2005-01-311-1/+1
|
* Add es_ES-specific localization. [Bug 1111213]dkf2005-01-312-0/+10
|
* Modified to handle a wide-character title string of a toplevelchengyemao2005-01-313-6/+13
|
* Flushed idle events before mapping an embedded windowchengyemao2005-01-271-1/+2
|
* * macosx/tkMacOSXInit.c (TkpInit): set tcl_interactive to 1 to showdas2005-01-254-12/+24
| | | | | | | | | | console at startup instead of directly calling [console show]. * unix/tcl.m4 (Darwin): fixed bug with static build linking to dynamic library in /usr/lib etc instead of linking to static library earlier in search path. [Tcl Bug 956908] Removed obsolete references to Rhapsody. * unix/configure: autoconf-2.57
* Updatedchengyemao2005-01-191-6/+14
|
* Fixed a bug by adding code the check menu index in selection. This bug ↵chengyemao2005-01-181-4/+5
| | | | caused an access violation in an embedded menu testing when the mouse clicked the last pull-down menu entry
* Minor change for correct initial embeddedMenuHwndchengyemao2005-01-181-1/+2
|
* Fixed dialog parenting problem described by Keith Nash. Also tidied up callbacksdkf2005-01-182-15/+23
|
* Simplified TkpUseWindow; got rid of unnecessary code for saving an embedded ↵chengyemao2005-01-171-53/+50
| | | | window info in a container struct; stopped using a destruction event handler for an embedded window since it has nothing to do
* minor bug fix: should return 0 and indicate handled after processing ↵chengyemao2005-01-171-5/+7
| | | | WM_MENUSELECT message
* Added TK_INFO message for use in an embedded window attachment protocol; ↵chengyemao2005-01-164-54/+112
| | | | modified TkpUseWindow to allow to attach to a legacy container with a warning; modified some return values of messages from an embedded window to differentiate a case of unprocessed
* logdgp2005-01-131-0/+5
|
* More fixing of [Bug 600313]dkf2005-01-132-18/+25
|
* Partial fix of [Bug 600313]dkf2005-01-132-9/+18
|
* Removed WM_UNINITMENUPOPUP that may cause compiling error in WINVER < 0x0500chengyemao2005-01-132-9/+3
|
* * unix/tcl.m4: Sync'ed to Tcl's copy.dgp2005-01-122-1034/+495
| | | | * unix/configure: autoconf-2.57
* Added docs on predefined virtual events. [608115]dkf2005-01-122-1/+69
|
* A better way to map an embbedded windowchengyemao2005-01-121-6/+35
|
* Minor bug fix to support embedding/embeddedchengyemao2005-01-122-12/+18
|
* D'oh!dkf2005-01-111-2/+2
|
* fix to text widget bugvincentdarley2005-01-112-4/+32
|
* Improved version of Michael Kirkham's fix for parsing pad values. [1098779]dkf2005-01-115-93/+122
|
* Remove ${DBGX}, ${TK_DBGX} from Tk build system [Patch 1081595].jenglish2005-01-106-779/+1095
| | | | Re-synced with tcl/unix/tcl.m4.
* corrected return values and added comments for embedded window messageschengyemao2005-01-101-23/+156
|
* properly handled returned value in wm for embeddedchengyemao2005-01-101-7/+11
|
* Correction of handling the return value of TkpUseWindowchengyemao2005-01-101-2/+2
|
* Modified to support a container of either a toplevel or a framechengyemao2005-01-091-13/+25
|
* Updatedchengyemao2005-01-091-1/+8
|
* Changed to make platform implementation ready for a toplevel -use option; ↵chengyemao2005-01-096-14/+79
| | | | completed a full toplevel -use option configuration for Windows
* Updatedchengyemao2005-01-091-1/+5
|
* bug fix [1098779]chengyemao2005-01-091-1/+2
|
* Updatedchengyemao2005-01-091-3/+3
|
* bug fix [637653]chengyemao2005-01-091-3/+3
|
* Updatedchengyemao2005-01-091-1/+4
|
* Bug fix in ReconfigureWindowsMenu. The bug caused a wrong geometry of a ↵chengyemao2005-01-091-9/+1
| | | | toplevel when created with a menu (bug# 1098625)
* Modified to keep consistent state of an embedded windowchengyemao2005-01-091-1/+6
|
* Updatedchengyemao2005-01-071-1/+10
|