summaryrefslogtreecommitdiffstats
path: root/generic/tkWindow.c
Commit message (Expand)AuthorAgeFilesLines
* * generic/tkWindow.c (Initialize): do not free uninit'ed dstring.hobbs2003-07-161-2/+1
* Moved 'deletionEpoch' field from TkDisplay to TkMainInfo.jenglish2003-01-281-3/+5
* * generic/tkWindow.c (Tk_DestroyWindow,mdejong2002-11-141-28/+122
* * generic/tkCmds.c:hobbs2002-09-021-2/+2
* *** macosx-8-4-branch merged into the mainline [tcl patch #602770] ***macosx_8_4_merge_2002_08_31_trunkdas2002-08-311-7/+7
* Applied companion patch for Tcl Patch 585105,dgp2002-08-051-16/+16
* Objectifed wm. [Patch #564521]pspjuth2002-07-251-2/+2
* * generic/tkBind.c (TkBindDeadWindow):mdejong2002-06-191-4/+12
* Added TIP#48 style engine implementationdkf2002-06-181-1/+3
* * generic/tkWindow.c (Tk_DestroyWindow): Set the pathNamemdejong2002-06-151-1/+8
* * generic/tk.decls: added TIP #84 implementation that adds ahobbs2002-06-151-1/+6
* TIP #47 "Modifying Tk to Allow Writing X Window managers"jenglish2002-06-141-17/+17
* * generic/tkWindow.c (TkCloseDisplay): Added to centralize where ahobbs2002-04-121-107/+100
* * unix/tkUnixEvent.c:hobbs2002-04-051-71/+2
* * generic/tkWindow.c (Tk_MainWindow, Tk_GetNumMainWindows):hobbs2002-02-271-5/+23
* TIP #41 implementation, panedwindow [Patch #512503] (melski)hobbs2002-02-221-1/+2
* * Updated callers of Tcl_SplitList and Tcl_Merge.dgp2002-01-251-10/+12
* * generic/tkWindow.c (OpenIM): Added simple XIM patch to enablehobbs2001-10-161-1/+6
* Added labelframe widget. TIP#18.pspjuth2001-09-261-1/+2
* Geometry manager changes to support TIP#18.pspjuth2001-09-261-2/+7
* * generic/tkWindow.c (Tk_CreateAnonymousWindow):hobbs2001-09-211-3/+1
* minor cast fixes to prevent 64bit warningshobbs2001-09-211-2/+2
* Objectified grid and pack commands.pspjuth2001-08-211-3/+3
* TkGetWindowFromObj was useless CPU waster; now caches window names *safely*dkf2001-08-211-1/+6
* Register Tk's object types with Tcl (Tcl Bug 450545)dkf2001-08-151-1/+6
* * TIP 44 changes specific to the Mac anddgp2001-08-061-2/+3
* * generic/tkWindow.c (Tk_DestroyWindow): changed to usehobbs2001-07-031-7/+7
* Upgraded frame to use the newer TK_OPTIONpspjuth2001-05-281-3/+3
* Overall change: Implemented TIP 5, which exportsericm2000-11-221-8/+8
* added comments about Tcl_SetMainLoop call effectshobbs2000-11-031-1/+9
* * generic/tkWindow.c (Initialize): added call to Tcl_SetMainLoop.hobbs2000-11-031-1/+3
* * generic/tkCmds.c (Tk_WinfoObjCmd): Added check forericm2000-10-051-10/+105
* * tests/place.test: Extended test suite to test error returns fromericm2000-08-081-2/+2
* * generic/tkWindow.c: Updated [selection] command entry to useericm2000-08-071-2/+2
* * generic/tkWindow.c: Updated "grab" command entry to useericm2000-08-041-2/+2
* * generic/tkInt.h: Replace Tk_BindCmd prototype withericm2000-08-031-2/+2
* * tests/bind.test: Tweaked expected error messages for [bindtags]ericm2000-08-031-2/+2
* * generic/tkCmds.c (Tk_TkwaitObjCmd): Tcl_Obj'ified [tkwait] command.ericm2000-08-021-2/+2
* * generic/tkInt.h: Replaced prototype for Tk_MessageCmd withericm2000-08-021-3/+3
* * doc/spinbox.n: (new file) docs for spinbox widgethobbs2000-05-291-1/+2
* * doc/Tk_Init.3: Added Tk_SafeInit information [Bug: 1884].ericm2000-04-281-3/+3
* * tests/xmfbox.test: Updated tests.ericm2000-03-241-2/+2
* * generic/tkOldConfig.c: Added check for NULL tkwin value inericm2000-03-071-1/+10
* * generic/tkCmds.c:hobbs1999-12-161-1/+2
* * generic/tkStubInit.c:hobbs1999-12-141-4/+9
* * generic/tkInt.h:hobbs1999-12-031-4/+4
* * generic/tkWindow.c: Changed "listbox" mapping from old-school toericm1999-11-171-2/+2
* * generic/tk.h:hobbs1999-10-291-3/+3
* 1999-09-16 Jeff Hobbs <hobbs@scriptics.com>hobbs1999-09-211-6/+5
* Merged 8-1-0 into mainline.rjohnson1999-04-211-1/+1