summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Fix [2100430]: ttk::entry widget index must be integerjan.nijtmans2013-06-054-13/+15
|
* Fix [3613759] ttk::entry and symbolic index names.jan.nijtmans2013-06-052-2/+10
|\
| * Suggested fix for [3613759]: ttk::entry and symbolic index namesbug_3613759jan.nijtmans2013-06-042-3/+7
| |
| * merge 8.5dgp2013-06-032-10/+10
| |\
| * | Disable XInitThreads() call until we have a better test for it.jan.nijtmans2013-05-243-12/+17
| | |
| * | Extra bit of safety. Since we check whether xinitMutex is "still NULL"dgp2013-05-231-1/+1
| | | | | | | | | | | | to detect a threads-disabled Tcl, we should be explicitly certain it has an initial value of NULL.
| * | Fix for [3613668] by not calling XInitThreads when either 1) Tcl is compiled ↵jan.nijtmans2013-05-234-3/+103
| |\ \ | | | | | | | | | | | | | | | | without threads 2) X11 library is too old. A more direct test would be more desirable, but for now this should be fine.
| | * | Only call XInitThreads() when we have a very new X11 library. Checked by ↵jan.nijtmans2013-05-223-1/+91
| | | | | | | | | | | | | | | | looking whether XKeycodeToKeysym() is deprecated, which also happend in some very new X11 version.
| * | | Fix for FreeBSD, and remove support for old FreeBSD versions. Patch by ↵jan.nijtmans2013-05-193-209/+11
| |\ \ \ | | |/ / | |/| | | | | | Pietro Cerutti
| * | | Tell fossil and Eclipse that the default eol-convention is LF. jan.nijtmans2013-04-116-0/+38
| |\ \ \ | | | | | | | | | | | | | | | Tell fossil which files are binary and which files should never be committed. Tell Eclipse that the default encoding is UTF-8
| * \ \ \ [Bug 3568760]: Tk documentation fails to buildjan.nijtmans2013-04-102-1/+5
| |\ \ \ \
| * \ \ \ \ Don't work around XkbOpenDisplay's non-const-ness with a macro, when there ↵jan.nijtmans2013-04-081-4/+4
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | is only a single call. A type-cast suffices.
| * | | | | | make distdgp2013-04-031-0/+3
| | | | | | |
| * | | | | | merge-markdgp2013-04-030-0/+0
| |\ \ \ \ \ \
| * \ \ \ \ \ \ silence compiler warningdgp2013-04-011-1/+1
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ 3607830 Runtime checks that Xkb is available in the X server before trying todgp2013-04-014-21/+65
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | use. Adapted from patch from Brian Griffin.
| * | | | | | | | | Bring back test window-2.9. No longer hangs.dgp2013-04-012-5/+5
| | | | | | | | | |
| * | | | | | | | | merge-markjan.nijtmans2013-03-290-0/+0
| |\ \ \ \ \ \ \ \ \
| * | | | | | | | | | Remove dead code. During 8.6 alpha/beta, ↵jan.nijtmans2013-03-283-22/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Tk_DefineBitmap/Tk_GetBitmapFromData moved to stub entry 274/275 due to a signature change, but later that turned out not be necessary at all. The stub entries were kept in order not to lose binary compatibility for extensions that were compiled against beta 8.6 headers. Now that Tk 8.6 is final, this makes no sense any more.
| * | | | | | | | | | merge-markjan.nijtmans2013-03-280-0/+0
| |\ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ merge-markjan.nijtmans2013-03-270-0/+0
| |\ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ merge-markjan.nijtmans2013-03-270-0/+0
| |\ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ [Bug 3608074]: Add <<Invoke>> bindings to Button's, Listbox and Menu.jan.nijtmans2013-03-279-0/+76
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Document <<Invoke>>, <<ThemeChanged>>, <<EnteredChild>> (ttk_pandedwindow only) and <<Increment/Decrement>> (ttk_spinbox only)
| * \ \ \ \ \ \ \ \ \ \ \ \ \ merge-markdgp2013-03-220-0/+0
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ merge markdgp2013-03-220-0/+0
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Patch by Andrew Shadura, providing better support for three architectures ↵jan.nijtmans2013-03-133-29/+7
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | they have in Debian.
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ 3607326 Stop segfault from [listbox .l -listvariable $array].dgp2013-03-113-3/+16
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | Eliminate all usage of functions Tcl_VarEval (deprecated) and Tcl_Eval (to ↵jan.nijtmans2013-03-0712-27/+97
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | the prefered Tcl_EvalEx).
| * | | | | | | | | | | | | | | | | | minor: tidy up change log formattingdkf2013-02-281-9/+9
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ [Bug 3599312]: Apply fix for Alt key problems.dkf2013-02-282-8/+17
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | Revert [ac229dabaa]. There is a reason the Tcl_GetIndexFromObj wrapper jenglish2013-02-2713-90/+89
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | exists and is used.
| * | | | | | | | | | | | | | | | | | | | Eliminate all Tcl_GetIndexFromObj calls, which is only a thin wrapper around ↵jan.nijtmans2013-02-2713-89/+90
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Tcl_GetIndexFromObjStruct.
| * | | | | | | | | | | | | | | | | | | | Remove unneeded SetOptionFromAny and SetTextIndexFromAny. They were only ↵jan.nijtmans2013-02-262-49/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | needed to prevent a panic in Tcl, but Tcl now generates a nice error-message in stead of panicing.
| * | | | | | | | | | | | | | | | | | | | Put mutex around XInitThreads call, making sure it is only called once.jan.nijtmans2013-02-251-5/+10
| | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | Make sure the stubbed variants of Tcl_ObjSetVar2/Tcl_NewStringObj are never ↵jan.nijtmans2013-02-222-2/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | used in winMain.c/tkAppInit.c
| * | | | | | | | | | | | | | | | | | | | Replace all Tcl_TraceVar/Tcl_UntraceVar with Tcl_TraceVar2/Tcl_UntraceVar2 ↵jan.nijtmans2013-02-229-28/+28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | calls: The former are just thin wrappers around the latter.
| * | | | | | | | | | | | | | | | | | | | Call XInitThreads once before the first Xlib call. Suggested by Brian Griffin.jan.nijtmans2013-02-182-1/+18
| | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | Use (preferred) Tcl_ObjSetVar2 in stead of Tcl_SetVar in ↵jan.nijtmans2013-02-182-23/+28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | tkAppInit.c/winMain.c. Remove unneeded use of TEXT() macro, as in tclAppInit.c
| * | | | | | | | | | | | | | | | | | | | ttk::theme::* packages don't Provide anything Extra.jenglish2013-02-156-6/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change Tcl_PkgProvideEx() back to Tcl_PkgProvide().
| * | | | | | | | | | | | | | | | | | | | merge-markjan.nijtmans2013-02-150-0/+0
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | Eliminate usage of Tcl_PkgProvide/Tcl_PkgRequire functions, use the 'Ex' ↵jan.nijtmans2013-02-1510-12/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | versions in stead.
| * | | | | | | | | | | | | | | | | | | | | Eliminate last use of Tcl_GetStringResultjan.nijtmans2013-02-151-1/+1
| | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | Add some extra paths on Windows for finding tclConfig.sh, for mSys and ↵jan.nijtmans2013-02-142-19/+31
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Cygwin shell. Improve some comments and quoting, no change in functionality.
| * | | | | | | | | | | | | | | | | | | | | | Restore failing tests to passing.dgp2013-02-054-12/+12
| | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | ttk::treeview: schedule redisplay when adding or removing tags [Bug 3603077].jenglish2013-02-041-0/+5
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | | eliminate unnecessary Tcl_ConvertToType calljan.nijtmans2013-02-011-4/+5
| | | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | some more int -> size_t changesjan.nijtmans2013-02-0110-40/+44
| | | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | typojan.nijtmans2013-02-011-1/+1
| | | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | Use internalRep.twoPtrValue.ptr1 in stead of internalRep.otherValuePtr ↵jan.nijtmans2013-02-0113-78/+89
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | everywhere. Change some internal "length" variables from type int to type size_t, so it could handle bigger string sizes (for "novem")
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge trunk. jan.nijtmans2013-01-311-1/+26
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Define some macros in tk.h which are needed by Tk as fallback, which might be removed from future tcl.h versions.