SHA256
1
0
forked from pool/tk
Commit Graph

101 Commits

Author SHA256 Message Date
Dominique Leuenberger
d4de2e599e Accepting request 1154136 from devel:languages:tcl
- New version 8.6.14:
  * (bug)[6ee162] crash in [ttk::style configure]
  * Permit [tk scaling] to return scale factor in safe interp
  * Correct rounding of [nsFont pointSize]
  * (bug)[cee095] X error handler management in Tk_MeasureChars
  * (bug)[170551] crash in [tk busy forget]
  * (bug)[6cd476] crash using [tk busy hold]
  * (bug)[93fe36] Fix <<MenuSelect>> with -tearoff
  * (bug)[15c685] menu clones, tests menu-20.1[2-6]
  * (bug)[f4d9d7] canvas items ignored -disabledwidth
  * (bug)[a9cf21] Text selection omits first character
  * (bug)[310c74] No theme change attempts after Tk finalize
  * (bug)[3414695] Dialogs robust against parent destruction
  * (bug)[ab9581] Guard against use-after-free crashes
  * (bug)[7447ed] [tk_chooseColor] handle grab fail
  * (bug)[4666f2] Protect aganst NULL windows
  * (bug)[a418aa] bogus @x,y menu entry indices, menu-22.[6-9]
  * (bug)[578441] memleak in TkScrollWindow
  * (bug)[228476] link wish to correct libtk
  * (bug)[f9eddb] region clip & copy better OS implementations
  * (bug)[c35c34] memleak in Initialize

OBS-URL: https://build.opensuse.org/request/show/1154136
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tk?expand=0&rev=51
2024-03-03 19:18:10 +00:00
Reinhard Max
d4b05b8095 * (bug)[6ee162] crash in [ttk::style configure]
* Permit [tk scaling] to return scale factor in safe interp
  * Correct rounding of [nsFont pointSize]
  * (bug)[cee095] X error handler management in Tk_MeasureChars
  * (bug)[170551] crash in [tk busy forget]
  * (bug)[6cd476] crash using [tk busy hold]
  * (bug)[93fe36] Fix <<MenuSelect>> with -tearoff
  * (bug)[15c685] menu clones, tests menu-20.1[2-6]
  * (bug)[f4d9d7] canvas items ignored -disabledwidth
  * (bug)[a9cf21] Text selection omits first character
  * (bug)[310c74] No theme change attempts after Tk finalize
  * (bug)[3414695] Dialogs robust against parent destruction
  * (bug)[ab9581] Guard against use-after-free crashes
  * (bug)[7447ed] [tk_chooseColor] handle grab fail
  * (bug)[4666f2] Protect aganst NULL windows
  * (bug)[a418aa] bogus @x,y menu entry indices, menu-22.[6-9]
  * (bug)[578441] memleak in TkScrollWindow
  * (bug)[228476] link wish to correct libtk
  * (bug)[f9eddb] region clip & copy better OS implementations
  * (bug)[c35c34] memleak in Initialize

OBS-URL: https://build.opensuse.org/package/show/devel:languages:tcl/tk?expand=0&rev=99
2024-03-01 17:38:51 +00:00
Reinhard Max
ed6adc1a89 OBS-URL: https://build.opensuse.org/package/show/devel:languages:tcl/tk?expand=0&rev=98 2024-02-26 18:25:06 +00:00
Reinhard Max
c2eb267039 - rc1
OBS-URL: https://build.opensuse.org/package/show/devel:languages:tcl/tk?expand=0&rev=97
2024-02-26 18:24:48 +00:00
Reinhard Max
48952b9316 - New version 8.6.14:
* [...]

OBS-URL: https://build.opensuse.org/package/show/devel:languages:tcl/tk?expand=0&rev=96
2024-02-08 17:27:48 +00:00
Reinhard Max
2153900c0c OBS-URL: https://build.opensuse.org/package/show/devel:languages:tcl/tk?expand=0&rev=95 2023-07-26 15:55:50 +00:00
Dominique Leuenberger
4ed747364c Accepting request 1038706 from devel:languages:tcl
- New version 8.6.13:
  * (new)[TIP 599] Extended build information
  * (bug)[440c52] fix PPM/PGM read with graylevel > 255
  * (bug)[5fb814] canvas redraw region for lines/polygones
  * (new)[631a0b] text widget: direct mouse events to insert mark,
    not current
  * (bug)[b164ef] fix mouse events for multiple toplevels
  * (bug)[be8f5b] crash setting -type empty for a menu
  * (bug)[50fc02,50fc02,25894d,156e58] ImgPhoto pointer issues
  * (bug)[617861] -justify/-anchor defaults for ttk::label
  * (bug)[40bc81] embedding error test failure
  * (bug)[b1d115] No <Enter> event on new toplevel on current
    toplevel destruction
  * (bug)[3fefb3] crash in empty ttk::combobox when end index requested
  * (new)[247d80] Chinese message file
  * (bug)[e331bc] NULL to memset in photo blank
  * (bug)[864b06] PNG photo image color numeric issue
  * (bug)[f75190] tk_fontchooser: multiple font families, locale
    change, button activation
  * (bug)[ce6b42] (in TCL bug tracker) ttk::spinbox increment event
    endless invokation
  * (bug)[2a6c62] Avoid invalid <<TreeviewSelect>>
  * (new)[f47920] Updates to Finnish message catalog
  * (bug)[29b5c2] error in tk_popup with separator entry selected
  * (bug)[415415] scale advances multiple steps on single click
  * (bug)[dc4c55] tk_popup entry index
  * (bug)[c0bf1b] XVirtualEvent buffer overflows
  * (bug)[eedd79] potential crashes in option parsing when
    sizeof(enum) not equal to int
  * (bug)[0ce975] panedwindow calls memcpy with NULL pointer

