summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* add comctl32.lib to build libshobbs2001-11-103-6/+6
|
* added -lc to AIX libs, fixed path to ldAixhobbs2001-11-102-131/+163
|
* * unix/configure:mdejong2001-11-092-108/+110
| | | | * unix/tcl.m4: Update from Tcl.
* * unix/configure:mdejong2001-11-093-145/+202
| | | | * unix/tcl.m4: Update from Tcl.
* * unix/Makefile.in:mdejong2001-11-092-3/+11
| | | | | | | Avoid adding libc to the LIBS and WISH_LIBS variables since it is not needed when linking with CC. If required when linking with LD it should be done on a case by case basis in tcl.m4.
* Minor fixes from wohnivec@iol.cz Thanks!dkf2001-11-055-8/+16
|
* Improvements to widget demo (integrates/demonstrates the new 8.4 widgets)dkf2001-10-304-14/+79
|
* More demo upgrades derived from 8.3.4 and using new featuresdkf2001-10-303-96/+128
|
* More demo upgrades derived from 8.3.4dkf2001-10-293-14/+34
|
* Improvements to the demo scripts, mostly up-ported from 8.3.4dkf2001-10-294-165/+198
|
* Minor fixes to TkCursor.nextPtr field handling [adapted from Patch 473875]dkf2001-10-232-3/+9
|
* * library/console.tcl: removed transpose ability until the consolehobbs2001-10-192-5/+12
| | | | can get a proper rewrite of tag handling.
* removed threaded build warning under Xhobbs2001-10-191-2/+1
|
* * library/console.tcl (ConsoleOutput): fixed undefined widgethobbs2001-10-182-3/+9
| | | | argument.
* * library/xmfbox.tcl: fixed filtering in motif file dialog.hobbs2001-10-162-5/+12
| | | | [Patch #469670] (nelson)
* * generic/tkWindow.c (OpenIM): Added simple XIM patch to enablehobbs2001-10-162-1/+11
| | | | basic XIM input on Unix. [Patch #412727] (fabian)
* had to add ""s now that configure.in is doing the right thinghobbs2001-10-152-3/+3
|
* * unix/configure:hobbs2001-10-156-205/+243
| | | | | | | | | * unix/configure.in: * win/configure: * win/configure.in: * win/tkConfig.sh.in: reworked to be a little cleaner in comparison to each other, and to AC_SUBST even empty vars for win/tkConfig.sh
* implementation of TIP 63 (accepted) -compound option to menu items.macosx_8_4_branchpointtmh2001-10-1216-104/+598
|
* * library/console.tcl: added more smarts extracted from tkcon tohobbs2001-10-092-125/+571
| | | | the default console.
* see ChangeLoghobbs2001-10-011-0/+7
|
* * win/tkWinWindow.c: made use of standard Tk_GetHWND instead ofhobbs2001-10-011-11/+10
| | | | older, private TkWinGetHWND.
* minor cast changes to support Win64hobbs2001-10-011-24/+6
|
* better error reporting from testclipboardhobbs2001-10-011-8/+105
|
* updated for Win64 SDK RC1 compilation supporthobbs2001-10-014-76/+139
|
* updated copyrighthobbs2001-10-012-6/+6
|
* Added -uniform option to grid's row/columnconfigure.pspjuth2001-09-304-21/+295
|
* Added labelframe widget. TIP#18.pspjuth2001-09-2618-120/+1620
|
* Geometry manager changes to support TIP#18.pspjuth2001-09-2615-67/+340
|
* * Corrected definition ofdgp2001-09-258-19/+77
| | | | | TkpScanWindowId to handle situation where types Window and int do not have the same number of bits. CONST-ified too.
* Update to handle change indgp2001-09-242-2/+9
| | | | | return type of Tcl_DStringAppend() from (char *) to (CONST char *). [TIP 27]
* Pack accepted asymmetric values for -ipadx/y.pspjuth2001-09-234-11/+51
| | | | Only -padx/y supports asymmetry. [Bug #462348]
* * win/tkWinWindow.c (TkpPrintWindowId, TkpScanWindowId): fixed tohobbs2001-09-211-5/+18
| | | | work on Win64 with 64bit XIDs.
* * generic/tkWindow.c (Tk_CreateAnonymousWindow):hobbs2001-09-213-6/+5
| | | | * generic/tkEntry.c (GetSpinboxElement): fixed unreachable returns.
* see ChangeLoghobbs2001-09-211-0/+36
|
* minor cast fixes to prevent 64bit warningshobbs2001-09-216-28/+29
|
* (TkGetServerInfo): added recognition of Win64hobbs2001-09-211-4/+10
|
* made XID __int64 type for Win64hobbs2001-09-211-0/+4
|
* * unix/tkUnixPort.h:hobbs2001-09-212-7/+9
| | | | | * mac/tkMacPort.h: add (int*) cast to TkpScanWindowId. These may need to be changed to Window* (ulong).
* (TkpScanWindowId): changed decl to usehobbs2001-09-213-8/+8
| | | | Window* instead of int*.
* correct Window id's to be of type Windowhobbs2001-09-212-8/+7
|
* * win/tkWinWm.c (WinSetIcon): fixed SetClassLong for 64bit support.hobbs2001-09-211-3/+19
|
* improved use of test constraintshobbs2001-09-218-820/+697
|
* * tests/textDisp.test (textDisp-4.12): corrected test to workhobbs2001-09-211-20/+3
| | | | properly on Windows.
* * tests/scrollbar.test (scrollbar-6.27): marked knownBug becausehobbs2001-09-211-2/+6
| | | | it is skewed by bad dimensions returned by Windows.
* * unix/configure: regen'edhobbs2001-09-203-120/+235
| | | | | * unix/tcl.m4: added --enable-64bit support for HP-11 with the 64-bit kernel.
* * Corrected type definition ofdgp2001-09-173-4/+12
| | | | | | argument passed to Tcl_GetStringFromObj() from size_t to int. Incorrect type broke [pack] and [grid] on systems where sizeof(size_t) != sizeof(int). [Bugs 462375, 462342, 462338]
* Fixed string/list confusion in directory browser, and a typo in ChangeLogdkf2001-09-173-16/+25
|
* * generic/tkImgGIF.c:andreas_kupries2001-09-145-5/+25
| | | | | | | | | * generic/tkImgPPM.c: * generic/tkImgPhoto.c: * generic/tkMenu.c: Applied patch [461578], provided by Vincent Darley. This fixes several memory leaks in the image code. They happen if there are errors during the initialization of the channel the image is supposed to be read from.
* * unix/configure:mdejong2001-09-123-28/+33
| | | | * unix/tcl.m4: Update from Tcl.