summaryrefslogtreecommitdiffstats
path: root/generic
Commit message (Expand)AuthorAgeFilesLines
* Make sure to schedule a redisplay when adding and/or hiding tabs [Bug 1878298].jenglish@flightlab.com2008-01-281-2/+5
* BUGFIX: fix crash in [ttk::labelframe] when -style option specifiedjenglish@flightlab.com2008-01-081-34/+37
* (oops. Missed a spot.)jenglish@flightlab.com2008-01-061-11/+1
* Call Tk_MakeWindowExist() in widget constructor.jenglish@flightlab.com2008-01-062-10/+6
* * generic/tk.h: Bump version number to 8.5.1b1 to distinguishdgp@users.sourceforge.net2008-01-021-3/+3
* * generic/tkMenubutton.c (ConfigureMenuButton): trace thehobbs2007-12-131-8/+5
* merge stable branch onto HEADdgp@users.sourceforge.net2007-12-13113-117/+117
* * generic/tkText.c (DeleteIndexRange, TextEditCmd, UpdateDirtyFlag):hobbs2007-12-131-40/+48
* fix typos in commentshobbs2007-12-131-4/+4
* * generic/ttk/ttkTheme.c(StyleElementOptionsCmd):jenglish@flightlab.com2007-12-121-9/+9
* Added code to rebuild the from index after the deletion phase so that thedonal.k.fellows@manchester.ac.uk2007-12-111-10/+20
* * generic/tkIntDecls.h: regen with new genStubs.tcl.das2007-12-105-261/+283
* * generic/tk.decls: use new genstubs 'export' command todas2007-12-102-645/+426
* Improved macrology for statically-initialized layout template tables.jenglish@flightlab.com2007-12-027-75/+90
* Internal Ttk_Manager API updates (missed from 2007-11-25 commit)jenglish@flightlab.com2007-12-022-19/+24
* * generic/tkImgPPM.c (StringReadPPM): Corrected a comparisonKevin B Kenny2007-11-261-2/+2
* Internal Ttk_Manager API updates; Fixed [Bug 1343984];jenglish@flightlab.com2007-11-255-65/+116
* Fixed crash bug in style element createpatthoyts@users.sourceforge.net2007-11-191-2/+2
* * README: Bump version number to 8.5b3.dgp@users.sourceforge.net2007-11-191-3/+3
* * generic/ttk/ttkElements.c, macosx/ttkMacOSXTheme.c:jenglish@flightlab.com2007-11-193-158/+85
* * generic/ttk/ttkFrame.c: Use sublayout for ttk::labelframe labelsjenglish@flightlab.com2007-11-182-38/+61
* BUGFIX: Ttk_GetPaddingFromObj() and Ttk_GetBorderFromObj() returned garbagejenglish@flightlab.com2007-11-181-1/+2
* Tidy up some variable types.patthoyts@users.sourceforge.net2007-11-1710-25/+29
* Only check for -displayof if there are sufficient arguments. This permits che...patthoyts@users.sourceforge.net2007-11-171-5/+7
* Ttk_ElementSize: Fixed longstanding, subtle bug that caused element paddingjenglish@flightlab.com2007-11-086-37/+54
* + Use null "treearea" element for treeview owner-draw areajenglish@flightlab.com2007-11-042-5/+6
* Improve Tk_PhotoPutBlock a bit more. Derived from [Patch 224066]donal.k.fellows@manchester.ac.uk2007-10-311-25/+53
* Use -fp:strict with msvc8 as -fp:precise fails on amd64 builds. Fixpatthoyts@users.sourceforge.net2007-10-312-6/+10
* * generic/tk.h: Bump version number to 8.5b2.1 to distinguishdgp@users.sourceforge.net2007-10-301-2/+2
* Rename enumermation for somewhat simpler-to-read code. [Bug 1677613]donal.k.fellows@manchester.ac.uk2007-10-301-3/+3
* * generic/ttk/ttkWidget.c: Split up RedisplayWidget()jenglish@flightlab.com2007-10-301-63/+56
* * README: Bump version number to 8.5b2.dgp@users.sourceforge.net2007-10-261-3/+3
* ttk::notebook: reworked [$nb insert] logic (fixes multiple bugs; see #1817596)jenglish@flightlab.com2007-10-251-32/+34
* * generic/tkPlace.c: Prevent segfault in place geometry manager.dgp@users.sourceforge.net2007-10-251-4/+42
* Move widget layout registration from TtkElements_Init()jenglish@flightlab.com2007-10-2512-271/+230
* permit wm manage of any widget (esp: ttk::frame)patthoyts@users.sourceforge.net2007-10-241-2/+2
* * library/ttk/combobox.tcl: ttk::combobox overhaul;jenglish@flightlab.com2007-10-221-5/+4
* * generic/tkFont.c (Tk{Create,Delete}NamedFont): allow NULL interp.das2007-10-211-8/+11
* * generic/tkFocus.c, generic/tkFrame.c, generic/tkInt.h:hobbs2007-10-153-5/+163
* generic/ttk/ttkTreeview.c: Store pointer to column table entryjenglish@flightlab.com2007-10-152-73/+39
* * generic/tkArgv.c: Fix gcc warnings about 'cast to/fromdas2007-10-1512-58/+107
* * generic/tkTextDisp.c (CharUndisplayProc): fix textDisp.test crash.das2007-10-121-21/+23
* Make Ttk_GetImage safe if called with NULL interp. Added some testspatthoyts@users.sourceforge.net2007-10-091-2/+4
* * generic/tk.h: Bump version number to 8.5b1.1 to distinguishdgp@users.sourceforge.net2007-10-021-2/+2
* Only call callbacks that are not NULL. [Bug 1791052]donal.k.fellows@manchester.ac.uk2007-09-201-3/+8
* fix 'make checkstubs' complaint about Tk_PkgInitStubsCheckdas2007-09-201-1/+3
* * README: Bump version number to 8.5b1.dgp@users.sourceforge.net2007-09-191-4/+4
* Replace isdigit call with an internal implementation to avoid libc linkage on...patthoyts@users.sourceforge.net2007-09-191-2/+11
* * generic/tkStubLib.c: Remove C library calls from Tk_InitStubs()dgp@users.sourceforge.net2007-09-181-2/+8
* fix warningsdas2007-09-181-3/+3