OBS-URL: https://build.opensuse.org/request/show/1038706
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tk?expand=0&rev=50
2022-11-30 13:58:53 +00:00
Reinhard Max
1ed478bab2 OBS-URL: https://build.opensuse.org/package/show/devel:languages:tcl/tk?expand=0&rev=93 2022-11-28 14:27:02 +00:00
Reinhard Max
0220b62d74 - New version 8.6.13:
* (new)[TIP 599] Extended build information
  * (bug)[440c52] fix PPM/PGM read with graylevel > 255
  * (bug)[5fb814] canvas redraw region for lines/polygones
  * (new)[631a0b] text widget: direct mouse events to insert mark,
    not current
  * (bug)[b164ef] fix mouse events for multiple toplevels
  * (bug)[be8f5b] crash setting -type empty for a menu
  * (bug)[50fc02,50fc02,25894d,156e58] ImgPhoto pointer issues
  * (bug)[617861] -justify/-anchor defaults for ttk::label
  * (bug)[40bc81] embedding error test failure
  * (bug)[b1d115] No <Enter> event on new toplevel on current
    toplevel destruction
  * (bug)[3fefb3] crash in empty ttk::combobox when end index requested
  * (new)[247d80] Chinese message file
  * (bug)[e331bc] NULL to memset in photo blank
  * (bug)[864b06] PNG photo image color numeric issue
  * (bug)[f75190] tk_fontchooser: multiple font families, locale
    change, button activation
  * (bug)[ce6b42] (in TCL bug tracker) ttk::spinbox increment event
    endless invokation
  * (bug)[2a6c62] Avoid invalid <<TreeviewSelect>>
  * (new)[f47920] Updates to Finnish message catalog
  * (bug)[29b5c2] error in tk_popup with separator entry selected
  * (bug)[415415] scale advances multiple steps on single click
  * (bug)[dc4c55] tk_popup entry index
  * (bug)[c0bf1b] XVirtualEvent buffer overflows
  * (bug)[eedd79] potential crashes in option parsing when
    sizeof(enum) not equal to int
  * (bug)[0ce975] panedwindow calls memcpy with NULL pointer

