summaryrefslogtreecommitdiffstats
path: root/unix
Commit message (Expand)AuthorAgeFilesLines
* re-generate configure with autoconf-2.59nijtmans2010-09-291-31/+19
* Make Tcl_SetPanicProc and Tcl_GetStringResult callable without stubs, just a...nijtmans2010-09-231-2/+2
* Add -Wdeclaration-after-statementnijtmans2010-09-231-33/+34
* * unix/Makefile.in: add valgrind targethobbs2010-08-273-5/+16
* * unix/configure: regen with ac-2.59hobbs2010-08-124-233/+45
* Eliminate many unnecessary (ClientData) type casts.nijtmans2010-06-156-32/+32
* Fix some gcc strict-aliasing warnings (discovered with "-Wstrict-aliasing=2"nijtmans2010-05-262-36/+38
* Consistent use of variable names in RestrictEventnijtmans2010-05-113-22/+17
* CONSTify TkCopyAndGlobalEval, TkpSetMainMenubar,nijtmans2010-05-101-3/+3
* * generic/tk.h: Bump patchlevel to 8.6b1.2 to distinguishdgp2010-05-032-9/+9
* regenerated with autoconf-2.59nijtmans2010-04-062-7/+7
* Only test for -visibility=hidden with gccnijtmans2010-03-292-4160/+3785
* * unix/tkUnixRFont.c (GetFont): [Bug 2978410]: Do not use non-constantdkf2010-03-291-2/+11
* regendkf2010-03-231-3764/+4156
* * unix/configure.in, unix/Makefile.in: [Bug 2965133]: Get rid of thedkf2010-03-232-3/+5
* Ignore .a and .so in unix/.cvsignorenijtmans2010-03-161-0/+2
* Don't use -fvisibility=hidden for cygwin.nijtmans2010-03-042-2/+2
* [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
* 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
* [Tcl Bug 2954638]: Correct behaviour of manual page installer. Also addeddkf2010-02-191-43/+90
* 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
* tkWindow.c/tkStubInit.c adapted from stub changes in Tclnijtmans2010-02-161-2/+2
* use -pipe for gcc on win32 (mingw/cygwin)nijtmans2010-02-131-2/+2
* Make more internal tables "const"nijtmans2010-02-052-4/+4
* TIP #359: Extended window manager hints support for X11.patthoyts2010-01-191-12/+140
* Eliminate tkpMenubuttonClassnijtmans2010-01-133-15/+11
* Sync tcl.m4 and configure with Tcl versionnijtmans2010-01-102-2/+32
* TIP 360: Remove special handling of .help menu on X11.patthoyts2010-01-091-1/+13
* [Bug 2926819]: Factor out the pointer warping code a bit better and extend itdkf2010-01-061-1/+17
* [Bug 1163496]: Allow windows to be set to be transients for withdrawn mastersdkf2010-01-061-5/+9
* 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
* 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
* 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
* 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
* 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