summaryrefslogtreecommitdiffstats
path: root/unix
Commit message (Collapse)AuthorAgeFilesLines
* re-generate configure with autoconf-2.59nijtmans2010-09-291-31/+19
|
* Make Tcl_SetPanicProc and Tcl_GetStringResult callable without stubs, just ↵nijtmans2010-09-231-2/+2
| | | | as Tcl_SetVar.
* Add -Wdeclaration-after-statementnijtmans2010-09-231-33/+34
| | | | | tkWinX.c,winMain.c: Make compilable with -DUNICODE tkAppInit.c,winMain.c: Many clean-ups in comments, so all (tcl|tk)AppInit.c variants use the same style.
* * unix/Makefile.in: add valgrind targethobbs2010-08-273-5/+16
| | | | | | * unix/configure, unix/tcl.m4: SHLIB_LD_LIBS='${LIBS}' for OSF1-V*. Add /usr/lib64 to set of auto-search dirs. [Bug 1230554] (SC_PATH_X): Correct syntax error when xincludes not found.
* * unix/configure: regen with ac-2.59hobbs2010-08-124-233/+45
| | | | | | | * unix/configure.in, unix/Makefile.in: * unix/tcl.m4 (AIX): remove the need for ldAIX, replace with -bexpall/-brtl. Remove TK_EXP_FILE (export file) and other baggage that went with it. Remove pre-4 AIX build support.
* 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
| | | | | | API documentation and implementation: Use 'prev' in stead of 'old', and 'arg' in stead of 'clientData' everywhere, just as in tkEvent.c.
* CONSTify TkCopyAndGlobalEval, TkpSetMainMenubar,nijtmans2010-05-101-3/+3
| | | | | TkpMenuNotifyToplevelCreate, and TkSetWindowMenuBar Bring Tk_CreateBinding doc and signature (param name) in line.
* * generic/tk.h: Bump patchlevel to 8.6b1.2 to distinguishdgp2010-05-032-9/+9
| | | | | | | | | * library/tk.tcl: CVS snapshots from earlier snapshots as well * unix/configure.in: as the 8.6b1 and 8.6b2 releases. * win/configure.in: * unix/configure: autoconf-2.59 * win/configure:
* regenerated with autoconf-2.59nijtmans2010-04-062-7/+7
| | | | | [Bug 2982540] configure and install* script files should always have LF
* Only test for -visibility=hidden with gccnijtmans2010-03-292-4160/+3785
| | | | (Second remark in [Bug 2976508])
* * unix/tkUnixRFont.c (GetFont): [Bug 2978410]: Do not use non-constantdkf2010-03-291-2/+11
| | | | initializers for structures, since HP-UX cc doesn't like it.
* regendkf2010-03-231-3764/+4156
|
* * unix/configure.in, unix/Makefile.in: [Bug 2965133]: Get rid of thedkf2010-03-232-3/+5
| | | | | spurious NONE and some pointless quotes that were causing problems with building Tk on OSX. Overall bug might not yet be solved.
* Ignore .a and .so in unix/.cvsignorenijtmans2010-03-161-0/+2
|
* 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
|