OBS-URL: https://build.opensuse.org/package/show/devel:languages:tcl/tk?expand=0&rev=92
2022-11-23 16:54:47 +00:00
Reinhard Max
2814daf383 * (platform) stop using -lieee, removed from glibc-2.27
(bsc#1179615, bsc#1181840).

OBS-URL: https://build.opensuse.org/package/show/devel:languages:tcl/tk?expand=0&rev=91
2021-11-23 17:17:06 +00:00
Dominique Leuenberger
792529e41a Accepting request 930670 from devel:languages:tcl
- New version 8.6.12:
  * (bug)[7beaed] ttk::bindMouseWheel syntax error 
  * (new) support 4 new keycodes: CodeInput, SingleCandidate,
    MultipleCandidate, PreviousCandidate
  * (new) Portable keycodes: OE, oe, Ydiaeresis 
  * (bug)[9e1312] <Enter> to parent after child destroyed 
  * (bug)[d3cd4c] more robust notebook processing 
  * (bug)[234ee4] crash in [clipboard get] invalid encoding 
  * (bug)[be9cad] Poor trace housekeeping -> tkwait segfault 
  * (bug)[9b6065] restore Tcl [update], see window-2.12 
  * (bug)[34db75,ea876b] cursor motion in peer text 
  * (bug)[c97464] memleak in TkpDrawAngledChars 
  * (bug)[171ba7] crash when grab and focus are not coordinated 
  * crash due to failed transient record housekeeping 
  * (bug)[099109] segfault reusing a container toplevel 
  * (bug)[4efbfe] static package init order in wish 
  * (bug)[033886] Win: hang in font loading 
  * (bug)[8ebed3] multi-thread safety in Xft use 
  * (new)[TIP 608] New virtual event <<TkWorldChanged>>

OBS-URL: https://build.opensuse.org/request/show/930670
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tk?expand=0&rev=49
2021-11-13 21:48:02 +00:00
Reinhard Max
34b15a1a86 * (bug)[7beaed] ttk::bindMouseWheel syntax error
* (new) support 4 new keycodes: CodeInput, SingleCandidate,
    MultipleCandidate, PreviousCandidate
  * (new) Portable keycodes: OE, oe, Ydiaeresis 
  * (bug)[9e1312] <Enter> to parent after child destroyed 
  * (bug)[d3cd4c] more robust notebook processing 
  * (bug)[234ee4] crash in [clipboard get] invalid encoding 
  * (bug)[be9cad] Poor trace housekeeping -> tkwait segfault 
  * (bug)[9b6065] restore Tcl [update], see window-2.12 
  * (bug)[34db75,ea876b] cursor motion in peer text 
  * (bug)[c97464] memleak in TkpDrawAngledChars 
  * (bug)[171ba7] crash when grab and focus are not coordinated 
  * crash due to failed transient record housekeeping 
  * (bug)[099109] segfault reusing a container toplevel 
  * (bug)[4efbfe] static package init order in wish 
  * (bug)[033886] Win: hang in font loading 
  * (bug)[8ebed3] multi-thread safety in Xft use 
  * (new)[TIP 608] New virtual event <<TkWorldChanged>>

OBS-URL: https://build.opensuse.org/package/show/devel:languages:tcl/tk?expand=0&rev=90
2021-11-10 12:35:44 +00:00
Reinhard Max
6f37d3dfd3 OBS-URL: https://build.opensuse.org/package/show/devel:languages:tcl/tk?expand=0&rev=89 2021-11-09 17:27:03 +00:00
Reinhard Max
5df421b8a1 RV2
OBS-URL: https://build.opensuse.org/package/show/devel:languages:tcl/tk?expand=0&rev=88
2021-11-04 16:09:43 +00:00
Reinhard Max
8fa932ffaa - New version 8.6.12:
* ToDo

OBS-URL: https://build.opensuse.org/package/show/devel:languages:tcl/tk?expand=0&rev=87
2021-11-03 17:13:38 +00:00
Dominique Leuenberger
f4c6591946 Accepting request 887864 from devel:languages:tcl
- Update to version 8.6.11.1 (still presenting itself as 8.6.11)
  * Fixed issue in bindMouseWheel

OBS-URL: https://build.opensuse.org/request/show/887864
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tk?expand=0&rev=48
2021-04-26 14:38:44 +00:00
Reinhard Max
93672cad12 OBS-URL: https://build.opensuse.org/package/show/devel:languages:tcl/tk?expand=0&rev=85 2021-04-22 17:40:23 +00:00
Reinhard Max
22aaa7a29a - Update to version 8.6.11.1 (still presenting itself as 8.6.11)
OBS-URL: https://build.opensuse.org/package/show/devel:languages:tcl/tk?expand=0&rev=84
2021-04-22 17:38:56 +00:00
Reinhard Max
55e8630ba8 Accepting request 886157 from home:susnux:branches:devel:languages:tcl
- Update to version 8.6.11.1
  * Fixed issue in bindMouseWheel

OBS-URL: https://build.opensuse.org/request/show/886157
OBS-URL: https://build.opensuse.org/package/show/devel:languages:tcl/tk?expand=0&rev=83
2021-04-21 11:15:38 +00:00
Dominique Leuenberger
ff3418cb1e Accepting request 860314 from devel:languages:tcl
- Version 8.6.11:
  * Fix TkKeyEvent platform variations
  * ttk respect -cursor option
  * MouseWheel for ttk::scrollbar
  * fix fontconfig crash when no font installed
  * fix tearoff menu redraw artifacts
  * stop crash w/Noto Color Emoji font
  * fix crash of angled text w/o Xft
  * fix crash when active button is destroyed
  * disfavor Master/Slave terminology
  * many more bug fixes.

OBS-URL: https://build.opensuse.org/request/show/860314
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tk?expand=0&rev=47
2021-01-19 14:58:17 +00:00
Reinhard Max
34097975e4 OBS-URL: https://build.opensuse.org/package/show/devel:languages:tcl/tk?expand=0&rev=81 2021-01-04 18:34:23 +00:00
Reinhard Max
e16893e0cd - Version 8.6.11:
* Fix TkKeyEvent platform variations
  * ttk respect -cursor option
  * MouseWheel for ttk::scrollbar
  * fix fontconfig crash when no font installed
  * fix tearoff menu redraw artifacts
  * stop crash w/Noto Color Emoji font
  * fix crash of angled text w/o Xft
  * fix crash when active button is destroyed
  * disfavor Master/Slave terminology
  * many more bug fixes.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:tcl/tk?expand=0&rev=80
2021-01-04 16:59:06 +00:00
Dominique Leuenberger
163a4d3a73 Accepting request 849578 from devel:languages:tcl
- Fix manpage symlink for wish8.6.

OBS-URL: https://build.opensuse.org/request/show/849578
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tk?expand=0&rev=46
2020-11-23 15:38:28 +00:00
Reinhard Max
43cc8c2452 - Fix manpage symlink for wish8.6.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:tcl/tk?expand=0&rev=78
2020-11-20 08:14:45 +00:00
Dominique Leuenberger
5cfffe637d Accepting request 845381 from devel:languages:tcl
OBS-URL: https://build.opensuse.org/request/show/845381
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tk?expand=0&rev=45
2020-11-06 22:43:42 +00:00
Reinhard Max
b3e875a1ad Accepting request 841310 from home:dimstar:Factory
- Fix build with RPM 4.16: error: bare words are no longer
  supported, please use "...":  lib64 == lib64.

OBS-URL: https://build.opensuse.org/request/show/841310
OBS-URL: https://build.opensuse.org/package/show/devel:languages:tcl/tk?expand=0&rev=76
2020-11-02 10:06:30 +00:00
Dominique Leuenberger
ebb1c5ea05 Accepting request 753330 from devel:languages:tcl
- Version 8.6.10:
  * (bug)[0a9c91] crash in text-11a.22
  * (bug)[9705d1] crash activating "Alt" theme
  * (bug)[e3b954] cursor offset at full screen display
  * (bug)[18a4ba] cross-platform [winfo containing]
  * (build) 'None', 'ControlMask' symbol conflicts
  * (bug)[509caf] [treeview tag configure] regression
  * (bug)[3003895] [scale] res rounds and -from
  * (new)[TIP 533] [$mb post x y idx]
  * (bug)[1529659] embed toplevel blocks outer menu
  * (bug)[8814bd] crash in [NSMenu size]
  * (bug)[1951ab] Prevent transient window cycles (crashed on Aqua)
        *** POTENTIAL INCOMPATIBILITY ***
  * (bug)[4da219] Incomplete read of multi-image GIF
  * (new)[TIP 535] Precision of ::scale widget tick mark values
        *** POTENTIAL INCOMPATIBILITY ***
  * (bug)[da3914] [$treeview identify element] failure
  * (bug)[897ffe] Prevent cross-manager loops of geom management
  * (bug)[368fa4] Prevent toggle of hidden treeview indicators
  * (bug)[928652] Apply TIP 533 for ttk::menubutton
  * (bug)[1001070] X-platform rework of label options -highlight*
  * (bug)[6286fd] checkbutton handling of -selectcolor
  * (bug) Ttk scrolling bugs, see tests treeview-9.1, entry-3.[3-6]
  * (new)[TIP 541] [combobox current] support "end" index
  * (bug)[2a6c62] <<TreeviewSelect>> trigger on item delete
  * (bug)[75b8fb] Crash with some [event generate]d <ButtonRelease>
  * (bug)[5ddeca] Stop app switching exposing withdrawn windows as zombies
  * (new) Refactor all MouseWheel bindings
        *** POTENTIAL INCOMPATIBILITY ***
  * (bug)[c8ccd1] up array key in [text] takes to index 1.0
  * (new)[TIP 532] Tk event loop rewrite to prevent ring overflow
        *** POTENTIAL INCOMPATIBILITY ***
  * (bug)[2834776] Stop disabled spinbox from generating
    <<Increment>> & <<Decrement>>
  * (bug)[a01b6f7] Workaround XWayland bug reporting screen width
  * (bug)[b82bd4] Fix [style configure -compound]
  * (bug)[69b48f] failing test textTag-18.1
  * (bug)[c4abd2] panic in stackorder command
  * (bug)[53d280] [wm iconphoto] crash on empty image
  * [90d555] workaround NSFontManager bad selections
  * (new) Partial Emoji support in text displays
- tk-8.5.12-fix-xft.patch is not needed anymore.

OBS-URL: https://build.opensuse.org/request/show/753330
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tk?expand=0&rev=44
2019-12-11 10:59:29 +00:00
Reinhard Max
b02c71ecfa - Version 8.6.10:
* (bug)[0a9c91] crash in text-11a.22
  * (bug)[9705d1] crash activating "Alt" theme
  * (bug)[e3b954] cursor offset at full screen display
  * (bug)[18a4ba] cross-platform [winfo containing]
  * (build) 'None', 'ControlMask' symbol conflicts
  * (bug)[509caf] [treeview tag configure] regression
  * (bug)[3003895] [scale] res rounds and -from
  * (new)[TIP 533] [$mb post x y idx]
  * (bug)[1529659] embed toplevel blocks outer menu
  * (bug)[8814bd] crash in [NSMenu size]
  * (bug)[1951ab] Prevent transient window cycles (crashed on Aqua)
        *** POTENTIAL INCOMPATIBILITY ***
  * (bug)[4da219] Incomplete read of multi-image GIF
  * (new)[TIP 535] Precision of ::scale widget tick mark values
        *** POTENTIAL INCOMPATIBILITY ***
  * (bug)[da3914] [$treeview identify element] failure
  * (bug)[897ffe] Prevent cross-manager loops of geom management
  * (bug)[368fa4] Prevent toggle of hidden treeview indicators
  * (bug)[928652] Apply TIP 533 for ttk::menubutton
  * (bug)[1001070] X-platform rework of label options -highlight*
  * (bug)[6286fd] checkbutton handling of -selectcolor
  * (bug) Ttk scrolling bugs, see tests treeview-9.1, entry-3.[3-6]
  * (new)[TIP 541] [combobox current] support "end" index
  * (bug)[2a6c62] <<TreeviewSelect>> trigger on item delete
  * (bug)[75b8fb] Crash with some [event generate]d <ButtonRelease>
  * (bug)[5ddeca] Stop app switching exposing withdrawn windows as zombies
  * (new) Refactor all MouseWheel bindings
        *** POTENTIAL INCOMPATIBILITY ***
  * (bug)[c8ccd1] up array key in [text] takes to index 1.0
  * (new)[TIP 532] Tk event loop rewrite to prevent ring overflow
        *** POTENTIAL INCOMPATIBILITY ***
  * (bug)[2834776] Stop disabled spinbox from generating
    <<Increment>> & <<Decrement>>
  * (bug)[a01b6f7] Workaround XWayland bug reporting screen width
  * (bug)[b82bd4] Fix [style configure -compound]
  * (bug)[69b48f] failing test textTag-18.1
  * (bug)[c4abd2] panic in stackorder command
  * (bug)[53d280] [wm iconphoto] crash on empty image
  * [90d555] workaround NSFontManager bad selections
  * (new) Partial Emoji support in text displays
- tk-8.5.12-fix-xft.patch is not needed anymore.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:tcl/tk?expand=0&rev=74
2019-12-03 16:08:16 +00:00
Dominique Leuenberger
34ac3c15f9 Accepting request 717799 from devel:languages:tcl
- Use FAT LTO objects in order to provide proper static
  library (boo#1138797).

OBS-URL: https://build.opensuse.org/request/show/717799
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tk?expand=0&rev=43
2019-07-28 08:17:18 +00:00
Reinhard Max
61593cd245 - Use FAT LTO objects in order to provide proper static
library (boo#1138797).

OBS-URL: https://build.opensuse.org/package/show/devel:languages:tcl/tk?expand=0&rev=72
2019-07-23 06:59:20 +00:00
Dominique Leuenberger
8579a4b728 Accepting request 669141 from devel:languages:tcl
OBS-URL: https://build.opensuse.org/request/show/669141
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tk?expand=0&rev=42
2019-01-29 13:39:32 +00:00
Reinhard Max
fd113eb062 Accepting request 578208 from home:elvigia:branches:devel:languages:tcl
- add explicit buildrequire on fontconfig-devel

OBS-URL: https://build.opensuse.org/request/show/578208
OBS-URL: https://build.opensuse.org/package/show/devel:languages:tcl/tk?expand=0&rev=70
2019-01-28 16:48:30 +00:00
Reinhard Max
1edef6cfbf OBS-URL: https://build.opensuse.org/package/show/devel:languages:tcl/tk?expand=0&rev=69 2018-12-12 17:30:39 +00:00
Reinhard Max
4f6a7aa66b - Version 8.6.9:
* (bug)[aa7679] crash using window after master destroyed
  * (bug)[925262] New option -state for ttk::scale
  * (bug)[fa8de7] Crash [ttk::checkbutton .x -variable {}]
  * (bug)[382712] Crash in [event generate . <KeyPress>]
  * (bug)[657c38] Crash in menu destroy with checkbutton entry
  * (bug)[de156e] Deny PRIMARY selection access in safe interps
  * (bug)[b68710] Fixes in [text] bindings
  * (bug)[e20d5c] Stop failures of textTag-18.1
  * (bug)[5d991b] Fortify var traces against deleted vars
  * (bug)[1821174] Stop RenderBadPicture X error
  * (bug)[502e74] Stop X errors on untrusted connections
  * (bug)[71b131] Regression in Tk_DrawChars()
  * (bug)[59fccb] menu flaws when empty menubar clicked
  * (bug)[7423f9] improved legacy support for [tk_setPalette]
  * (bug)[de01e2] Crash in [$text replace]
  * (bug)[135696] Crash in [wm transient]
  * (bug)[309b42] Improve ttk high-contrast-mode support
  * (bug)[fabed1] GIF photo support for "deferred clear code"
  * (bug)[3441086] error message in layout-2
  * (bug)[05bd7f] vista theme for combobox
  * (bug)[382712] crash in KeyPress event handling
  * (bug)[6fcaaa] insertion cursor visibility in ttk::entry
  * (bug)[822923] cascade menu indicator color
  * (bug)[9658bc] borderwidth calculations on menu items
  * (bug)[ca403f] treeview border drawing
  * (bug)[4b555a] hang in [$text search -all]
  * (bug)[6b22d4] [treeview] binding fix

OBS-URL: https://build.opensuse.org/package/show/devel:languages:tcl/tk?expand=0&rev=68
2018-12-12 17:13:03 +00:00
Reinhard Max
fee0e24cd9 - Update tkcon.tcl to CVS revision 1.124:
* Use -underline clearly to disambiguate from new 8.6.6 option
    -underlinefg
  * prevent file edit from undoing loading of file

OBS-URL: https://build.opensuse.org/package/show/devel:languages:tcl/tk?expand=0&rev=67
2018-07-12 10:40:52 +00:00
Reinhard Max
bb3b10290f - Version 8.6.8:
* (bug)[f1a3ca] Memory leak in [text] B-tree 
  * (bug)[ee40fd] Report [console] init errors 
  * (bug)[3295446] Improve history visibility in [console] 
  * (bug)canvas closed polylines fully honor -joinstyle 
  * (bug)[cc42cc] out of mem crash in tests imgPhoto-18.* 
  * (bug)[3406785] fix coords rounding when drawing canvas items 
  * (bug)[8277e1] linux fontchooser sync with available fonts 
  * (bug)[5239fd] Segfault copying a photo image to itself 
  * (bug)[514ff6] canvas rotated text overlap detection 
  * (bug)[1e0db2] canvas rchars artifacts 
  * (bug)[d9fdfa] display of Long non-wrapped lines in text 
  * (bug)[dd9667] text anchor not set 
  * (bug)[bb6b40] ::tk::AmpMenuArgs and 'entryconf' 
  * (bug)[55b95f] Crash [scale] with a bignum value 
  * (bug)[ce62c8] text-37.1 fails 
  * (bug)[0ef1c5] OS X - tests menu-22.[345] hang 
  * (bug) display of embedded toplevels 
  * (bug)[73ba07] Correct property type for MULTIPLE conversion 
  * (bug) Memory leak in tkImgPhoto.c. 
  * (bug) Defeat zombie toplevels 
  * (bug) [wm withdraw] on Window and Dock menus 
  * (new)[TIP 477] nmake build system reform 

- Sync SLE12 with Factory to fix a bug in Itcl that was affecting
  iwidgets (bsc#903017).

OBS-URL: https://build.opensuse.org/package/show/devel:languages:tcl/tk?expand=0&rev=66
2017-12-29 20:10:57 +00:00
Dominique Leuenberger
7fd0b1732a Accepting request 525918 from devel:languages:tcl
- Change licence to "TCL". 

- New version 8.6.7:
  * (bug)[a2abc4] Wrong warp cursor position on 2nd display
  * (bug)[fa3229] menu-38.1
  * (bug)[2cf3d6] button-5.24
  * (bug)[1534455,2945130] Key release events get _L vs _R right.
  * (bug)[8c4216] listbox-4.1
  * (bug)[eb2681] listbox-13.1
  * (bug)[3126428] ttk::button react to image change
  * (bug)[1082213] wrapped text don't start lines with whitespace
  * (bug)[3217462] tri-state button on non-native theme
  * (bug)[3588460] Fix file dialog -typevariable
  * (bug)[e36963] event generate .e <diaeresis>
  * (bug)[6aea69] grid-23
  * (bug)[f60c54] combobox-3
  * (bug)[f32502] crash drawing many dashed objects
  * (bug)[dac92f] text-2.[89]
  * (bug)[7a838c] X11 ring buffer overflow
  * (bug)[d4fb4e] imgPhoto-4.75
  * (bug)[1403ea] Limits on text line size on Windows
  * (bug)[ae32eb] textDisp fails in text custom config
  * (bug)[7d967c] crash after IME restart
  * (bug)[c492c9] disabled combobox arrow appearance
  * (bug)[6b3644] Fix -alpha for 16-bit color PNG
  * (bug)[775273] artifacts on Ubuntu 16.10+
  * (bug)[28a3c3] test BTree memleaks plugged
  * (bug)[db8c54] Stop freed mem access in warp pointer callback
  * (bugs) Fix calculation of ttk::notebook tab widths
  * (bug)[291296] notebook tab management

OBS-URL: https://build.opensuse.org/request/show/525918
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tk?expand=0&rev=41
2017-09-20 15:05:21 +00:00
Reinhard Max
8edd0094c9 - Change licence to "TCL".
OBS-URL: https://build.opensuse.org/package/show/devel:languages:tcl/tk?expand=0&rev=64
2017-09-13 16:59:59 +00:00
Reinhard Max
0832671bdc Revert the last change, the original URL got fixed.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:tcl/tk?expand=0&rev=63
2017-09-13 16:50:13 +00:00
Reinhard Max
7bc003ecf9 Use a download URL that works
OBS-URL: https://build.opensuse.org/package/show/devel:languages:tcl/tk?expand=0&rev=62
2017-09-13 14:44:57 +00:00
Reinhard Max
a2e8a6fe75 - New version 8.6.7:
OBS-URL: https://build.opensuse.org/package/show/devel:languages:tcl/tk?expand=0&rev=61
2017-08-11 15:44:24 +00:00
Dominique Leuenberger
088a455f18 Accepting request 445415 from devel:languages:tcl
- New version 8.6.6:
  * (bug)[3137232] spinbox teardown hygiene
  * (bug)[2981253] spinbox rapid button action
  * (bug)[2262543] scale initialization callbacks
  * (bug)[e9112e] incomplete [wm forget]
  * (bug)[d95e5d] <Map> from hidden panes
  * (TIP 443) More configuration options for text tags
  * (bug)[487861] menu: cascade/accelerator appearance
  * (bug)[1192095] active index from toplevel menus
  * (bug)[18c08d] revised final newline behavior in [text]
        *** POTENTIAL INCOMPATIBILITY ***
  * (bug)[fd3a4d] <<Modified>> delivery to text peers
  * (bug)[b36218,011706] event reentrancy / widget destruction
  * (bug)[64261b] mouse events after double click
  * (bug)[545f10] Xft color font speed
  * (bug)[109865] event reentrancy / widget destruction
  * (TIP 446)[1273358] [$text edit (canundo|canredo)]
  * (bug)[79549a] crash in mouse pointer warping
  * (bug)[787adc] Modernize Tk_Init()
  * (bug) Aqua: excess lable padding
  * (bug) Aqua: bitmap distortion
  * (bug) Aqua/Retina: fix alpha rendering of images
  * (bug)[c84f66] Aqua: crash: overflow in geometry calc
  * (bug)[450bb0] Aqua: memory corruption from [tk busy]

OBS-URL: https://build.opensuse.org/request/show/445415
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tk?expand=0&rev=40
2016-12-17 08:45:40 +00:00
Reinhard Max
35d13001a4 - New version 8.6.6:
* (bug)[3137232] spinbox teardown hygiene
  * (bug)[2981253] spinbox rapid button action
  * (bug)[2262543] scale initialization callbacks
  * (bug)[e9112e] incomplete [wm forget]
  * (bug)[d95e5d] <Map> from hidden panes
  * (TIP 443) More configuration options for text tags
  * (bug)[487861] menu: cascade/accelerator appearance
  * (bug)[1192095] active index from toplevel menus
  * (bug)[18c08d] revised final newline behavior in [text]
        *** POTENTIAL INCOMPATIBILITY ***
  * (bug)[fd3a4d] <<Modified>> delivery to text peers
  * (bug)[b36218,011706] event reentrancy / widget destruction
  * (bug)[64261b] mouse events after double click
  * (bug)[545f10] Xft color font speed
  * (bug)[109865] event reentrancy / widget destruction
  * (TIP 446)[1273358] [$text edit (canundo|canredo)]
  * (bug)[79549a] crash in mouse pointer warping
  * (bug)[787adc] Modernize Tk_Init()
  * (bug) Aqua: excess lable padding
  * (bug) Aqua: bitmap distortion
  * (bug) Aqua/Retina: fix alpha rendering of images
  * (bug)[c84f66] Aqua: crash: overflow in geometry calc
  * (bug)[450bb0] Aqua: memory corruption from [tk busy]

OBS-URL: https://build.opensuse.org/package/show/devel:languages:tcl/tk?expand=0&rev=59
2016-11-14 12:12:30 +00:00
Dominique Leuenberger
f2a6206c77 Accepting request 365280 from devel:languages:tcl
- New version 8.6.5:
  * (bug)[e4ed00] [$text index "1.0 display wordstart"] crash
  * (bug)[562118] Unicode support of "wordstart" modifier
  * (bug)[06c3fc] PNG alpha error corrupted output file
  * (bug)[dece63] various mem corruptions in images
  * (bug)[53f8fc] panedwindow geometry management
  * (bug)[1641721] tk_getOpenFile symlink display doubled
  * (bug)[d7bad5][2368195][3592454][1714535][1292219][3592454]
    panedwindow fixes
  * (bug)[805cff] Tk_ConfigureWidget() segfault
  * (bug)[3f179a] Text widget crash with elided text
  * (bug)[2886436] Stop [$text delete] acting before start index
  * (bug)[1236306] TraverseToMenu error bound to toplevel destroy
  * (bug)[00189c] MSVC 14: semi-static UCRT support
  * (bug)[cc0ba3] PNG read buffer overflow
  * (bug)[1501749] Crash embedded window delete bound to <Map>
  * (license) Replace icons that lacked clear free license
  * (bug)[46c83f] Win: tk_getOpenFile -initialdir
  * (new feature)[TIP 437] New panedwindow options
  * (bug)[1669632] [text] autoseparator placement
  * (bug)[2262711] [text] RE search Unicode+elided
  * (bug)[1815161] [$text count -ypixels] needs management
  * (bug)[1520118] Document spinbox validate expectations
  * (bug)[1414025] $entry insertion cursor visibility
  * (bug) PNG rendering on El Capitan
  * (bug)[2160206] menubutton panic
  * (bug)[220854] Display trailing TAB in entry
  * (bug)[542199] double click on lone char in entry
  * (bug)[297442d] strict motif binding on <Control-underscore>
  * (bug)[3601604] $listbox -takefocus

OBS-URL: https://build.opensuse.org/request/show/365280
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tk?expand=0&rev=39
2016-03-14 08:56:18 +00:00
Reinhard Max
c47ad2cc3f OBS-URL: https://build.opensuse.org/package/show/devel:languages:tcl/tk?expand=0&rev=57 2016-03-03 10:27:31 +00:00
Stephan Kulow
8f4037af4e Accepting request 320822 from devel:languages:tcl
- New version 8.6.4:
  * (bug)[d43a10] shimmer-related crash in [tk_getOpenFile]
  * (bug)[1c0d6e] Win build trouble with SIGDN
  * (bug)[4a0451] [tk_getOpenFile] result
  * (bug) several fixes to elided context in [text]
  * (new feature)[TIP 433] %M binding substitution
  * (bug)[ab6dab] corrupt dashed lines in postscript
- Update tkcon.tcl to CVS revision 1.122.

OBS-URL: https://build.opensuse.org/request/show/320822
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tk?expand=0&rev=38
2015-09-19 04:51:43 +00:00
Reinhard Max
80e86a9e5c - New version 8.6.4:
* (bug)[d43a10] shimmer-related crash in [tk_getOpenFile]
  * (bug)[1c0d6e] Win build trouble with SIGDN
  * (bug)[4a0451] [tk_getOpenFile] result
  * (bug) several fixes to elided context in [text]
  * (new feature)[TIP 433] %M binding substitution
  * (bug)[ab6dab] corrupt dashed lines in postscript
- Update tkcon.tcl to CVS revision 1.122.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:tcl/tk?expand=0&rev=55
2015-08-06 08:50:20 +00:00
Dominique Leuenberger
de45c892e6 Accepting request 307913 from home:fstrba:freetype2
Reverting the freetype2-bootstrap-related changes since it does not work

OBS-URL: https://build.opensuse.org/request/show/307913
OBS-URL: https://build.opensuse.org/package/show/devel:languages:tcl/tk?expand=0&rev=54
2015-06-11 12:55:39 +00:00
Reinhard Max
a15054d74d Accepting request 306602 from home:fstrba:freetype2
build against freetype2-bootstrap-devel explicitely to avoid build cycles in Factory

OBS-URL: https://build.opensuse.org/request/show/306602
OBS-URL: https://build.opensuse.org/package/show/devel:languages:tcl/tk?expand=0&rev=53
2015-05-13 07:37:00 +00:00
Dominique Leuenberger
65368e59ea Accepting request 261312 from devel:languages:tcl
- New version 8.6.3:
  * (bug)[9e487e] Phony button clicks from browsers to plugin
  * (bug)[810c43] [text] elide changes advance epoch
  * (bug)[fb35eb] fix PNG transparency appearance
  * (bug)[3417012] [scale -digits $bigValue] segfault
  * (bug)[3529885] [scale] handling of negative resolution

OBS-URL: https://build.opensuse.org/request/show/261312
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tk?expand=0&rev=37
2014-11-18 21:53:09 +00:00