summaryrefslogtreecommitdiffstats
path: root/generic
Commit message (Expand)AuthorAgeFilesLines
* *** 8.5.1 TAGGED FOR RELEASE ***dgp2008-02-041-2/+2
* * generic/tkImgGIF.c: Fixed a buffer overflow (CVE-2006-4484).rmax2008-02-011-1/+7
* Make sure to schedule a redisplay when adding and/or hiding tabs [Bug 1878298].jenglish2008-01-281-2/+5
* BUGFIX: fix crash in [ttk::labelframe] when -style option specifiedjenglish2008-01-081-34/+37
* (oops. Missed a spot.)jenglish2008-01-061-11/+1
* Call Tk_MakeWindowExist() in widget constructor.jenglish2008-01-062-10/+6
* * generic/tk.h: Bump version number to 8.5.1b1 to distinguishdgp2008-01-021-3/+3
* * generic/tkMenubutton.c (ConfigureMenuButton): trace thehobbs2007-12-131-8/+5
* merge stable branch onto HEADdgp2007-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):jenglish2007-12-121-9/+9
* Added code to rebuild the from index after the deletion phase so that thedkf2007-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.jenglish2007-12-027-75/+90
* Internal Ttk_Manager API updates (missed from 2007-11-25 commit)jenglish2007-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];jenglish2007-11-255-65/+116
* Fixed crash bug in style element createpatthoyts2007-11-191-2/+2
* * README: Bump version number to 8.5b3.dgp2007-11-191-3/+3
* * generic/ttk/ttkElements.c, macosx/ttkMacOSXTheme.c:jenglish2007-11-193-158/+85
* * generic/ttk/ttkFrame.c: Use sublayout for ttk::labelframe labelsjenglish2007-11-182-38/+61
* BUGFIX: Ttk_GetPaddingFromObj() and Ttk_GetBorderFromObj() returned garbagejenglish2007-11-181-1/+2
* Tidy up some variable types.patthoyts2007-11-1710-25/+29
* Only check for -displayof if there are sufficient arguments. This permits che...patthoyts2007-11-171-5/+7
* Ttk_ElementSize: Fixed longstanding, subtle bug that caused element paddingjenglish2007-11-086-37/+54
* + Use null "treearea" element for treeview owner-draw areajenglish2007-11-042-5/+6
* Improve Tk_PhotoPutBlock a bit more. Derived from [Patch 224066]dkf2007-10-311-25/+53
* Use -fp:strict with msvc8 as -fp:precise fails on amd64 builds. Fixpatthoyts2007-10-312-6/+10
* * generic/tk.h: Bump version number to 8.5b2.1 to distinguishdgp2007-10-301-2/+2
* Rename enumermation for somewhat simpler-to-read code. [Bug 1677613]dkf2007-10-301-3/+3
* * generic/ttk/ttkWidget.c: Split up RedisplayWidget()jenglish2007-10-301-63/+56
* * README: Bump version number to 8.5b2.dgp2007-10-261-3/+3
* ttk::notebook: reworked [$nb insert] logic (fixes multiple bugs; see #1817596)jenglish2007-10-251-32/+34
* * generic/tkPlace.c: Prevent segfault in place geometry manager.dgp2007-10-251-4/+42
* Move widget layout registration from TtkElements_Init()jenglish2007-10-2512-271/+230
* permit wm manage of any widget (esp: ttk::frame)patthoyts2007-10-241-2/+2
* * library/ttk/combobox.tcl: ttk::combobox overhaul;jenglish2007-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 entryjenglish2007-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 testspatthoyts2007-10-091-2/+4
* * generic/tk.h: Bump version number to 8.5b1.1 to distinguishdgp2007-10-021-2/+2
* Only call callbacks that are not NULL. [Bug 1791052]dkf2007-09-201-3/+8
* fix 'make checkstubs' complaint about Tk_PkgInitStubsCheckdas2007-09-201-1/+3
* * README: Bump version number to 8.5b1.dgp2007-09-191-4/+4
* Replace isdigit call with an internal implementation to avoid libc linkage on...patthoyts2007-09-191-2/+11