summaryrefslogtreecommitdiffstats
path: root/unix
Commit message (Collapse)AuthorAgeFilesLines
* Don't use -fvisibility=hidden for cygwin.nijtmans2010-03-042-2/+2
| | | | Make tkTestWinProcs const
* [Enh 2959069] Support for -fvisibility=hiddennijtmans2010-03-022-9/+73
|
* Remap non-alphanumeric sequences in manpage filenames to single underscores.dkf2010-02-261-3/+4
|
* Use @EXEEXT@ in stead of @EXT_SUFFIX@nijtmans2010-02-224-4152/+3755
| | | | | Use -DBUILD_tk in Makefile Make internal Tk_ObjCustomOption const
* Added missing quotingdkf2010-02-221-1/+1
|
* regen.dkf2010-02-191-2/+5
|
* Fix [Bug 2415437] with supplied patch. LIB_RUNTIME_DIR now not forced to bedkf2010-02-192-4/+5
| | | | the same as $libdir.
* [Tcl Bug 2954638]: Correct behaviour of manual page installer. Also addeddkf2010-02-191-43/+90
| | | | | armouring to check that assumptions about the initial state are actually valid (e.g., look for existing input file).
* Correct compiler/linker flags for threaded builds on OpenBSD.stwo2010-02-192-3749/+4156
|
* Put all Tk_OptionSpec for buttons and labelsnijtmans2010-02-181-2/+2
| | | | | | in const memory. With some changes to win32 and macosx, preventing direct writes to read-only memory.
* tkWindow.c/tkStubInit.c adapted from stub changes in Tclnijtmans2010-02-161-2/+2
| | | | | | | | | | | | tkArgv.c make defaultTable const tkScrollbar.c Store default for "-with" in static non-const memory tkWinInt.h make tkWinProcs const, and 5 tkWinX.c procs MODULE_SCOPE tkWinColor.c make sysColors const tkWinKey.c make keymap const tkWinScrlbr.c Simplify copying of "-with" default value. tkUnixWm.c make TkSetTransientFor static tests/textImage.test textImage-1.13 depends on hash-order
* use -pipe for gcc on win32 (mingw/cygwin)nijtmans2010-02-131-2/+2
| | | | | | make sure that TkpCmapStressed is exported clean up unused Tk_CreatePhotoOption Make more internal arrays "const"
* Make more internal tables "const"nijtmans2010-02-052-4/+4
| | | | tk*Decls.h (regenerated with new genStubs.tcl from Tcl)
* TIP #359: Extended window manager hints support for X11.patthoyts2010-01-191-12/+140
| | | | | | | | | | | | | Modern unix window managers use a set of window properties to give hints as to the purpose of a toplevel window. They then use these hints to apply various animation and decoration options based on the type (dialog, menu, tooltip and more). This patch adds a [wm attributes $w -type] option to control and read the type hint and makes use of this for the ttk::combobox and the dialogs raised from the Tk library scripts. Signed-off-by: Pat Thoyts <patthoyts@users.sourceforge.net>
* Eliminate tkpMenubuttonClassnijtmans2010-01-133-15/+11
| | | | | make tkpButtonProcs CONST fix gcc warnings: missing initializer
* Sync tcl.m4 and configure with Tcl versionnijtmans2010-01-102-2/+32
| | | | Regenerate configure script with autoconf-2.59
* TIP 360: Remove special handling of .help menu on X11.patthoyts2010-01-091-1/+13
| | | | | | | | | | | | Tk is the only toolkit to continue the Motif scheme of anchoring a Help menu to the extreme right of the menubar. This patch disables the special handling of the .help menu so that the help menu will be grouped with the other menu items as is common with other toolkits. The old behaviour can be restored by setting the option *Menu.useMotifHelp to true or by calling 'tk::classic::restore menu'. Signed-off-by: Pat Thoyts <patthoyts@users.sourceforge.net>
* [Bug 2926819]: Factor out the pointer warping code a bit better and extend itdkf2010-01-061-1/+17
| | | | to work on OSX too.
* [Bug 1163496]: Allow windows to be set to be transients for withdrawn mastersdkf2010-01-061-5/+9
| | | | correctly.
* Corrected rounding of coordinates when working with fonts. [Bug 2824916]dkf2010-01-052-17/+56
|
* [Tcl Bug 1636685]: Use the configuration for modern FreeBSD suggested by thedkf2010-01-031-1/+25
| | | | FreeBSD porter.
* Revert my last commit on grounds it is more likely to cause problems than not.dkf2010-01-021-3/+1
|
* Added point-size conversion, from Ubuntu port.dkf2010-01-021-1/+3
|
* Fix [Bug 1373712] and [Bug 1924761].dkf2010-01-022-57/+87
|
* [Bug 1924761]: Consolidate calls to XFilterEvent to make input methods work.dkf2010-01-011-7/+25
|
* Use EXE_SUFFIX for Cygwin, andnijtmans2009-12-233-68/+118
| | | | install libtk8.6.dll in bin directory
* Apply (a version of) [Patch 2917663] to make [send] work on recent Linux.dkf2009-12-201-32/+52
|
* CONSTify return values of TkKeysymToString,nijtmans2009-12-161-4/+4
| | | | | | | TkFindStateString, TkpGetString, TkpGetChar, which are all not supposed to be modified by the caller. In tkUtil.c this gets rid of a dangerous type cast.
* Add tk.pc and tkConfig.sh to .cvsignorenijtmans2009-12-161-0/+2
|
* Fix gcc warning: ignoring return value of ‘strtol’,nijtmans2009-12-161-10/+13
| | | | | | declared with attribute warn_unused_result Fix gcc warning: dereferencing pointer ‘xgePtr’ does break strict-aliasing rules
* Ooops!dkf2009-12-091-2/+2
|
* Improve generation of EWMH hints for windows.dkf2009-12-091-77/+94
|
* [Bug 2864685] Set correct extended window manager hints on Tk menus.patthoyts2009-12-081-1/+33
|
* [Patch 2892871]: Remove unneeded AC_STRUCT_TIMEZONE.stwo2009-11-251-1/+0
|
* Fix [Bug 2902814]. XChangeProperty is misspecified for LP64, but we're stuckdkf2009-11-241-100/+109
| | | | with it.
* Better fix for the problem when someone tricks make into thinking 'test' is adkf2009-11-231-1/+12
| | | | real target.
* Commented out broken rule that stopped 'make test' from working.dkf2009-11-231-9/+9
|
* Added some OSX-specific thingsdkf2009-11-211-0/+5
|
* Compile tkTest.c and friends with Stubsnijtmans2009-11-191-5/+5
|
* [Patch #2883533] tcl.m4 support for Haiku OSnijtmans2009-11-194-5/+95
| | | | unix/Makefile.in: Fix library order in X11_LIB_SWITCHES
* * unix/Makefile.in: Partially reverted Don Porter's 2009-10-20andreas_kupries2009-11-101-3/+7
| | | | | | * win/Makefile.in: commit. The OSX Cocoa code branch still needs tclInt.h and the internal headers, thus the TCL_PLATFORM directory. See tclMacOSXNotify.c for example.
* * unix/Makefile.in: Remove $(PACKAGE).* and prototype from thedgp2009-10-261-2/+2
| | | | `make distclean` target. Completes 2009-10-20 commit.
* Fix [Bug 2809525] by limiting X11 color name lengths.dkf2009-10-251-5/+18
|
* [Patch 1530276]: Improve no-indicator check/radio buttons on Unix.dkf2009-10-241-6/+6
|
* Bug fix for #2875562nijtmans2009-10-211-1/+4
|
* Also removed the long outdated and brokendgp2009-10-201-83/+1
| | | | | | | targets package-* that were for building Solaris packages. Appears that the pieces needed for these targets to function have never been present in the current era of Tcl development and belong completely to Tcl pre-history.
* * unix/Makefile.in: Compiling Tk no longer requires header filesdgp2009-10-201-7/+3
| | | | | * win/Makefile.in: from the TCL_PLATFORM DIR. Baby step in pursuit of [Bug 1712098].
* [Bug 1961455]: Draw underlines and overstrikes when using Xft.dkf2009-10-101-7/+118
|
* [Patch 2088597]: Stop scrollbars from getting too small at the end.dkf2009-10-071-5/+4
|
* Improve comment following request by Joe Englishdkf2009-09-091-2/+3
|