summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* ** upport to 8.4 of mac code changes for 8.3.3 & various newdas2001-11-2345-4879/+4688
| | | | | | ** changes for 8.4, some already backported to 8.3.4 (patch #435660) see ChangeLog for details
* added static to TextGetText and popStack func definitionshobbs2001-11-211-3/+3
|
* (DestroyText): plugged mem leak when not clearing stack (callewaert)hobbs2001-11-212-8/+15
| | | | (TextGetText): more efficient string size calculation (darley)
* * generic/tkText.c (TextGetText): reworked to use DString forhobbs2001-11-201-54/+58
| | | | improved speed. (callewaert, darley)
* Some neatening up of the widget demo launcher, and a new validated entry demodkf2001-11-193-109/+264
|
* * win/tkWinButton.c (TkpComputeButtonGeometry): corrected thehobbs2001-11-174-107/+249
| | | | | | | default size of Windows buttons to conform to the Windows style. This changes the default size of buttons on Windows. [Patch #463234] (nelson) **** POTENTIAL VISUAL INCOMPATABILITY ****
* marked 32.8 a knownBug against SF bug #465324hobbs2001-11-171-2/+3
|
* * library/menu.tcl: corrected menu traversal code on Unix tohobbs2001-11-161-11/+10
| | | | better handle entering cascades. [Patch #481219]
* no messagedavygrvy2001-11-161-0/+4
|
* install target repaired.davygrvy2001-11-161-20/+19
|
* stupid typodkf2001-11-151-2/+2
|
* tk_setPalette now works correctly under CDE, + an image demo updatedkf2001-11-153-17/+60
|
* Minor improvements to undo (demo,docs&bindings)dkf2001-11-154-74/+98
|
* Added the logic for the linkexten option.davygrvy2001-11-132-20/+30
|
* small bug fix with filenames in the .res files.davygrvy2001-11-131-2/+8
|
* * win/mkd.bat:davygrvy2001-11-135-420/+799
| | | | | | | | | | * win/rmd.bat: Removed -kb CVS attribute and added changes from Llyod Lim for better stability. [Patch #456761] * win/rules.vc(new): * win/buildall.vc.bat(new): * win/makefile.vc: large rewrite following Tcl's makefile.vc as a guide and Patch #456761. Appears BugFree(tm).
* no messagedavygrvy2001-11-131-0/+11
|
* added TIP#26 text widget undo/redo functionalityhobbs2001-11-1311-97/+979
|
* one char nroff macro fixhobbs2001-11-131-2/+2
|
* fixed unix tk_chooseColor to allow full 0..255 range selection via mousehobbs2001-11-122-6/+11
|
* Yet more -compound showing off, prompted by Vince Darleydkf2001-11-122-1/+9
|
* More fancying up of the demo suitedkf2001-11-122-14/+35
|
* * unix/Makefile.in:mdejong2001-11-113-2/+26
| | | | | * win/Makefile.in: Add "make gdb" target. This target can run wish inside either gdb or insight.
* * win/tkWinX.c (TkWinXInit): added InitCommonControlsEx call.hobbs2001-11-105-3/+77
| | | | | | | | | * win/rc/tk.rc: * win/rc/wish.rc: * win/rc/wish.exe.manifest: added resources that specify using v6 of the MS Common Controls library when available (WinXP+). This enables use of the themeable widgets (like scrollbars) to be used in Tk. [Patch #478933]
* 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
|