| 1 |
Overview of Changes from GTK+ 2.17.5 to 2.17.6 |
| 2 |
============================================== |
| 3 |
|
| 4 |
* Client-side windows: |
| 5 |
- Several optimizations, such as client-side tracking of |
| 6 |
viewable windows |
| 7 |
- Clipping for drawing pixbufs on windows has been fixed |
| 8 |
- Rendering to large subwindows has been fixed |
| 9 |
|
| 10 |
* Changes that are relevant for translators: |
| 11 |
- Markup has been removed from several strings |
| 12 |
|
| 13 |
* Bugs fixed: |
| 14 |
588398 Leak with testgtk::preview_(color|gray) and more |
| 15 |
588943 set correct selection before emitting cursor-changed... |
| 16 |
588076 Gnumeric fonts stopped working on upgrading gtk+ 2.17.2 -... |
| 17 |
574674 GtkMenuItem gets Selected and Focused states when SelectC... |
| 18 |
582674 Menu item and menu accessibles retain "showing" state aft... |
| 19 |
588553 [csw] gdk_draw_pixbuf doesnt draw outside expose events s... |
| 20 |
588897 Strange include x11/gdkx.h |
| 21 |
588958 Typo in startup-id window property |
| 22 |
589035 Context needed for a propoer translation |
| 23 |
589275 [csw] Trying to destroy NULL regions |
| 24 |
588964 Remove markup from translatable string in gtkfilechooserd... |
| 25 |
587337 Suggest to use Glade instead gtk-builder-convert script |
| 26 |
|
| 27 |
* Updated translations: |
| 28 |
Estonian |
| 29 |
French |
| 30 |
Spanish |
| 31 |
Swedish |
| 32 |
Thai |
| 33 |
|
| 34 |
|
| 35 |
Overview of Changes from GTK+ 2.17.4 to 2.17.5 |
| 36 |
============================================== |
| 37 |
|
| 38 |
* Client-side windows: |
| 39 |
- Quite a few fixes have happened for the win32 and directfb backends |
| 40 |
|
| 41 |
* GSEAL: |
| 42 |
- Accessors have been added for sealed members in GtkCellRenderer and |
| 43 |
GtkWidget |
| 44 |
|
| 45 |
* Changes that are relevant for distributors: |
| 46 |
- The jpeg2000 pixbuf loader is now optional. Pass --with-libjasper |
| 47 |
to configure to build it |
| 48 |
|
| 49 |
* Bugs fixed |
| 50 |
588373 Menus broken by client-side-windows |
| 51 |
588379 testgtk::panes does not change the cursor on mouse over |
| 52 |
588388 shape rendering is back |
| 53 |
588461 gtk_editable_get_chars() behaviour change in 2.17.4 |
| 54 |
588666 Incorrect clamping of max_length |
| 55 |
588665 insert-text signal is not emitted |
| 56 |
588395 Crash when opening a GtkBuilder file |
| 57 |
524066 Mandatory jpeg2000? |
| 58 |
527583 GtkAssistant should set buttons as default widget |
| 59 |
588694 Missing % in C code |
| 60 |
588484 Iconview DnD fails when Destination is empty |
| 61 |
583522 Trivial error in GtkBuilder migration documentation |
| 62 |
150951 collapsed save dialog needs to indicate filesystem... |
| 63 |
|
| 64 |
* Updated translations: |
| 65 |
Brazilian Portuguese |
| 66 |
Norwegian bokmål |
| 67 |
Spanish |
| 68 |
Traditional Chinese |
| 69 |
|
| 70 |
|
| 71 |
Overview of Changes from GTK+ 2.17.3 to 2.17.4 |
| 72 |
============================================== |
| 73 |
|
| 74 |
* GtkEntry now has model-view separation, with GtkEntryBuffer. |
| 75 |
One intended use case for this is to support 'secure memory' |
| 76 |
for password entries. |
| 77 |
|
| 78 |
* The print dialog can now optionally include the page setup |
| 79 |
controls, avoiding the need for a separate page setup dialog |
| 80 |
in many applications. |
| 81 |
|
| 82 |
* Coloring of visited links in GtkLabel can now be turned off, with |
| 83 |
the ::track-visited-links property. |
| 84 |
|
| 85 |
* Support for clipmasks in gdk_draw_pixbuf now works, this will |
| 86 |
introduce visual changes in code that uses clipmasks when drawing |
| 87 |
pixbufs. However, since this never worked that is unlikely to happen. |
| 88 |
Old code using gdk_pixbuf_render_threshold_alpha masks when rendering |
| 89 |
pixbufs will now produce truncated results at the edges. |
| 90 |
|
| 91 |
* A number of regressions from the client-side window merge have |
| 92 |
been fixed. |
| 93 |
|
| 94 |
* The directfb GDK backend has been fixed to build with csw. |
| 95 |
|
| 96 |
* Bugs fixed: |
| 97 |
569393 gtk calendar localization YM note is wrong |
| 98 |
587559 Popup closes immediately |
| 99 |
551409 Print dialog should include page size and orientation |
| 100 |
588115 gvim clipboard broken |
| 101 |
|
| 102 |
* Updated translations: |
| 103 |
Dutch |
| 104 |
Estonian |
| 105 |
Spanish |
| 106 |
Ukrainian |
| 107 |
Vietnamese |
| 108 |
|
| 109 |
|
| 110 |
Overview of Changes from GTK+ 2.17.2 to 2.17.3 |
| 111 |
============================================== |
| 112 |
|
| 113 |
* GtkFileChooser: |
| 114 |
- Shows the size column by default now |
| 115 |
|
| 116 |
* GtkStatusIcon: |
| 117 |
- Has a title property, which can be used by ATs when they |
| 118 |
read status icons |
| 119 |
|
| 120 |
* GtkInfoBar: |
| 121 |
- The default theme now includes color definitions for infobars |
| 122 |
- The ::use-tooltip-style style property has been removed |
| 123 |
|
| 124 |
* GtkMountOperation now supports interaction during unmount operations. |
| 125 |
|
| 126 |
* The client-side windows branch has been merged; GDK now maintains |
| 127 |
its own window hierarchy client-side, and only uses X windows where |
| 128 |
unavoidable. Some of the benefits of this change are |
| 129 |
- Reduced flicker |
| 130 |
- The ability to do transformed and animated rendering of widgets |
| 131 |
- Easier embedding of GTK+ widgets e.g. into Clutter scene graphs |
| 132 |
This is a fundamental change to the way GDK works, so watch out for |
| 133 |
regressions. |
| 134 |
|
| 135 |
* Bugs fixed: |
| 136 |
586315 Crash in GTK+ 2.14 when calling gtk.FileChooser.list_shor... |
| 137 |
461944 pressing the volume icon in full screen shuts down the sound |
| 138 |
490724 iconview item's height would be changed event with same m... |
| 139 |
564063 regression: Left margin in popup menus |
| 140 |
582025 Accelerators fail for submenus |
| 141 |
585626 Setting widget tooltip hammers X11 server on any TCP/IP X... |
| 142 |
585802 Add API to make GtkStatusIcon accessible with a name |
| 143 |
585858 right-click Add-to-Booksmarks is sometimes greyed out |
| 144 |
586330 GtkButton ignores user_underline when an image is set |
| 145 |
318807 Offscreen windows and window redirection |
| 146 |
587716 GtkInfoBar broken on resize |
| 147 |
587485 GMountOperation::show-processes support |
| 148 |
|
| 149 |
* Updated translations |
| 150 |
Brazilian Portuguese |
| 151 |
Estonian |
| 152 |
Hebrew |
| 153 |
Spanish |
| 154 |
Swedish |
| 155 |
Vietnamese |
| 156 |
|
| 157 |
|
| 158 |
Overview of Changes from GTK+ 2.17.1 to 2.17.2 |
| 159 |
============================================== |
| 160 |
|
| 161 |
* GtkInfoBar: A new widget to show a transient 'message area' |
| 162 |
inside a content pane. The API is similar to GtkDialog and |
| 163 |
supports theming for different message types (warnings, |
| 164 |
errors, etc) |
| 165 |
|
| 166 |
* GtkFileChooser: |
| 167 |
- Improve path bar by ellipsizing long names and preventing |
| 168 |
vertical size changes |
| 169 |
- Backup files are now hidden by default |
| 170 |
- GTK+ remembers the file chooser sorting state now |
| 171 |
|
| 172 |
* GtkButtonBox: Implements the GtkOrientable interface now. |
| 173 |
|
| 174 |
* Printing: |
| 175 |
- GTK+ supports printing an application-defined 'selection' now, |
| 176 |
in addition to usual page ranges. |
| 177 |
|
| 178 |
* Changes that are relevant for theme authors: |
| 179 |
- The new GtkInfoBar widget uses symbolic colors for theming |
| 180 |
its background color depending on the message type. By default, |
| 181 |
it uses the same background color as tooltips. This can be turned |
| 182 |
off with style property. |
| 183 |
- The GTK+ file chooser (as well as nautilus and other users of GIO |
| 184 |
icon information) can now show different icons for xdg user dirs. |
| 185 |
The icon names are folder-documents, folder-download, folder-music, |
| 186 |
folder-pictures, folder-publicshare, folder-templates, folder-videos, |
| 187 |
with an automatic fallback to the standard folder icon. |
| 188 |
|
| 189 |
* Bugs fixed: |
| 190 |
584021 titchy leak |
| 191 |
579590 gtk_entry_set_icon_from_stock should warn when invalid st... |
| 192 |
584125 GtkAssistant asserts if last page is GTK_ASSISTANT_PAGE_C... |
| 193 |
171416 Resume editing if name of new folder is "Type name of new... |
| 194 |
420335 Page assignment when printing 4 pages to a sheet |
| 195 |
161670 Bad behaviour from gtk_file_chooser_set_filename |
| 196 |
327152 Long names in the FileChooserDialog directory buttons sho... |
| 197 |
355851 File Dialog shows Backup Files |
| 198 |
390312 Gtk grabs keyboard on DND |
| 199 |
486839 Filechooser 'Places' items should not move up and down th... |
| 200 |
562335 Deprecate gtk_tree_view_column_get_cell_renderers and gtk... |
| 201 |
565317 Resulting image of GtkCellRendererPixbuf depends on order... |
| 202 |
565998 configure script doesn't check for cairo-xlib.pc |
| 203 |
580079 Better configure detection of Xinerama on Solaris |
| 204 |
580511 gdk_x11_atom_to_xatom_for_display translates GDK_NONE as ... |
| 205 |
580560 Backspace key does not go to the parent directory |
| 206 |
584598 GtkButtonBox silently ignores gtk_orientable_set_orientation |
| 207 |
584637 Missing conditionals for X11 shape extension in GdkWindow |
| 208 |
584805 GtkEntryCompletion selection reset when calling gtk_entry... |
| 209 |
584832 Duplicate the exec string returned by gtk_recent_info_get... |
| 210 |
585024 some gtksettings properties need extra initialisation |
| 211 |
585371 Add additional sizes to the font selector |
| 212 |
585791 use g_*gettext instead of *gettext directly |
| 213 |
562579 [Patch] Remove error dialog when directory does not exist |
| 214 |
344519 custom print ranges |
| 215 |
484922 Should remember the sort state of columns |
| 216 |
555344 consider adding a message area widget |
| 217 |
|
| 218 |
* Updated translations: |
| 219 |
Danish |
| 220 |
Brazilian Portuguese |
| 221 |
Estonian |
| 222 |
Oriya |
| 223 |
Bengali India |
| 224 |
Norwegian bokmål |
| 225 |
Hindi |
| 226 |
Spanish |
| 227 |
|
| 228 |
|
| 229 |
Overview of Changes from GTK+ 2.17.0 to 2.17.1 |
| 230 |
============================================== |
| 231 |
|
| 232 |
* GtkLabel: |
| 233 |
- GtkLabel can show embedded URLs, much like SexyUrlLabel |
| 234 |
|
| 235 |
* Printing: |
| 236 |
- GTK+ includes a print backend that works with the PAPI |
| 237 |
printing service. |
| 238 |
- The file and lpr backends can print multiple pages per sheet. |
| 239 |
|
| 240 |
* Changes that are relevant for theme authors: |
| 241 |
- The URL support in GtkLabel uses the link-color / visited-link-color |
| 242 |
style properties |
| 243 |
|
| 244 |
* Bugs fixed: |
| 245 |
576091 GtkTooltip destroy the custom widget |
| 246 |
315462 GtkButton doesn't center its child when the child is too ... |
| 247 |
390331 "Pages per sheet" does not work for LPR printing |
| 248 |
531490 gdk_window_set_events (0) will _ADD_ events to the root w... |
| 249 |
574386 Remove deprecated call to gtk_status_icon_set_tooltip in ... |
| 250 |
576678 cups printbackend doesn't list printers on NetBSD |
| 251 |
579366 gtkbuilderparser leaks RequiresInfo objects. |
| 252 |
579884 casting problem in gmodule |
| 253 |
580511 gdk_x11_atom_to_xatom_for_display translates GDK_NONE as ... |
| 254 |
581876 Remove deprecated call to gtk_action_connect_proxy in tes... |
| 255 |
581878 Remove deprecated call to gtk_scale_button_get_orientatio... |
| 256 |
582003 Calling gdk_window_get_events() changes the event mask, b... |
| 257 |
582488 GtkNotebook behaves poorly when allocated less than reque... |
| 258 |
582950 Use number of pages to print when showing printing progress |
| 259 |
582963 Crash when printing from a thread |
| 260 |
583050 unclear disposition of function gtk_combo_box_get_active... |
| 261 |
583522 Trivial error in GtkBuilder migration documentation |
| 262 |
535557 gdk_window_set_icon_name should accept NULL to unset |
| 263 |
549859 "file" printer doesn't support n-up |
| 264 |
|
| 265 |
* Updated translations: |
| 266 |
Arabic |
| 267 |
British English |
| 268 |
Catalan |
| 269 |
Czech |
| 270 |
Danish |
| 271 |
Estonian |
| 272 |
French |
| 273 |
German |
| 274 |
Greek |
| 275 |
Hungarian |
| 276 |
Irish |
| 277 |
Italian |
| 278 |
Kannada |
| 279 |
Portuguese |
| 280 |
Russian |
| 281 |
Slovenian |
| 282 |
Spanish |
| 283 |
Ukrainian |
| 284 |
Simplified Chinese |
| 285 |
|
| 286 |
|
| 287 |
Overview of Changes from GTK+ 2.16.x to 2.17.0 |
| 288 |
============================================== |
| 289 |
|
| 290 |
* GtkBuilder: |
| 291 |
- Scale marks can now be specified in builder markup |
| 292 |
- GtkAssistant action widgets can be added in builder markup |
| 293 |
|
| 294 |
* Changes that are relevant for theme authors |
| 295 |
- GtkEntry now has a ::invisible-char style property that allows |
| 296 |
themes to set the preferred invisible character |
| 297 |
|
| 298 |
* Printing: |
| 299 |
- GTK+ supports authentication of users against CUPS servers now. |
| 300 |
|
| 301 |
* Bugs fixed: |
| 302 |
578634 gtkdial example fails to compile |
| 303 |
580678 Minor improvement to GTK+ mediaLib code |
| 304 |
580511 gdk_x11_atom_to_xatom_for_display translates GDK_NONE... |
| 305 |
581110 Handlebox widget uses static variables, crashes in multi... |
| 306 |
553385 gtk-builder-convert creates untranslated combobox models |
| 307 |
580814 GtkTextLayout incorrectly assumes pango iterates in logi... |
| 308 |
579366 gtkbuilderparser leaks RequiresInfo objects |
| 309 |
579741 gailcombox should emit property-changed:accessible-name... |
| 310 |
574386 Remove deprecated call to gtk_status_icon_set_tooltip... |
| 311 |
384940 handle rejecting jobs and authentication meaningfully |
| 312 |
|
| 313 |
* Updated translations |
| 314 |
Arabic |
| 315 |
Brazilian Portuguese |
| 316 |
British English |
| 317 |
Catalan |
| 318 |
Czech |
| 319 |
Estonian |
| 320 |
Italian |
| 321 |
Kannada |
| 322 |
Oriya |
| 323 |
Simplified Chinese |
| 324 |
Slovenian |
| 325 |
Spanish |
| 326 |
Ukrainian |
| 327 |
|
| 328 |
|
| 329 |
Overview of Changes from GTK+ 2.16.0 to 2.16.1 |
| 330 |
============================================== |
| 331 |
|
| 332 |
* GtkBuilder: |
| 333 |
- Accessible action names can now be marked as translatable. |
| 334 |
- gtk-builder-convert correctly handles response ids in all dialogs. |
| 335 |
- gtk-builder-convert warns about duplicate ids. |
| 336 |
|
| 337 |
* GDK: |
| 338 |
- GDK no longer refuses to work on 30-bit visuals |
| 339 |
|
| 340 |
* Win32: |
| 341 |
- The appearance of GTK+ menus on Vista has been improved. |
| 342 |
|
| 343 |
* Bugs fixed: |
| 344 |
575700 Crash when moving a GtkWindow |
| 345 |
574283 unused assignment and dead code in gtk_widget_set_tooltip_window |
| 346 |
538840 [Win32] GTK menu theming could be improved |
| 347 |
576254 <object> requires attribute "id" |
| 348 |
576306 gdkscreen.c: get_nearest_monitor too simple... |
| 349 |
437533 Implement draw_shape PangoRenderer method |
| 350 |
577224 crash when setting new icon after setting icon... |
| 351 |
576150 Doc bug for GtkMenuPositionFunc |
| 352 |
562863 GtkVscrollbar is hardly documented |
| 353 |
575644 Cygwin gail build patch |
| 354 |
571374 Add 30-bit visuals to the list of supported depths |
| 355 |
577650 gtkitemfactory.h fails to compile |
| 356 |
578094 ProcessIdToSessionId needs to be declared as WINAPI |
| 357 |
518642 Custom tags and translatable content |
| 358 |
532858 segv setting GBoxed subclass <property> |
| 359 |
557629 Response ID not converted for GtkFileChooserDialog |
| 360 |
577789 about dialogue doesn't linkify licence text |
| 361 |
577824 empathy_chat_window_init: GClosure is leaked |
| 362 |
577964 Page Range entry is not accessible |
| 363 |
578221 Assertion warning `GTK_IS_TEXT_LAYOUT (layout)' failed |
| 364 |
578271 PageSetup should be sent to the previewer |
| 365 |
578276 gtk-builder-convert improperly converts GtkComboBox |
| 366 |
578290 two memory leaks |
| 367 |
578354 Memory leak in gdkscreen-x11 |
| 368 |
578365 GtkMountOperation does not allow passwordless mount of sf... |
| 369 |
578366 file descriptor leak |
| 370 |
573922 Using NET_WM_USER_TIME even if startup notification times... |
| 371 |
561345 Title of Print Preview window should not be previewXXXXXX... |
| 372 |
577868 about dialogue changes appearance on style-set (change th... |
| 373 |
572797 GtkCellRendererAccel display string i18n in OTHER mode |
| 374 |
|
| 375 |
* Updated translations: |
| 376 |
Arabic |
| 377 |
Assamese |
| 378 |
Basque |
| 379 |
Bulgarian |
| 380 |
Crimean Tatar |
| 381 |
Danish |
| 382 |
Galician |
| 383 |
German |
| 384 |
Greek |
| 385 |
Gujarati |
| 386 |
Japanese |
| 387 |
Kannada |
| 388 |
Malayalam |
| 389 |
Marathi |
| 390 |
Oriya |
| 391 |
Pashto |
| 392 |
Russian |
| 393 |
Spanish |
| 394 |
Telugu |
| 395 |
Turkish |
| 396 |
|
| 397 |
Overview of Changes from GTK+ 2.15.5 to 2.16.0 |
| 398 |
============================================== |
| 399 |
|
| 400 |
* The new function gtk_style_get_property was renamed to |
| 401 |
gtk_style_get_style_property to avoid binding problems. |
| 402 |
|
| 403 |
* Bugs fixed: |
| 404 |
574059 search button not available in some cases |
| 405 |
574622 GtkEntry: Should we wrap icon-press and icon-release signals? |
| 406 |
574561 gtk_style_get "shadows" g_object_get |
| 407 |
574794 Can not resize shaped windows on Windows |
| 408 |
570896 gdkevents-win32.c(2947) : error C4053: one void operand for '?:' |
| 409 |
573067 Intra-app dnd of text behavior on Windows is wrong |
| 410 |
572455 GtkEntry window layed out wrong if the widget has focus |
| 411 |
|
| 412 |
* Updated translations: |
| 413 |
Assamese (as) |
| 414 |
Bengali (bn_IN) |
| 415 |
Czech (cs) |
| 416 |
Gujarati (gu) |
| 417 |
Hindi (hi) |
| 418 |
Japanese (ja) |
| 419 |
Kannada (kn) |
| 420 |
Lithuanian (lt) |
| 421 |
Malayalam (ml) |
| 422 |
Polish (pl) |
| 423 |
Romanian (ro) |
| 424 |
Tamil (ta) |
| 425 |
Telugu (te) |
| 426 |
|
| 427 |
|
| 428 |
Overview of Changes from GTK+ 2.15.4 to 2.15.5 |
| 429 |
============================================== |
| 430 |
|
| 431 |
* GtkAction: |
| 432 |
- Rename gtk_activatable_reset to gtk_activatable_sync_action_properties |
| 433 |
to make it easier to bind |
| 434 |
|
| 435 |
* GDK: |
| 436 |
- The DirectFB backend has been restored to basic function |
| 437 |
- The RANDR support in the X11 backend has been made more robust |
| 438 |
|
| 439 |
* Changes that are relevant for theme authors: |
| 440 |
- GtkEntry now has a ::progress-border property and use fg/bg[SELECTED] |
| 441 |
for drawing progress |
| 442 |
|
| 443 |
* Bugs fixed: |
| 444 |
457086 numpad does not work when the Thai-Lao input method is used |
| 445 |
554407 directfb backend does not implement GdkWindowImpl |
| 446 |
543710 Dead keys do not work anymore with DirectFB |
| 447 |
560671 the client_message API doesn't work in DirectFB |
| 448 |
513422 Unknown meaning of translatable messages |
| 449 |
533456 Memory leak when window is destroyed |
| 450 |
572387 gdm crashes after gtk 2.15.4 upgrade |
| 451 |
565199 Ellipsize text in Places list |
| 452 |
495320 GtkRange does not use gdk_event_request_motions |
| 453 |
572904 GtkRadioAction broken in trunk |
| 454 |
573383 Setting a textview's buffer to NULL doesn't do a complete job |
| 455 |
573416 GtkMountOperation fixes for ask_password() |
| 456 |
572968 GtkIconView: image_description setter function strdups wrong... |
| 457 |
572972 GtkRecentChooserDefault: memory leak in copy_activated_cb |
| 458 |
572996 crash in Home Folder: Trying to open the sidebar |
| 459 |
573069 Gdk-CRITICAL warnings with Gtk 2.14 when dragging GtkNotebook... |
| 460 |
573113 Can't build tests due to testfilechooserbutton.c |
| 461 |
573211 Setting screen for popup windows |
| 462 |
573287 Warning on startup |
| 463 |
572273 No replacement documented for gtk_action_connect_proxy |
| 464 |
573515 po-properties/ special Makefile.in.in handling causes failure... |
| 465 |
552619 File Chooser no longer automatically enters newly created dir... |
| 466 |
573087 gdkwindow.c: {x,y}_offset used uninitialized |
| 467 |
573688 Don't steal update region in gtk_text_view_paint |
| 468 |
546285 Allow GtkEntry to draw progress |
| 469 |
569671 gdk_pixbuf_new_from_file() can't open image/x-portable-pixmap |
| 470 |
573393 Deprecated functions in gdk-Threads example code snippet |
| 471 |
571001 STATE_SHOWING missing on table items |
| 472 |
520395 event.any_data incorrect with spin buttons and combo boxes... |
| 473 |
325809 getAccessibleAtPoint for tables does not seem to take column... |
| 474 |
561631 gailbutton.c:571:idle_do_action: code should not be reached |
| 475 |
519090 Add accessibility support to GtkScaleButton |
| 476 |
|
| 477 |
* Updated translations: |
| 478 |
British English (en_GB) |
| 479 |
Estonian (et) |
| 480 |
Hungarian (hu) |
| 481 |
Japanese (ja) |
| 482 |
Korean (ko) |
| 483 |
Kurdish (ku) |
| 484 |
Maithili (mai) |
| 485 |
Dutch (nl) |
| 486 |
Oriya (or) |
| 487 |
Swedish (sv) |
| 488 |
Traditional Chinese (zh_HK) |
| 489 |
Traditional Chinese (zh_TW) |
| 490 |
|
| 491 |
|
| 492 |
Overview of Changes from GTK+ 2.15.3 to 2.15.4 |
| 493 |
============================================== |
| 494 |
|
| 495 |
* GtkAction: |
| 496 |
- More compatibility fixes to make PolicyKit-gnome work |
| 497 |
|
| 498 |
* GtkFileChooserButton: |
| 499 |
- Don't emit file-set when the dialog is canceled. But emit it |
| 500 |
when a file is received via DND |
| 501 |
|
| 502 |
* GDK |
| 503 |
- Use Xrandr 1.3 for tracking monitor information, if available |
| 504 |
|
| 505 |
* Bugs fixed: |
| 506 |
538439 tooltip may appear in upper left corner... |
| 507 |
571015 libprintbackend-cups has unlocalized strings |
| 508 |
353196 Add a file-set signal to GtkFileChooserButton |
| 509 |
571249 Icons are not drawn properly when initial widget... |
| 510 |
571196 gtk_binding_entry_add_signall deprecated without alternative |
| 511 |
508545 No way to identify terminal classes from documentation |
| 512 |
570824 TreeView is not keyboard (re)focusable after selecting a cell... |
| 513 |
568571 Asian am/pm format on cups print backend's time parsing |
| 514 |
571576 gdk_pixbuf_save_to_stream() broken |
| 515 |
571873 Compile error with gdk/win32/gdkselection-win32.c |
| 516 |
572041 Focus should change when advancing forward in GtkAssistant |
| 517 |
572040 GtkAssistant does not expose page titles |
| 518 |
570406 gailutil.def is in srcdir, but used from builddir |
| 519 |
|
| 520 |
* Updated translations: |
| 521 |
Belarusian Latin (be@latin) |
| 522 |
Bulgarian (bg) |
| 523 |
Catalan (ca) |
| 524 |
Danish (da) |
| 525 |
Spanish (es) |
| 526 |
Basque (eu) |
| 527 |
Finnish (fi) |
| 528 |
French (fr) |
| 529 |
Gujarati (gu) |
| 530 |
Hungarian (hu) |
| 531 |
Japanese (ja) |
| 532 |
Korean (ko) |
| 533 |
Latvian (lv) |
| 534 |
Norwegian bokmål (nb) |
| 535 |
Polish (pl) |
| 536 |
Brazilian Portugese (pt_BR) |
| 537 |
Slovak (sk) |
| 538 |
Albanian (sq) |
| 539 |
Serbian (sr) |
| 540 |
Swedish (sv) |
| 541 |
Thai (th) |
| 542 |
Vietnamese (vi) |
| 543 |
|
| 544 |
|
| 545 |
Overview of Changes from GTK+ 2.15.2 to 2.15.3 |
| 546 |
============================================== |
| 547 |
|
| 548 |
* Keyboard shortcut handling has been changed, to help with a longstanding |
| 549 |
complaint about the way GTK+ handles multiple layouts. GTK+ now only uses |
| 550 |
keys from groups other than the current group if they are not present in |
| 551 |
the current group. Feedback on this change is appreciated. |
| 552 |
|
| 553 |
* Bugs fixed: |
| 554 |
569336 change in gtkbutton klass is causing crash... |
| 555 |
569435 make maintainer-clean removes non-generated sources |
| 556 |
145058 Inputting "^^" requires four keystrokes on Win32... |
| 557 |
559408 Transparency lost when images are copied... |
| 558 |
359288 Toolbar items are not shown after hiding |
| 559 |
569918 64bit portability issue in gtkrecentchooser.c |
| 560 |
162726 Multiple Latin layouts in XKB break keyboard shortcuts |
| 561 |
569635 fontchooser should reload list of families/styles on... |
| 562 |
|
| 563 |
* Updated translations: |
| 564 |
Norwegian bokmål (nb) |
| 565 |
Oriya (or) |
| 566 |
Brazilian Portugese (pt_BR) |
| 567 |
Thai (th) |
| 568 |
Traditional Chinese (zh_HK) |
| 569 |
Traditional Chinese (zh_TW) |
| 570 |
|
| 571 |
|
| 572 |
Overview of Changes from GTK+ 2.15.1 to 2.15.2 |
| 573 |
============================================== |
| 574 |
|
| 575 |
* GtkAction: |
| 576 |
- Make toolitems pick up icon names from actions |
| 577 |
- Draw proxies of radio actions properly |
| 578 |
- Make menu proxies of recent actions work |
| 579 |
- Avoid accidental activations when changing actions on proxies |
| 580 |
- Make derived button classes work as proxies |
| 581 |
|
| 582 |
* Input methods: |
| 583 |
- Avoid an assertion due to early use of input methods |
| 584 |
|
| 585 |
* GtkScale: |
| 586 |
- Avoid a segfault in the marker drawing code |
| 587 |
|
| 588 |
* GtkImageMenuItem: |
| 589 |
- Add a property to override the show-menu-images setting |
| 590 |
|
| 591 |
* Bugs fixed: |
| 592 |
566628 gdk_display_close always asserts on win32 and quartz |
| 593 |
569240 Crasher when using markers |
| 594 |
569104 Toggle menu entries showed as check menu entries... |
| 595 |
322932 Always show icons on panel menus |
| 596 |
|
| 597 |
* Updated translations: |
| 598 |
Finnish (fi) |
| 599 |
German (de) |
| 600 |
|
| 601 |
|
| 602 |
Overview of Changes from GTK+ 2.15.0 to 2.15.1 |
| 603 |
============================================== |
| 604 |
|
| 605 |
* GtkFileChooser: |
| 606 |
- Remember the file chooser's size across invocations |
| 607 |
- Handle uris that are entered in the entry |
| 608 |
- Improve autocompletion, in particular for uris |
| 609 |
|
| 610 |
* GtkEntry: |
| 611 |
- New property "im-module" for selecting input methods per-widget |
| 612 |
- New icon-related API got renamed for consistency |
| 613 |
- Added properties and setters for icon tooltips |
| 614 |
|
| 615 |
* GtkTextView: |
| 616 |
- New property "im-module" for selecting input methods per-widget |
| 617 |
- New signal "paste-done" to allow better handling of async pasting |
| 618 |
|
| 619 |
* GtkScale: |
| 620 |
- New api to add annotated marks: gtk_scale_add_mark. |
| 621 |
|
| 622 |
* GtkAction: |
| 623 |
- Rework the way actions and proxies interact, to make the |
| 624 |
interaction less ad hoc, more extensible, and better suited |
| 625 |
for support in GUI builders like glade. |
| 626 |
|
| 627 |
To be used as a proxy, a widget must now implement the |
| 628 |
` GtkActivatable interface, and GtkActivatable implementations |
| 629 |
are responsible for syncing their appearance with the action |
| 630 |
and for activating the action. |
| 631 |
|
| 632 |
All the widgets that are commonly used as proxies implement |
| 633 |
GtkActivatable now. |
| 634 |
|
| 635 |
This is a big change, and it is not unlikely to break some |
| 636 |
current users of GtkAction, so feedback about problems caused |
| 637 |
by this is appreciated. |
| 638 |
|
| 639 |
- Add a "gicon" property to specify the icon with a GIcon |
| 640 |
|
| 641 |
* GDK: |
| 642 |
- On X11, GDK now caches cursors to avoid cursor theming overhead |
| 643 |
- New cursor type for blank cursors: GDK_BLANK_CURSOR |
| 644 |
|
| 645 |
* New deprecations: |
| 646 |
gtk_scale_Button_get_orientation() |
| 647 |
gtk_scale_button_set_orientation() |
| 648 |
gtk_action_connect_proxy() |
| 649 |
gtk_action_disconnect_proxy() |
| 650 |
gtk_widget_get_action() |
| 651 |
gtk_action_block_activate_from() |
| 652 |
gtk_action_unblock_activate_from() |
| 653 |
direct access to "gtk-action" object data |
| 654 |
|
| 655 |
* Changes that are relevant for translators: |
| 656 |
- Navigation and Media stock labels have separate message contexts now |
| 657 |
- The caps lock warning string has been changed |
| 658 |
|
| 659 |
* Bugs fixed: |
| 660 |
566083 Icon pixmap hardcoded during DnD |
| 661 |
566334 compile failure for gtk+ on Mac OS X |
| 662 |
565998 configure script doesn't check for cairo-xlib.pc |
| 663 |
566391 gtk_about_dialog_set_url_hook should activate... |
| 664 |
566568 gtk_tree_model_get_value docs typo |
| 665 |
566628 gdk_display_close always asserts on win32 |
| 666 |
566733 Add GIcon to GtkAction, GtkToolButton |
| 667 |
567024 gtktoolbutton doesn't create right proxy menu item... |
| 668 |
523554 Copy from GIMP to Word broke |
| 669 |
567468 no check for trailing != NULL in gtk_text_layout_get.. |
| 670 |
492794 Pasting external text at end of view yields wrong... |
| 671 |
164002 query scripts don't work uninstalled on windows |
| 672 |
566532 GtkScaleButton implementation of GtkOrientable |
| 673 |
450716 New API to change global IM |
| 674 |
562701 GtkEntryCompletion popup sizes its rows wrong... |
| 675 |
567944 [Win32] Sorted treeview columns can be unreadable |
| 676 |
567655 gtk_status_icon_set_tooltip_text/markup should use... |
| 677 |
567887 gtk_entry_get_storage_type() should be... |
| 678 |
568196 Please change context of Forward stock label |
| 679 |
563280 stock items & translation context |
| 680 |
568233 Wrong statement about GtkEntry's "activate" signal |
| 681 |
568263 gtk can't recognize the wrong X Selection TARGETS... |
| 682 |
565656 Add marks to scales |
| 683 |
567413 GtkComboBoxEntry doesn't emit "changed" signal... |
| 684 |
545980 GtkFileChooserEntry should handle URIs |
| 685 |
566862 pixbuf_new_from_file does not autodetect format |
| 686 |
568552 gtk_combo + gtk entry in invisible mode takes 100% cpu |
| 687 |
561801 "scheduled printing" doesn't function as expected |
| 688 |
566535 gtk_widget_get_snapshot does not work if double buff... |
| 689 |
567021 gtkimage accessors docs |
| 690 |
567761 Spellfixes in GTK+ documentation |
| 691 |
568744 Spellfixes in GtkTreeView's documentation |
| 692 |
536965 GtkPlug: crash on theme change |
| 693 |
567124 proposal to delay doing something related to immodule... |
| 694 |
568305 gdk-pixbuf mishandles BI_BITFIELDS bmps |
| 695 |
|
| 696 |
* New and updated translations: |
| 697 |
Crimean Tatar (crh) |
| 698 |
Spanish (es) |
| 699 |
Hebrew (he) |
| 700 |
Hungarian (hu) |
| 701 |
Italian (it) |
| 702 |
Korean (ko) |
| 703 |
Lithuanian (lt) |
| 704 |
Norwegian bokmål (nb) |
| 705 |
Norwegian Nynorsk (nn) |
| 706 |
Swedish (sv) |
| 707 |
Thai (th) |
| 708 |
Simplified Chinese (zh_CN) |
| 709 |
|
| 710 |
|
| 711 |
Overview of Changes from GTK+ 2.14.x to 2.15.0 |
| 712 |
============================================== |
| 713 |
|
| 714 |
* GtkFileChooser |
| 715 |
- Optionally shows file sizes |
| 716 |
- Mounts volumes when necessary |
| 717 |
- Picks better mime icons |
| 718 |
|
| 719 |
* GtkEntry |
| 720 |
- Can show icons at either side of the entry, which can be made |
| 721 |
clickable, drag sources, etc |
| 722 |
- Can show progress information |
| 723 |
- Picks the best available placeholder character for invisible entries |
| 724 |
unless it is explicitly set. See the invisible-char-set property |
| 725 |
- Input methods work again in invisible entries |
| 726 |
- Invisible entries can optionally display a caps-lock warning. This |
| 727 |
can be turned off with the caps-lock-warning property |
| 728 |
|
| 729 |
* GtkStatusIcon |
| 730 |
- Uses an extension of the tray icon spec to negotiate RGBA support. |
| 731 |
This is also supported by the GNOME panel. For details, see the |
| 732 |
section on "Visual and bckground pixmap handling" in the System |
| 733 |
Tray Protocol Specification. |
| 734 |
- Supports scroll events, middle clicks and rich tooltips |
| 735 |
|
| 736 |
* GtkLinkButton |
| 737 |
- Respects user-defined tooltips |
| 738 |
- Has a default url hook |
| 739 |
|
| 740 |
* GtkBuilder |
| 741 |
- Can construct menus |
| 742 |
- Can associate accel groups with windows |
| 743 |
- Child properties can now be translatable, e.g. GtkAssistant::page-title |
| 744 |
|
| 745 |
* GtkOrientable |
| 746 |
- A new interface implemented by all widgets that have horizontal and |
| 747 |
vertical variants |
| 748 |
|
| 749 |
* Printing support |
| 750 |
- Print-to-file can save to non-local files |
| 751 |
- Page rendering can be deferred to a thread to avoid blocking the mainloop |
| 752 |
|
| 753 |
* GDK |
| 754 |
- GdkKeymap emits a state-changed signal when the caps lock state changes |
| 755 |
|
| 756 |
* Newly deprecated functions: |
| 757 |
gdk_window_get_toplevels(), |
| 758 |
gtk_font_selection_dialog_get_apply_button(), |
| 759 |
gtk_status_icon_set_tooltip(), |
| 760 |
gtk_toolbar_set_orientation() |
| 761 |
|
| 762 |
* Changes that are relevant for theme authors |
| 763 |
- The GtkMenu::arrow-placement style property allow more space efficient |
| 764 |
layout of scrolling menus |
| 765 |
- Submenu arrows can be scaled relative to the font size, with the |
| 766 |
GtkMenuItem::arrow-scaling style property |
| 767 |
- Themes can set the GtkDialog::content-area-spacing style property to |
| 768 |
change the spacing between elements of the content area |
| 769 |
- The GtkEntry::state-hint style property can be used to request that |
| 770 |
GTK+ should pass the correct state when drawing the background of entries |
| 771 |
- The GtkEntry::prelight style property can be used to suppress prelighting |
| 772 |
of icons in entries on mouseover |
| 773 |
|
| 774 |
* Changes that are relevant for translators |
| 775 |
- GTK+ has been switched to use the two-argument C_() macro |
| 776 |
instead of Q_() for messages with context |
| 777 |
|
| 778 |
* Bugs fixed: |
| 779 |
434987 MS Windows style should use pango_win32_font_description_from_logfont |
| 780 |
325095 show a 'size' column |
| 781 |
552837 mem leak in gtkimmulticontext |
| 782 |
83935 GtkEntry's default invisible char should be U+25CF |
| 783 |
553000 incorrect i18n header in gtkfilesystem.c |
| 784 |
552789 Show size column in the search and recently used files modes |
| 785 |
553135 eog crash: assertion failed. |
| 786 |
382544 GtkIconView: Selection/focus should be painted around the items |
| 787 |
541391 Unfocussable Treeview swallows focus |
| 788 |
408244 add GtkDialog::content-area-spacing |
| 789 |
538782 Make GtkMenu's arrow size themable |
| 790 |
553385 gtk-builder-convert creates untranslated combobox models |
| 791 |
553241 double freed pointer in lpr_write cause firefox3 crash |
| 792 |
553917 Typo in gdkwindow-win32.c |
| 793 |
553133 GtkFileChooser won't ask to mount a volume |
| 794 |
553211 GtkFileChooserButton unsets filter after first use |
| 795 |
553578 tabs are not drawn correctly |
| 796 |
553803 eventually call XCloseDevice on XOpenDevice results |
| 797 |
552956 Should check composite extension version |
| 798 |
552959 GtkTrayIcon: _NET_SYSTEM_TRAY_VISUAL and real transparency |
| 799 |
553575 Only draw focus when navigating with the keyboard |
| 800 |
339367 Incorrect spotlocation |
| 801 |
554141 uninitialized data use/free in gtkclipboard-quartz.c |
| 802 |
371908 Password Entry broken |
| 803 |
317002 Disable input method completely in GtkEntry when it... |
| 804 |
487624 Tooltips doesn't get updated if ther's no mouse motion... |
| 805 |
107000 Add signals to GdkKeymap for monitoring caps_lock, etc |
| 806 |
530568 Entries with visibility=FALSE should warn for caps-lock on |
| 807 |
553086 hard to see current immodule |
| 808 |
541009 Get rid of separate subclasses for horizontal and vertical... |
| 809 |
344522 support non-local destination files (GtkPrint) |
| 810 |
553582 Add orientation API to GtkSeparator |
| 811 |
554506 combining diacritics broken, became deadkeys |
| 812 |
553585 Add orientation API to GtkRuler |
| 813 |
554690 mem leak in filechooser |
| 814 |
554691 mem leak in filechooser |
| 815 |
554696 invalid free function used |
| 816 |
554698 mem leak in filechooser |
| 817 |
554701 filechooser spams console with useless warnings |
| 818 |
554704 gtkfilesystemmodel does too much work |
| 819 |
530575 GtkEntry with invisible chars has a confused cursor in overwrite mode |
| 820 |
96431 Can't cut and paste / DND within invisible entry |
| 821 |
132501 Make utility window translate to tool window in win32 |
| 822 |
539464 gtk_cell_view_get_model is missing in GtkCellView |
| 823 |
553573 Add orientation API to GtkBox |
| 824 |
555387 Changing the sensitivity of a statusbar mistakenly requires a display |
| 825 |
436533 Allow more space efficient scroll arrows placement |
| 826 |
555270 Allow unsetting a MessageDialog's image |
| 827 |
554702 gtkfilesystem leaks GError |
| 828 |
554192 double press on the "circumflex" dead key... |
| 829 |
516425 Optionally display accelerators in popups |
| 830 |
550342 Splash screens have a caption |
| 831 |
555578 GtkTable propertiy maxima are wrong |
| 832 |
555523 gtk_scale_button_set_adjustment should accept NULL |
| 833 |
555573 gtk_font_selection_set_font_name shouldn't require a screen |
| 834 |
555676 gtk_widget_real_grab_focus assumes toplevel == window |
| 835 |
555000 Wrong treatment on non-spacing marks dead keys in GtkIMContextSimple |
| 836 |
551355 Make glib build with libtool 2.2 |
| 837 |
555186 Setting gtk-toolbar-icon-size with custom icon_size |
| 838 |
555625 Updated gtk_compose_seqs_compact table |
| 839 |
555386 format not a string literal and no format arguments |
| 840 |
552318 menubar mnemonics consumed even when gtk-enable-mnemonics=false |
| 841 |
555779 GtkCellRendererPixbuf crashed on failed GIcon lookup |
| 842 |
556150 gtk 'object' property test fixing |
| 843 |
556527 The current page property is not passed to GtkPrintUnixDialog |
| 844 |
556578 GIMP windows stay on top of other windows |
| 845 |
557059 crash when compositing emblems with icon |
| 846 |
557266 Window Management Problem |
| 847 |
555920 gtkentry.c passes wrong enum to pango_layout_set_alignment |
| 848 |
528320 Incorrect icons displayed for files with custom mimetype icons |
| 849 |
557524 "va_end(args);" should be added into gtk_text_buffer_insert_with_... |
| 850 |
556835 gtkentry.c: variable is declared at middle of block |
| 851 |
556954 gtk+/gtk/gtkrecentchooserdefault.c: mismatching allocation... |
| 852 |
557315 stale clipboard target cache |
| 853 |
530454 Clarify page_nr when printing |
| 854 |
557065 gtkcellrendererpixbuf spams console over and over... |
| 855 |
557894 Wrong return value for gdk_pointer_grab_info_libgtk_only |
| 856 |
558397 gtk_widget_error_bell undefined without a screen |
| 857 |
557762 Misleading error message in GDK DirectFB |
| 858 |
557316 GtkLinkButton should consider user-defined tooltip |
| 859 |
339714 Set printer dpi on cairo ps/pdf surfaces when printing |
| 860 |
558522 scroll arrow painted insensitive even though there are pages... |
| 861 |
347230 testicontheme shortcomings |
| 862 |
558323 glitches when popping up combos in treeviews |
| 863 |
558667 gtk_font_selection_dialog_get_apply_button - deprecate |
| 864 |
412134 Add API to query style properties from the style |
| 865 |
322934 Replace menu's proxy icons with empty space hiding icons |
| 866 |
409435 GtkStatusIcon enhancements: scroll events, middle click, rich tooltips |
| 867 |
558278 Crash when calling a callback set by gdk_add_client_message_filter() |
| 868 |
558929 gtkstatusicon.c: 'event' is a member of the structure |
| 869 |
558001 gtk_icon_view_enable_model_drag_[source|dest] problem |
| 870 |
557212 Problem with which window gains focus and is visible |
| 871 |
559404 gtk_editable_insert_text counts length in bytes |
| 872 |
558586 handling of keyboard under darwin (quartz) |
| 873 |
558409 GtkLabel::use-underline doesnt work with GtkLabel::attributes |
| 874 |
553586 Add orientation API to GtkPaned |
| 875 |
560135 Print when the user double clicks a printer |
| 876 |
553765 Add orientation API to GtkRange |
| 877 |
550942 Rework of gdkeventloop-quartz.c |
| 878 |
525550 GTK+ 2.13.0 GtkCurve test fails |
| 879 |
559619 invisible-char default cannot be tested |
| 880 |
560139 GtkEntry doesn't paint with the right state |
| 881 |
560602 Wrong GtkMenuItem default value (test fails) |
| 882 |
377699 realizing gtk.Progress() causes SEGV |
| 883 |
561335 Fix typos in GtkToolItem documentation |
| 884 |
561539 Alignments miscalculate dimensions when allocated less... |
| 885 |
559947 Unchecked dependency on python>=2.4 |
| 886 |
561504 testgtk should load rc file from sub folder |
| 887 |
539263 Deprecate gdk_window_get_toplevels |
| 888 |
554076 eventually release g_new-ed supported_atoms |
| 889 |
559622 GdkDevice test segfaults |
| 890 |
554453 "typeahead find" widget of GtkTreeView appears on wrong monitor... |
| 891 |
562817 GtkDialog: typo |
| 892 |
555334 connected server feature |
| 893 |
562878 password save incorrectly set in gtkmountoperation |
| 894 |
559914 eog doesn't apply paper setup |
| 895 |
562998 GtkFontButton documentation improvements |
| 896 |
557420 Some compose sequences don't work anymore (or only in specific order) |
| 897 |
546285 Allow GtkEntry to draw progress |
| 898 |
563547 Update gdkx11 atom precache table |
| 899 |
563285 test print backend does not compile |
| 900 |
559325 documentation for gdk_display_get_window_at_pointer() is wrong |
| 901 |
554274 Add default hook for GtkLinkButton |
| 902 |
546378 GtkAssistant page title is not translatable |
| 903 |
563991 gtk_file_chooser_button_new_with_backend is deprecated... |
| 904 |
563994 Input method module interface not documented |
| 905 |
564066 Crash in gtk_rc_parse_default_files |
| 906 |
563835 Typo in gtk_widget_has_screen() docs |
| 907 |
564212 gtk_icon_view_accessible_model_rows_reordered explain new_order... |
| 908 |
563751 xatom cache is prefilled too late |
| 909 |
556839 Crash when opening a link |
| 910 |
549251 GTK icon view accessible issue |
| 911 |
558306 Cannot build gdk (gtk+ 2.14.4) on Solaris 8 |
| 912 |
555560 gtk_combo_box_set_active fails with no model |
| 913 |
563158 CellRendererProgress pulsing and progressing rows can not... |
| 914 |
556233 local-only causes G_IS_FILE warning |
| 915 |
562579 Remove error dialog when directory does not exist |
| 916 |
561494 FileChooser network browsing and authentication support |
| 917 |
339318 Allow page rendering to (optionally) happen in a thread |
| 918 |
85292 add an icon to gtkentry |
| 919 |
564881 gtkstatusicon.c: 'event' bug again |
| 920 |
552545 leaks GpImage |
| 921 |
553374 gdk_pixdata_from_pixbuf fails for some images with use_rle set to TRUE |
| 922 |
555791 Natuilus Crashes when opening USB MP3 Player Contents |
| 923 |
561186 GdkPixbuf API type checking needs cleanup |
| 924 |
559009 gtk_radio_button_get_group documentation needs to say... |
| 925 |
523264 Update GTK+ reference documentation screenshots |
| 926 |
563876 [Regression] GTK_MODULES env var is no longer relevant |
| 927 |
554950 gail must make itself resident |
| 928 |
555953 libferret missing link against libgtk-x11 |
| 929 |
554002 Orca App-Preferences dialog page tabs are "off" by one... |
| 930 |
353088 gtk_expander_get_label should return the full label text |
| 931 |
512743 Applications with lists crash in libgail |
| 932 |
564555 synaptic cannot be started... |
| 933 |
565203 icons are misplaced when horizontal gtkiconview is... |
| 934 |
549251 GTK icon view accessible issue |
| 935 |
558694 Paned window splitter keynav broken |
| 936 |
565846 va_end(args) should be added into gtk_tree_store_new |
| 937 |
|
| 938 |
* New and updated translations: |
| 939 |
Arabic (ar) |
| 940 |
Asturian (ast) |
| 941 |
Catalan (ca) |
| 942 |
Danish (da) |
| 943 |
German (de) |
| 944 |
British English (en_GB) |
| 945 |
Spanish (es) |
| 946 |
Finnish (fi) |
| 947 |
Galician (gl) |
| 948 |
Hebrew (he) |
| 949 |
Japanese (ja) |
| 950 |
Georgian (ka) |
| 951 |
Malayalam (ml) |
| 952 |
Marathi (mr) |
| 953 |
Portugese (pt) |
| 954 |
Brazilian Portugese (pt_BR) |
| 955 |
Romanian (ro) |
| 956 |
Russian (ru) |
| 957 |
Slovak (sk) |
| 958 |
Serbian (sr, sr@latin) |
| 959 |
Swedish (sv) |
| 960 |
Thai (th) |
| 961 |
|
| 962 |
|
| 963 |
Overview of Changes from GTK+ 2.14.1 to 2.14.2 |
| 964 |
============================================== |
| 965 |
|
| 966 |
* Don't use XRRGetScreenResources, since it doesn't work well |
| 967 |
|
| 968 |
* Bugs fixed: |
| 969 |
551063 deprecated marking without a link to what new code should use |
| 970 |
319849 gtkcalendar look in RTL locales |
| 971 |
550989 gdk_display_put_event should call g_main_context_wakeup |
| 972 |
550062 Small update in gdk/gdkkeysyms.h |
| 973 |
551325 Reference to wrong parameter in gtk_editable_insert_text |
| 974 |
551386 gtk_printer_set_is_default() always sets TRUE |
| 975 |
550676 Memory leak, update keyboard layout data structure |
| 976 |
551699 gtk_scrolled_window_destroy() is broken |
| 977 |
551567 DND mark broken |
| 978 |
551378 Print dialog: should try UDS when fetching PPD for localhost |
| 979 |
536542 gtk_list_store_set() documentation doesn't say whether... |
| 980 |
552153 GtkModules loading with XSettings doesn't work... |
| 981 |
552001 gtkimcontextsimple.c: variable is declared at middle... |
| 982 |
551987 GtkPaned redrawing problem |
| 983 |
551722 gtk_widget_set_scroll_adjustments() should check... |
| 984 |
552107 Small libtool fixes |
| 985 |
552500 GtkPrintSettings API doc not precise enough |
| 986 |
408154 Change GtkEntryCompletion max-items to style property |
| 987 |
329593 Entering characters on a line very cpu intensive and slow |
| 988 |
552667 gtkimage containing gicon leaks memory |
| 989 |
552668 format not a string literal and no format arguments... |
| 990 |
346903 gtk_enumerate_printers needs events to complete |
| 991 |
550969 fix a typo which breaks the static build |
| 992 |
517233 Calling gdk_pixbuf_loader_close causes "GError set over... |
| 993 |
551063 deprecated marking without a link to what new code should use |
| 994 |
540967 docs build slowly because of entities |
| 995 |
|
| 996 |
* Updated translations: |
| 997 |
Afrikaans (af) |
| 998 |
Arabic (ar) |
| 999 |
Assamese (as) |
| 1000 |
Bulgarian (bg) |
| 1001 |
Bengali India (bn_IN) |
| 1002 |
Catalan (ca) |
| 1003 |
Finnish (fi) |
| 1004 |
French (fr) |
| 1005 |
Gujarati (gu) |
| 1006 |
Croatian (hr) |
| 1007 |
Italian (it) |
| 1008 |
Lithuanian (lt) |
| 1009 |
Malayalam (ml) |
| 1010 |
Marathi (mr) |
| 1011 |
Dutch (nl) |
| 1012 |
Oriya (or) |
| 1013 |
Brazilian Portugese (pt_BR) |
| 1014 |
Portugese (pt) |
| 1015 |
Telugu (te) |
| 1016 |
Thai (th) |
| 1017 |
Turkish (tr) |
| 1018 |
|
| 1019 |
|
| 1020 |
Overview of Changes from GTK+ 2.14.0 to 2.14.1 |
| 1021 |
============================================== |
| 1022 |
|
| 1023 |
* Fix a deadlock in pixbuf loader initialization |
| 1024 |
|
| 1025 |
* Updated translations: |
| 1026 |
Ukrainian (uk) |
| 1027 |
|
| 1028 |
|
| 1029 |
Overview of Changes from GTK+ 2.13.7 to 2.14.0 |
| 1030 |
============================================== |
| 1031 |
|
| 1032 |
* Bugs fixed: |
| 1033 |
548354 Remove repeated code in gtk_cell_view_size_allocate |
| 1034 |
548346 gtk_color_selection_dialog_get_color_selection always... |
| 1035 |
535158 can't rearrange the order of multi pages per side |
| 1036 |
545875 evo crashed when trying to print pages 6-7 of a 1 page... |
| 1037 |
549236 missing Since 2.14 in gtk_file_chooser_get_file |
| 1038 |
549354 Crash trying to open a file on a remote folder |
| 1039 |
549734 gtk_selection_data_get_data prototype is wrong |
| 1040 |
549262 GtkScrolledWindow should not accept focus unless... |
| 1041 |
549810 Memory leaks in printing code |
| 1042 |
437791 Animation is played at the wrong speed |
| 1043 |
549943 gtk_tool_shell_get_relief_style() always returns... |
| 1044 |
547449 Entry/Combo popup misplaced after resize |
| 1045 |
550528 IconView DND interface does not work if only used as source |
| 1046 |
548993 regression: gdk 2.13 leaves stray windows in certain cases |
| 1047 |
520165 typeahead find (interactive search) only accepts one char... |
| 1048 |
528091 Arrows for scrollable notebooks don't work with unset GTK... |
| 1049 |
528975 Can not maximize the window |
| 1050 |
543308 FileChooser size problems since gtk+-2.13.x |
| 1051 |
549322 Typo in gdk_pixbuf_save_to_buffer docs |
| 1052 |
549711 Race condition when loading gdk-pixbuf image modules |
| 1053 |
|
| 1054 |
* Updated translations: |
| 1055 |
Czech (cs) |
| 1056 |
German (de) |
| 1057 |
Spanish (es) |
| 1058 |
Estonian (et) |
| 1059 |
British English (en_GB) |
| 1060 |
Finnish (fi) |
| 1061 |
French (fr) |
| 1062 |
Irish (ga) |
| 1063 |
Galician (gl) |
| 1064 |
Japanese (ja) |
| 1065 |
Hebrew (he) |
| 1066 |
Hungarian (hu) |
| 1067 |
Korean (ko) |
| 1068 |
Maithili (mai) |
| 1069 |
Norwegian bokmål (nb) |
| 1070 |
Polish (pl) |
| 1071 |
Pashto (ps) |
| 1072 |
Brazilian Portugese (pt_BR) |
| 1073 |
Albanian (sq) |
| 1074 |
Swedish (sw) |
| 1075 |
Telugu (te) |
| 1076 |
Thai (th) |
| 1077 |
Vietnamese (vi) |
| 1078 |
|
| 1079 |
|
| 1080 |
Overview of Changes from GTK+ 2.13.6 to 2.13.7 |
| 1081 |
============================================== |
| 1082 |
|
| 1083 |
* Bugs fixed: |
| 1084 |
545031 list of recently used files is created world-readable |
| 1085 |
535573 Deadlock in gdkeventloop-quartz.c:poll_func() |
| 1086 |
546771 Add writable property "visited" to GtkLinkButton |
| 1087 |
546756 gnome-panel crashed with SIGSEGV in g_type_check_... |
| 1088 |
547027 menus are broken |
| 1089 |
544863 gtkquartz.h not included in released 2.13.5 package |
| 1090 |
547211 Duplicated mnemonic |
| 1091 |
547270 Make GtkHSV public |
| 1092 |
546616 CUPS print backend uses 1.2 API without guards |
| 1093 |
546754 2.13.6 update create rendering issue in the evo... |
| 1094 |
546730 gtk_status_icon_get_gicon() should use a return... |
| 1095 |
526234 make shift+ctrl+del delete till the end of line |
| 1096 |
547456 gdk/x11/gdkscreen-x11.c : init_solaris_xinerama doesn't... |
| 1097 |
547516 Add comments for translators in gtkprintbackendcups.c |
| 1098 |
547673 Accessors for GtkFileSelection.font_entry and... |
| 1099 |
547775 Documentation of gtk-button-images is not correct |
| 1100 |
547846 gtktestutils functions lack Since: tags |
| 1101 |
547655 gio_can_sniff configure test can fail... |
| 1102 |
547944 Self-reference in gtk_page_setup_load_file's docs |
| 1103 |
547680 fontconfig monitoring can crash apps |
| 1104 |
546549 Better Type Checking |
| 1105 |
532644 TIFF loader need to exclude CR2 files |
| 1106 |
|
| 1107 |
* Updated translations: |
| 1108 |
Arabic (ar) |
| 1109 |
Spanish (es) |
| 1110 |
Basque (eu) |
| 1111 |
Finnish (fi) |
| 1112 |
Galicican (gl) |
| 1113 |
Japanese (ja) |
| 1114 |
Kannada (kn) |
| 1115 |
Marathi (mr) |
| 1116 |
Norwegian bokmål (nb) |
| 1117 |
Portugese (pt) |
| 1118 |
Brazilian Portugese (pt_BR) |
| 1119 |
Swedish (sv) |
| 1120 |
Thai (th) |
| 1121 |
|
| 1122 |
|
| 1123 |
Overview of Changes from GTK+ 2.13.5 to 2.13.6 |
| 1124 |
============================================== |
| 1125 |
|
| 1126 |
* Fix problems on 64-bit Windows |
| 1127 |
|
| 1128 |
* Fix a long-standing, well-known problem with the handling |
| 1129 |
of insensitive buttons, bug 56070 |
| 1130 |
|
| 1131 |
* Fallback to Xinerama if the Xrandr implementation |
| 1132 |
is just a stub |
| 1133 |
|
| 1134 |
* gdk_threads_add_timeout_seconds[_full]: New functions with |
| 1135 |
second-granularity to complete the set of gdk_threads_ timeout |
| 1136 |
functions |
| 1137 |
|
| 1138 |
* Support rendering icons with emblems specified as GEmblemedIcon |
| 1139 |
|
| 1140 |
* GtkFileChooser has a GFile-oriented API now, functions |
| 1141 |
for creating filechoosers with specific backends have been |
| 1142 |
deprecated, since GIO is used directly. |
| 1143 |
|
| 1144 |
* GtkAdjustment has been sealed, adding getters and setters |
| 1145 |
for all struct fields. |
| 1146 |
|
| 1147 |
* Bugs fixed: |
| 1148 |
544265 GDK assumes XFIXES extension |
| 1149 |
543915 "Sole completion" translation issue |
| 1150 |
544510 SetTimer callback signatures has the wrong type |
| 1151 |
544390 evince crashes after clicking print |
| 1152 |
361561 StatusIcon signals not documented as definitely public API. |
| 1153 |
368234 Incorrect tabs rendering during reorder with rounded themes |
| 1154 |
545976 Deprecate gtk_file_chooser_*_with_backend |
| 1155 |
545978 Make filechooser GFile API public |
| 1156 |
544863 gtkquartz.h not included in released 2.13.5 package |
| 1157 |
424207 printing hangs on unreachable cups server |
| 1158 |
56070 Can't click button after setting it sensitive |
| 1159 |
545931 small documentation typos |
| 1160 |
344383 use po/LINGUAS |
| 1161 |
65818 rename gtk_window_set_default() and add getter for it |
| 1162 |
539733 No way to control treeview separator height |
| 1163 |
523950 GtkTreeModelFilter's visible function may get an empty... |
| 1164 |
526575 Missing return type in gtk_ui_manager_get_toplevels... |
| 1165 |
429411 add style properties to set minimum progressbar w... |
| 1166 |
429427 Add "arrow-spacing" style property to GtkRange |
| 1167 |
544302 GtkStatusIcon should support GIcon |
| 1168 |
339699 implement gtk_print_operation_set_show_dialog for... |
| 1169 |
538686 gtkprintoperation-win32.c: devmode_from_settings |
| 1170 |
540379 gtk_tree_view_enable_model_drag_dest and ... |
| 1171 |
544684 Win64 issue, window handles are assumed to be 32-bit |
| 1172 |
540834 Insensitive widgets cannot be grabbed |
| 1173 |
515596 GtkUIManager's embedded UI definition example is invalid |
| 1174 |
534979 GtkImageMenuItem is a bin but has two children |
| 1175 |
382291 Automatically dim the combobox when the model is empty |
| 1176 |
545982 missing braces cause bogus warnings when using GtkBuilder |
| 1177 |
544858 Seal GtkAdjustment |
| 1178 |
|
| 1179 |
* Updated translations: |
| 1180 |
Spanish (es) |
| 1181 |
Galician (gl) |
| 1182 |
Japanese (ja) |
| 1183 |
Korean (ko) |
| 1184 |
Norwegian bokmål (nb) |
| 1185 |
Portugese (pt) |
| 1186 |
Brasilian Portugese (pt_BR) |
| 1187 |
Albanian (sq) |
| 1188 |
Swedish (sv) |
| 1189 |
|
| 1190 |
|
| 1191 |
Overview of Changes from GTK+ 2.13.4 to 2.13.5 |
| 1192 |
============================================== |
| 1193 |
|
| 1194 |
* gdk-pixbuf: |
| 1195 |
- Use GIO for mime type sniffing when possible |
| 1196 |
|
| 1197 |
* Printing: |
| 1198 |
- Handle paused printers and printers that don't accept jobs |
| 1199 |
|
| 1200 |
* GtkBuilder: |
| 1201 |
- Support building parts of the XML tree with the new functions |
| 1202 |
gtk_builder_add_objects_from_file, gtk_builder_add_objects_from_string |
| 1203 |
|
| 1204 |
* Bugs fixed: |
| 1205 |
540917 deprecate pack_start_defaults() |
| 1206 |
541645 gtkfilechooserdefault segfaults when bookmark does not contain :// |
| 1207 |
493008 gdk_screen_get_window_stack is not 64-bit-compatible |
| 1208 |
539248 gtk_calender_query_tooltip calls ->detail_func with invalid dates |
| 1209 |
327582 Incomplete docs for GtkSettings::gtk-icon-sizes |
| 1210 |
343663 source-buffer highlighting highlights "char" in gtk_text_iter_... |
| 1211 |
541811 g_return_if_fail (widget->parent == container) |
| 1212 |
541540 Dead link to pkg-config site in GTK+ online FAQ |
| 1213 |
513580 Broken link in GTK+ FAQ |
| 1214 |
531129 gtk_style_copy() does not include a return value or description |
| 1215 |
510225 gtk_widget_get_composite_name retval should be freed |
| 1216 |
507953 gtk_tree_view_set_tooltip_column() shows markups |
| 1217 |
469068 clarify gdk_cairo_create() |
| 1218 |
528845 segv from GtkBuilder on attempting <accelerator> under GtkCellView |
| 1219 |
540994 [Win32] Some windows don't appear at the top when created |
| 1220 |
541964 [Win32] Setting modal hint to current value might confuse the stack |
| 1221 |
541950 Removing recently-added accelerator UI causes a wrong g_warning |
| 1222 |
542234 iconview a11y implementation segfaults |
| 1223 |
541399 Widget tooltips: treat "" same as NULL |
| 1224 |
334418 Support easy input of ellipsis |
| 1225 |
321896 Synch gdkkeysyms.h/gtkimcontextsimple.c with X.org 6.9/7.0 |
| 1226 |
316087 Resizing columns is chaotic |
| 1227 |
542853 jasper test fails due to incomplete library arguments |
| 1228 |
507394 mem leak from gtk_selection_add_targets |
| 1229 |
488766 GtkFileChooserButton doesn't clear icon after gtk_file_chooser_... |
| 1230 |
479780 Bookmarks in left pane of FileChooser cannot be renamed |
| 1231 |
542523 GtkTextTag should handle setting properties to NULL |
| 1232 |
384940 handle rejecting jobs and authentication meaningfully |
| 1233 |
339591 Detect list of availible cover pages |
| 1234 |
543244 crashes when renaming a bookmark |
| 1235 |
447998 GtkBuilder does not support building parts of the xml tree |
| 1236 |
543217 GTK application crashed with directfb backend |
| 1237 |
543545 GtkAssistant crashes when gtk_widget_hide() is called inside ... |
| 1238 |
401985 Documentation improvement for the gdk_pixbuf_new_from_file_at_... |
| 1239 |
543085 gdk_pixbuf_saturate_and_pixelate may corrupt memory |
| 1240 |
488019 Mention bind_textdomain_codeset in gettext related FAQ |
| 1241 |
528822 typo in GtkCombo docs |
| 1242 |
540967 docs build slowly because of entities |
| 1243 |
537430 label pango attributes & i18n |
| 1244 |
543989 Crash in gtk_tree_view_size_allocate_columns |
| 1245 |
535223 gbookmark file inefficiency ... |
| 1246 |
|
| 1247 |
* Updated translations: |
| 1248 |
Assamese (as) |
| 1249 |
Czech (cs) |
| 1250 |
German (de) |
| 1251 |
Spanish (es) |
| 1252 |
Galician (gl) |
| 1253 |
Hebrew (he) |
| 1254 |
Polish (pl) |
| 1255 |
Pashto (ps) |
| 1256 |
Traditional Chinese (zh_HK) |
| 1257 |
Traditional Chinese (zh_TW) |
| 1258 |
|
| 1259 |
|
| 1260 |
Overview of Changes from GTK+ 2.13.3 to 2.13.4 |
| 1261 |
============================================== |
| 1262 |
|
| 1263 |
* Merge the GSEAL branch (see http://live.gnome.org/GTK+/3.0/Tasks) |
| 1264 |
|
| 1265 |
* GtkScaleButton has an orientation property |
| 1266 |
|
| 1267 |
* Bugs fixed: |
| 1268 |
538519 GtkCellRendererPixbuf doesn't allow unsetting the icon anymore |
| 1269 |
538362 Get Win32 icons back in the file chooser |
| 1270 |
538182 pango_cairo_context_update_layout is not noop after... |
| 1271 |
508751 gnome-terminal crashed with SIGSEGV after keypress |
| 1272 |
419737 The file chooser clears the filename entry in SAVE/CREATE_FOLDER... |
| 1273 |
538784 Don't change the filename in the name entry in CREATE_FOLDER... |
| 1274 |
538395 gtk_combo_box_append_text() on non-compliant model segfaults |
| 1275 |
539363 Segfault when creating GtkPlugs |
| 1276 |
539466 GtkMenuShell API/ABI break in trunk |
| 1277 |
442042 GtkScaleButton is too limited |
| 1278 |
540318 Invalid URL |
| 1279 |
530255 GtkAboutDialog cuts off comments label |
| 1280 |
540310 Avoid unnecessary repaints when resizing GtkWindow |
| 1281 |
434535 printoperation's create_surface doesn't check temp file... |
| 1282 |
539790 [PATCH] Please add three new settings to GtkSettings |
| 1283 |
539164 Windows' System Menu blocks main loop |
| 1284 |
541162 [Win32] Update for the new GdkWindowImpl stuff |
| 1285 |
455268 Add gtk-enable-tooltips GtkSetting |
| 1286 |
537591 Don't hardcode minimum width of menuitems |
| 1287 |
541249 [Win32] Fix some internal static methods |
| 1288 |
541305 [Win32] Scrolling was broken after GdkWindow refactoring |
| 1289 |
540529 Remove all GIMP references |
| 1290 |
538547 Update doc-shooter in gtk documentation |
| 1291 |
535498 Printing demo broken |
| 1292 |
539944 Add GtkScaleButton API so struct fields can be marked... |
| 1293 |
540915 GtkBuilder sets properties in reverse order |
| 1294 |
538863 Fixes assertion on entering empty folder |
| 1295 |
540861 invalid UTF-8 in input device name |
| 1296 |
540612 mem leak in filechooser |
| 1297 |
540618 gtk_menu_shell_select_first prints warning on GtkMenubar... |
| 1298 |
539944 Add GtkScaleButton API so struct fields can be marked... |
| 1299 |
536966 Paper selector crashes |
| 1300 |
378158 gdk_win32_selection_add_targets uses uninitialized hwnd v... |
| 1301 |
516092 use gtk_drag_*_add_*_targets instead of hardcoded target ... |
| 1302 |
536430 Libs and Cflags paths in gail-uninstalled.pc.in are out o... |
| 1303 |
538378 GtkFileSystemError should be public |
| 1304 |
539095 directfb functions need to be renamed due to the offscree... |
| 1305 |
539470 Fix critical warnings when the GIcon can't be found for a... |
| 1306 |
539732 Warnings on destruction of GtkDialog. |
| 1307 |
540235 Getting the current folder fails |
| 1308 |
537639 complete the gtk_clipboard_request/wait_for/is_available_... |
| 1309 |
|
| 1310 |
* Updated translations: |
| 1311 |
Catalan (ca) |
| 1312 |
Spanish (es) |
| 1313 |
Estonian (et) |
| 1314 |
Hungarian (hu) |
| 1315 |
Korean (ko) |
| 1316 |
Norwegian bokmål (nb) |
| 1317 |
Occitan (oc) |
| 1318 |
Swedish (sv) |
| 1319 |
Thai (th) |
| 1320 |
|
| 1321 |
|
| 1322 |
Overview of Changes from GTK+ 2.13.2 to 2.13.3 |
| 1323 |
============================================== |
| 1324 |
|
| 1325 |
* Support runtime font configuration changes |
| 1326 |
|
| 1327 |
* Use GIO for mime information |
| 1328 |
|
| 1329 |
* Use GIO directly for the file chooser, do not load filesystem |
| 1330 |
implementation modules. This change causes some regressions on Win32, |
| 1331 |
which will be addressed by improved Win32 support in GIO. |
| 1332 |
|
| 1333 |
* GTK+ no longer uses translations when the application is not |
| 1334 |
translated to the current locale |
| 1335 |
|
| 1336 |
* Bugs fixed: |
| 1337 |
520874 Should use gio directly |
| 1338 |
536185 monitor font configuration |
| 1339 |
536757 openoffice.org menus are placed at wrong position |
| 1340 |
536990 updateiconcache.c: 'close ()' is redundant |
| 1341 |
535608 do not string-copy accel paths in the menu code |
| 1342 |
488119 critical warnings from gtk_tree_view_get_visible_range |
| 1343 |
536730 memory corruption in gtktreeview |
| 1344 |
131920 gtkNotebook sends incorrect switch_page value |
| 1345 |
526987 GtkCellRendererCombo should allow model to be NULL |
| 1346 |
536765 GtkComboBox should set COMBO type hint for its menu |
| 1347 |
503071 Application direction changes to right to left even if... |
| 1348 |
517706 Connecting GtkButton with "use-stock" == FALSE to a... |
| 1349 |
519092 Add accessibility support to GtkVolumeButton |
| 1350 |
524222 GtkToolbar with mix of buttons with and without icons... |
| 1351 |
537985 gtk_init_with_args() doesn't open a display after... |
| 1352 |
531960 crash in eog-image.c:1154: (priv->image != NULL) |
| 1353 |
408154 Change GtkEntryCompletion max-items to style property... |
| 1354 |
506853 gtk_tree_view_enable_model_drag_[source|dest] problem |
| 1355 |
536430 Libs and Cflags paths in gail-uninstalled.pc.in are out o... |
| 1356 |
537685 print to file crashes when the target can not be written |
| 1357 |
|
| 1358 |
* Updated translations: |
| 1359 |
Arabic (ar) |
| 1360 |
Czech (cs) |
| 1361 |
Estonian (et) |
| 1362 |
Hebrew (he) |
| 1363 |
Norwegian bokmål (nb) |
| 1364 |
Thai (th) |
| 1365 |
|
| 1366 |
|
| 1367 |
Overview of Changes from GTK+ 2.13.1 to 2.13.2 |
| 1368 |
============================================== |
| 1369 |
|
| 1370 |
* Fix an oversight in the header cleanup that went into 2.13.1, which |
| 1371 |
removed gtkmarshal.h from the set of headers pulled in by gtk.h |
| 1372 |
|
| 1373 |
* Add a function to retrieve the XID of a status icon, to allow |
| 1374 |
notification bubbles to follow the icon |
| 1375 |
|
| 1376 |
* Bugs fixed: |
| 1377 |
533108 leak of GDI region in function 'handle_wm_paint' |
| 1378 |
530146 Setting non-string tooltip with gtk_tree_view_set_tooltip_column... |
| 1379 |
535830 wrong content type adding an item |
| 1380 |
536126 gtk.h don't include gtkmarshal.h |
| 1381 |
535497 Print preview doesn't work |
| 1382 |
535862 gtk_action_create_icon can't create icons from the icon themes |
| 1383 |
536092 GtkEntryCompletion's popup window should set type hint |
| 1384 |
535303 add _get_implementation to GtkStatusIcon |
| 1385 |
|
| 1386 |
* Updated translations: |
| 1387 |
Estonian (et) |
| 1388 |
Galician (gl) |
| 1389 |
Italian (it) |
| 1390 |
Vietnamese (vi) |
| 1391 |
|
| 1392 |
|
| 1393 |
Overview of Changes from GTK+ 2.13.0 to 2.13.1 |
| 1394 |
============================================== |
| 1395 |
|
| 1396 |
* Add GtkMountOperation, a subclass of GMountOperation that |
| 1397 |
can show password dialogs when mounting volumes |
| 1398 |
|
| 1399 |
* Add GDI+-based pixbuf loaders for bmp, emf, gif, ico, jpeg, tiff, wmf |
| 1400 |
|
| 1401 |
* Add support for pixmap redirection, new api includes the |
| 1402 |
gtk_widget_get_snapshot() function and the GtkWidget::damage-event |
| 1403 |
signal and the lower-level gdk_window_redirect_to_drawable() and |
| 1404 |
gdk_window_remove_redirection() functions |
| 1405 |
|
| 1406 |
* Add gtk_show_uri(), a replacement for gnome_vfs_url_show() and |
| 1407 |
gnome_url_show() |
| 1408 |
|
| 1409 |
* Add a "changed" signal to GtkCellRendererCombo |
| 1410 |
|
| 1411 |
* Sync keysyms and compose sequences with recent X.org |
| 1412 |
|
| 1413 |
* GtkBuilder |
| 1414 |
- supports custom stock icons |
| 1415 |
- supports Pango attributes in labels |
| 1416 |
|
| 1417 |
* GtkRecentManager |
| 1418 |
- uses GIO to monitor .recently-used.xbel |
| 1419 |
- limits the growth of .recently-used.xbel with a |
| 1420 |
gtk-recent-files-max-age setting |
| 1421 |
|
| 1422 |
* Filechooser autocompletion has been reworked |
| 1423 |
|
| 1424 |
* The cups print backend displays printer status information |
| 1425 |
|
| 1426 |
* On OS X, accelerators are displayed using Unicode characters, |
| 1427 |
matching the native behaviour |
| 1428 |
|
| 1429 |
* GtkIconTheme and GtkImage support GIcon |
| 1430 |
|
| 1431 |
* Bugs fixed: too many to list here |
| 1432 |
|
| 1433 |
* New and updated translations: |
| 1434 |
Arabic (ar) |
| 1435 |
Valencian-Catalan (ca) |
| 1436 |
German (de) |
| 1437 |
Canadian English (en_CA) |
| 1438 |
British English (en_GB) |
| 1439 |
Spanish (es) |
| 1440 |
Estonian (et) |
| 1441 |
Galician (gl) |
| 1442 |
Hebrew (he) |
| 1443 |
Hungarian (hu) |
| 1444 |
Kannada (kn) |
| 1445 |
Norwegian bokmål (nb) |
| 1446 |
Dutch (nl) |
| 1447 |
Norwegian Nynorsk (nn) |
| 1448 |
Occitan (oc) |
| 1449 |
Slovak (sk) |
| 1450 |
Albanian (sq) |
| 1451 |
Swedish (sv) |
| 1452 |
Telugu (te) |
| 1453 |
Vietnamese (vi) |
| 1454 |
|
| 1455 |
|
| 1456 |
Overview of Changes from GTK+ 2.12.x to 2.13.0 |
| 1457 |
============================================== |
| 1458 |
|
| 1459 |
* gdk-pixbuf: |
| 1460 |
- Support loading the OS X icns format |
| 1461 |
- Support loading of JPEG2000 images |
| 1462 |
- Support loading from and saving to GIO streams |
| 1463 |
|
| 1464 |
* GDK: |
| 1465 |
- Add GdkAppLaunchContext, to provide startup notification |
| 1466 |
with g_app_info_launch() |
| 1467 |
- Use RandR 1.2 instead of Xinerama when available, and expose |
| 1468 |
more monitor information |
| 1469 |
|
| 1470 |
* Accessibility: |
| 1471 |
- The gail module is now shipped as part of GTK+ |
| 1472 |
- GtkStatusIcon supports keyboard navigation |
| 1473 |
|
| 1474 |
* GtkCalendar: |
| 1475 |
- Support displaying details for each day |
| 1476 |
|
| 1477 |
* GtkBuilder: |
| 1478 |
- gtk-builder-convert has been improved |
| 1479 |
- Translation-domain works properly |
| 1480 |
- Support accessibility |
| 1481 |
|
| 1482 |
* Testing support: |
| 1483 |
- Add utilities for testing GTK+ applications |
| 1484 |
- Add some unit tests for GTK+ |
| 1485 |
|
| 1486 |
* New settings: |
| 1487 |
- for disabling display of accelerators and mnemonics |
| 1488 |
- for position of vertical scrollbars in scrolled windows |
| 1489 |
- for the default input method |
| 1490 |
|
| 1491 |
* GtkToolShell: new interface for containers of GtkToolItems |
| 1492 |
|
| 1493 |
* Bug fixes: |
| 1494 |
- too many to list here |
| 1495 |
|
| 1496 |
* Updated translations: |
| 1497 |
Arabic (ar) |
| 1498 |
Assamese (as) |
| 1499 |
Belarusian (be) |
| 1500 |
Belarusian Latin (be@latin) |
| 1501 |
Czech (cs) |
| 1502 |
German (de) |
| 1503 |
Greek (el) |
| 1504 |
Estonian (et) |
| 1505 |
Finnish (fi) |
| 1506 |
French (fr) |
| 1507 |
Irish (ga) |
| 1508 |
Hebrew (he) |
| 1509 |
Indonesian (id) |
| 1510 |
Kurdish (ku) |
| 1511 |
Marathi (mr) |
| 1512 |
Norwegian bokmål (nb) |
| 1513 |
Occitan (oc) |
| 1514 |
Brazilian Portugese (pt_BR) |
| 1515 |
Slovenian (sl) |
| 1516 |
Swedish (sv) |
| 1517 |
Telugu (te) |
| 1518 |
Russian (ru) |
| 1519 |
|
| 1520 |
|
| 1521 |
Overview of Changes from GTK+ 2.12.0 to 2.12.1 |
| 1522 |
============================================== |
| 1523 |
|
| 1524 |
* Bugs fixed: |
| 1525 |
472965 a small improvement for scrolling behavior with PgUp/PgDown |
| 1526 |
460194 Gtk tooltips + swt crash |
| 1527 |
478803 Segfault in gtk_print_operation_run when no range specified |
| 1528 |
480123 Crash from GTK's new search feature |
| 1529 |
483223 im-xim.so leaves callbacks connected to display "closed" ... |
| 1530 |
476342 Icon cache validation causes severe page-in |
| 1531 |
484008 configure fails during CUPS version tests on some platforms |
| 1532 |
327243 GtkFileChooserButton emits two "selection-changed" signal... |
| 1533 |
465380 gtkfilechooser cannot show the modified date on none UTF-... |
| 1534 |
467269 Inkscape Flickers horribly |
| 1535 |
476686 gtkrecentchooser select-multiple property |
| 1536 |
478173 GTK's Tracker search engine does not work anymore |
| 1537 |
478371 totem volume slider appears on all workspaces |
| 1538 |
482089 GtkPrintOperation check for null default signal handler b... |
| 1539 |
482504 Missing locale to UTF-8 conversion for modification time ... |
| 1540 |
482841 critical warnings on gdk_display_close after _gtk_tooltip... |
| 1541 |
483563 remains of gtk_widget_ref() in gtkdnd.c |
| 1542 |
483730 Keyboard navigation of mutiple-selecting gtk.TreeViews im... |
| 1543 |
484650 Typo in docs for GdkGrabBroken |
| 1544 |
484730 In MS-Windows theme, GtkBorder freed with g_free() instea... |
| 1545 |
486360 Failed to convert Empathy Glade files |
| 1546 |
389358 print dialog: unit selection dialog can't be closed |
| 1547 |
448343 File chooser should maintain sort state during folder swi... |
| 1548 |
477447 GtkPaned documentation doesn't mention behaviour with onl... |
| 1549 |
482034 GtkMenuPositionFunc push_in parameter description |
| 1550 |
482837 duplicate declaration of gtk_notebook_create_window() |
| 1551 |
478637 Notebook tab labels not correctly centered in ms-windows ... |
| 1552 |
484132 gtk_recent_info_get_icon docs |
| 1553 |
486636 "Cannot open display" message doesn't include display whe... |
| 1554 |
455284 Ctrl+L should work depending if it has focus or not |
| 1555 |
478377 10x speed up for window motion/scroll (gdk-quartz) |
| 1556 |
485301 Filename is garbled in print dialog on none UTF-8 |
| 1557 |
485437 Fix testxinerama.c to not query current monitor by default |
| 1558 |
486155 Docs for gtk_text_iter_forward_line() |
| 1559 |
339877 pixbuf loader incorrectly returns wbmp |
| 1560 |
456137 Pidgin will crash in fail-safe session due to a NULL poin... |
| 1561 |
456676 Critical warning in gtk_drag_drop_finished() |
| 1562 |
352643 crash in gtk_entry_completion_default_completion_func |
| 1563 |
477280 volume button docs fix |
| 1564 |
477704 Add docs for GtkTreeModelForeachFunc |
| 1565 |
476920 Move GtkFileSelection to the deprecated section |
| 1566 |
|
| 1567 |
* Updated translations: |
| 1568 |
- Arabic (ar) |
| 1569 |
- Assamese (as) |
| 1570 |
- Belarusian Latin (be@latin) |
| 1571 |
- Catalan (ca) |
| 1572 |
- Estonian (et) |
| 1573 |
- Basque (eu) |
| 1574 |
- Hebrew (he) |
| 1575 |
- Ido (io) |
| 1576 |
- Italian (it) |
| 1577 |
- Japanese (ja) |
| 1578 |
- Georgian (ka) |
| 1579 |
- Kannada (kn) |
| 1580 |
- Korean (ko) |
| 1581 |
- Lithuanian (lt) |
| 1582 |
- Dutch (nl) |
| 1583 |
- Polish (pl) |
| 1584 |
- Romanian (ro) |
| 1585 |
- Slovenian (sl) |
| 1586 |
|
| 1587 |
|
| 1588 |
Overview of Changes from GTK+ 2.11.6 to 2.12.0 |
| 1589 |
============================================== |
| 1590 |
|
| 1591 |
* GtkTooltips |
| 1592 |
- All widgets have been ported to the new tooltips code |
| 1593 |
- Tooltips are disabled in touchscreen mode |
| 1594 |
|
| 1595 |
* GtkBuilder |
| 1596 |
- Support custom tabs in GtkPrintUnixDialog |
| 1597 |
|
| 1598 |
* Bugs fixed: |
| 1599 |
459561 critical warnings with custom tooltips |
| 1600 |
461648 GdkWindowQueueItem::serial overflow |
| 1601 |
463773 Openoffice and flash run into a deadlock when used with KDE |
| 1602 |
468801 thunar segfaults when selecting targa image |
| 1603 |
473441 [patch] Ungrab windows when gdk_window_destroy() is calle... |
| 1604 |
473954 gnome-background-properties: crash on drag-n-drop to "Add... |
| 1605 |
461945 totem outputs errors in terminal |
| 1606 |
348493 _gdk_quartz_copy_to_image needs implementing for pixmaps |
| 1607 |
405868 Missing implementation of gdk_window_get_geometry() |
| 1608 |
441219 Do not allow moving cursor to separators |
| 1609 |
447214 rename the tips_data_list field back |
| 1610 |
451202 New tooltips API has too long default timeout |
| 1611 |
451397 Use new tooltip API in gtk+ |
| 1612 |
452225 check and option mark drawing is a mess of inconsistency |
| 1613 |
457642 tooltips on notebook's tab labels |
| 1614 |
458088 Improve mouse cursor for paned widgets |
| 1615 |
458102 GtkScrolledWindow doesn't redraw when gtk-scrolled-window... |
| 1616 |
458280 remove set-toolip handler from menutoolbutton |
| 1617 |
458298 broken cursor movement with inline selection |
| 1618 |
459459 Missing implementation of gdk_window_set_decorations() an... |
| 1619 |
459515 gtk_menu_key_press() buglets |
| 1620 |
459566 update testtooltips |
| 1621 |
459667 Missing implementation of gdk_window_set_keep_above and g... |
| 1622 |
460272 GtkFrame publishes incorrect defaults for "label-xalign" |
| 1623 |
460534 No expose events if input swamps main loop with scrolled ... |
| 1624 |
461225 gtk_tree_view_set_tooltip_cell() documentation: cell |
| 1625 |
463907 'Recent Documents' is broken in gnome-panel 2.19.5 |
| 1626 |
464528 gdk_rectangle_union() and gdk_rectangle_intersect() shoul... |
| 1627 |
465039 "keynav-failed" signal not emitted when treeview has just... |
| 1628 |
467003 tooltips do not pick up theme changes |
| 1629 |
467117 Documentation for the GtkPaned key binding signals |
| 1630 |
467414 gtkcupsutil.c won't build with cups 1.3 |
| 1631 |
468055 Incorrect compose mapping for capital U with macron |
| 1632 |
468245 Tooltip timer doesn't get reset when mouse leaves into ot... |
| 1633 |
469214 Recently used blocks side-panel browsing until loaded |
| 1634 |
469374 menu accelerators don't work |
| 1635 |
469395 make dist failure |
| 1636 |
471132 Highlighting a suggestion with the keyboard changes the U... |
| 1637 |
471215 Cursor drawing broken |
| 1638 |
472974 gtk-builder-convert doesn't set correctly the tab label f... |
| 1639 |
472981 make gtk-builder-convert not remove some empty properties |
| 1640 |
356630 Print to file dialog suggests "output.pdf" even for ps ou... |
| 1641 |
447883 PATCH Documentation about SVN in HACKING and README.cvs-c... |
| 1642 |
459340 GtkContainer API documentation refers deprecated gtk_widg... |
| 1643 |
459732 build system: cups detection with only cups-config might ... |
| 1644 |
460207 there are still references to deprecated gdk_pixbuf_rende... |
| 1645 |
461483 Wrong check in gtk_window_group_remove_window |
| 1646 |
472643 gtk_builder_add_from_file: *filename marked as constant b... |
| 1647 |
474696 ToolbarContent should use GSlice |
| 1648 |
459313 A few functions that don't appear in 2.12 new symbols |
| 1649 |
468832 crash while reading ANI file |
| 1650 |
470033 MS-Windows Theme doesn't apply styling to gtknotebooks wh... |
| 1651 |
473340 gtk_print_operation_get_error() is listed twice |
| 1652 |
473463 GtkButton doesn't have a GdkWindow like the docs say it does |
| 1653 |
474282 Dead code in gtkmisc.c |
| 1654 |
472951 gtkprintunixdialog should support custom tabs as buildable |
| 1655 |
383003 Dragging text including non-ascii chars from epiphany to ... |
| 1656 |
449371 Open with menu has no effect |
| 1657 |
404541 GtkIconView crashes when I select icons with rubberband w... |
| 1658 |
467324 Iter swapping causes segmentation fault |
| 1659 |
475158 Random crash while scrolling trough notebook tabs |
| 1660 |
450032 GtkRecentAction should have defaults |
| 1661 |
458283 wrong tooltip on menutoolbutton |
| 1662 |
467717 Extra trailing comma after last enum definition |
| 1663 |
467719 config.h should always be included first if using AC_SYS_... |
| 1664 |
474897 rendering problem with latest gtk+ |
| 1665 |
475400 Fix a typo in gtkentry.c |
| 1666 |
436576 GtkFileChooserButton title from supplied dialog |
| 1667 |
475439 gtk/gtksearchenginesimple.h is missing a G_BEGIN_DECLS |
| 1668 |
105895 Please add common keybindings for the TreeView |
| 1669 |
306445 stock icon for the "open recent" menu |
| 1670 |
449371 Open with menu has no effect |
| 1671 |
426246 "Spurious" expose events during asynchronous GtkWindow re... |
| 1672 |
436576 GtkFileChooserButton title from supplied dialog |
| 1673 |
474897 rendering problem with latest gtk+ |
| 1674 |
475400 Fix a typo in gtkentry.c |
| 1675 |
476688 scale button uses wrong value type in getter |
| 1676 |
476665 gtkcellrendereraccel missing property getter |
| 1677 |
476689 gtktreeview tooltip column property getter uses wrong val... |
| 1678 |
|
| 1679 |
* Updated translations |
| 1680 |
- Bulgarian (bg) |
| 1681 |
- Bengali (bn_IN) |
| 1682 |
- Danish (da) |
| 1683 |
- German (de) |
| 1684 |
- Canadian English (en_CA) |
| 1685 |
- Spanish (es) |
| 1686 |
- Estonian (et) |
| 1687 |
- Basque (eu) |
| 1688 |
- Finnish (fi) |
| 1689 |
- French (fr) |
| 1690 |
- Irish (ga) |
| 1691 |
- Gujarati (gu) |
| 1692 |
- Hungarian (hu) |
| 1693 |
- Italian (it) |
| 1694 |
- Japanese (jp) |
| 1695 |
- Kannada (kn) |
| 1696 |
- Macedonian (mk) |
| 1697 |
- Malayalam (ml) |
| 1698 |
- Norwegian bokmål (nb) |
| 1699 |
- Dutch (nl) |
| 1700 |
- Oriya (or) |
| 1701 |
- Polish (pl) |
| 1702 |
- Portugese (pt) |
| 1703 |
- Brazilian Portugese (pt_BR) |
| 1704 |
- Russian (ru) |
| 1705 |
- Albanian (sq) |
| 1706 |
- Serbian (sr, sr@Latn) |
| 1707 |
- Swedish (sv) |
| 1708 |
- Telugu (te) |
| 1709 |
- Thai (th) |
| 1710 |
- Ukrainian (uk) |
| 1711 |
- Vietnamese (vi) |
| 1712 |
|
| 1713 |
|
| 1714 |
Overview of Changes from GTK+ 2.11.5 to 2.11.6 |
| 1715 |
============================================== |
| 1716 |
|
| 1717 |
* GtkBuilder: |
| 1718 |
- The gtk-builder-convert script is more versatile |
| 1719 |
- GtkBuilder suppports GdkPixbuf properties |
| 1720 |
- GtkBuilder parses, but doesn't yet implement <accessibility> |
| 1721 |
- Support for accelerators in actions has been added |
| 1722 |
|
| 1723 |
* GtkTooltips: |
| 1724 |
- The old tooltips API has been deprecated |
| 1725 |
- The has-tooltip property has getter and setter |
| 1726 |
|
| 1727 |
* GtkTreeView: |
| 1728 |
- Convenience API to set tooltips: gtk_tree_view_set_tooltip_row(), |
| 1729 |
gtk_tree_view_set_tooltip_cell(), gtk_tree_view_get_tooltip_context(), |
| 1730 |
gtk_tree_view_set_tooltip_column() |
| 1731 |
|
| 1732 |
* GtkIconView: |
| 1733 |
- Convenience API to set tooltips: gtk_icon_view_set_tooltip_item(), |
| 1734 |
gtk_icon_view_set_tooltip_cell(), gtk_icon_view_get_tooltip_context(), |
| 1735 |
gtk_icon_view_set_tooltip_column() |
| 1736 |
|
| 1737 |
* Bug fixes: |
| 1738 |
452598 crash in Evolution: Added an Evolution attac... |
| 1739 |
447966 Add builder support for GdkPixbuf properties |
| 1740 |
453033 gnome-panel crashed with SIGSEGV in idle_populate_func() |
| 1741 |
453365 gdk_pixbuf_get_file_info crashes on tif files |
| 1742 |
361781 GtkViewport size request includes xthickness/ythickness f... |
| 1743 |
427899 GtkFrame's label may exceed the frame area |
| 1744 |
430049 gtk_selection_data_set_text() ignores length argument |
| 1745 |
436965 Add files to /po[-properties]/POTFILES.in |
| 1746 |
437281 gtk_button_set_image destroyes the old image |
| 1747 |
448604 gtk+ printbackends build fix |
| 1748 |
449311 GtkVolumeButton should use new tooltip API |
| 1749 |
451164 I translate gnome-desktop. But i have no svn account and ... |
| 1750 |
451575 (API) Changes needed for GtkTooltips deprecation |
| 1751 |
452425 Setting "tooltip-text" property to NULL has bad effects |
| 1752 |
452861 gtk_label_set_pattern() is not working anymore |
| 1753 |
452988 error handling in GtkCellLayout custom parser |
| 1754 |
453411 Button state not included in key events |
| 1755 |
453413 Key event state is not right for modifier keys |
| 1756 |
454654 Accelerator support for actions |
| 1757 |
454700 Minor update for gdk_threads_enter |
| 1758 |
454703 gdk_window_invalidate_rect accepts NULL |
| 1759 |
454830 gtk-builder-convert not converting menus |
| 1760 |
452056 GtkComboBox doesn't emit 'changed' signal when active row... |
| 1761 |
452278 GtkBuilder API Documentation |
| 1762 |
453316 small documentation fix in GtkDrawingArea API documentation |
| 1763 |
453673 small doc quirk in gtk/gtktreeview.c |
| 1764 |
453930 small doc quirk in gtk/gtktooltip.c |
| 1765 |
454596 [patch] gdkpixbuf-scale slight api doc improvement |
| 1766 |
454835 [patch] example in gdk-pixbuf-scaling using deprecated gd... |
| 1767 |
457384 critical warning from entrycompletion |
| 1768 |
112404 Problem with focus when closing transient window |
| 1769 |
172424 Most GtkWidget events have no documentation |
| 1770 |
408327 Improving tooltip positioning |
| 1771 |
439480 translations |
| 1772 |
439715 GtkFileChooser - recent files option takes up 100% CPU. |
| 1773 |
455482 remove old tooltips work-around from uimanager |
| 1774 |
455721 mem leak when adding shortcut |
| 1775 |
455901 mem leak in path bar |
| 1776 |
455984 need a way to convert to bin_window coordinates |
| 1777 |
457720 assertion `G_IS_VALUE (value)' failed progmatically "tabb... |
| 1778 |
458298 broken cursor movement with inline selection |
| 1779 |
456258 GtkScaleButton: value parameter of signal "value-changed"... |
| 1780 |
457774 GtkTreeView::test_expand_row and test_collapse_row |
| 1781 |
455645 intern action names |
| 1782 |
|
| 1783 |
* Updated translations: |
| 1784 |
Bengali (bn_IN) |
| 1785 |
Greek (el) |
| 1786 |
Spanish (es) |
| 1787 |
Estonian (et) |
| 1788 |
Finnish (fi) |
| 1789 |
Galician (gl) |
| 1790 |
Gujarati (gu) |
| 1791 |
Hungarian (hu) |
| 1792 |
Japanese (ja) |
| 1793 |
Lithuanian (lt) |
| 1794 |
Norwegian bokmål (nb) |
| 1795 |
Dutch (nl) |
| 1796 |
Swedish (sv) |
| 1797 |
Thai (th) |
| 1798 |
Vietnamese (vi) |
| 1799 |
|
| 1800 |
|
| 1801 |
Overview of Changes from GTK+ 2.11.4 to 2.11.5 |
| 1802 |
============================================== |
| 1803 |
|
| 1804 |
* OS X port: |
| 1805 |
- Many improvements |
| 1806 |
|
| 1807 |
* Win32 port: |
| 1808 |
- Inconsistent checkboxes are drawn correctly now |
| 1809 |
|
| 1810 |
* GtkBuilder: |
| 1811 |
- Ship a Python script, gtk-builder-convert, to |
| 1812 |
convert glade files to GtkBuilder syntax |
| 1813 |
|
| 1814 |
* GtkFileChooser: |
| 1815 |
- Improved display of the time column |
| 1816 |
- Support search on OS X, using Spotlight |
| 1817 |
|
| 1818 |
* GtkTreeView: |
| 1819 |
- New function gtk_tree_view_is_rubber_banding_active() to |
| 1820 |
check whether rubber banding is active |
| 1821 |
|
| 1822 |
* GtkVolumeButton uses the range 0.0 to 1.0, and |
| 1823 |
correctly adapts tooltips to display percentages |
| 1824 |
|
| 1825 |
* Bugs fixed: |
| 1826 |
447967 Improve reference counting |
| 1827 |
447995 Add a script that converts libglade files |
| 1828 |
451428 GtkBuilder API changes |
| 1829 |
449862 gdk_x11_display_get_xdisplay doesn't check pointers befor... |
| 1830 |
451303 Crashes on empty property |
| 1831 |
164809 Checkboxes with inconsistent status are not drawn properl... |
| 1832 |
426987 Panel freezes after upgrading gtk icon cache |
| 1833 |
439567 Add functions to transform pixbufs based on orientation tags |
| 1834 |
448313 Block cursor problem on one-character line |
| 1835 |
449016 Prevent C++ keyword clashes |
| 1836 |
449167 faulty enter-leave compression |
| 1837 |
450469 Draw no bevel when "GtkToolbar::shadow-type" is "none" |
| 1838 |
451070 Broken CUPS SSL printing in gtk 2.10.13 |
| 1839 |
451345 gtk-demo does not open GtkBuilder example twice |
| 1840 |
451353 Parsing properties broken |
| 1841 |
451484 Miscalculation in GtkButtonBox CENTER_MODE |
| 1842 |
451866 GtkVolumeButton range |
| 1843 |
452046 some fixes for gdk composited window support |
| 1844 |
452463 type-func attribute on wrong element ? |
| 1845 |
452464 inconsistent handling of booleans |
| 1846 |
452465 error handling in gtk_builder_value_from_string_type() |
| 1847 |
452954 GtkBuilder documentation fixes/improvements |
| 1848 |
446532 [patch] Improve performance of gtk_recent_manager_get_items |
| 1849 |
451314 Warning message is wrong for delayed property assigning |
| 1850 |
392283 GtkNotebook tabs drawn incorrectly with the Wimp theme |
| 1851 |
449492 debug spew on toolbar focus move |
| 1852 |
324543 GtkFileChooser: show file 'modified' TIMES, not just DATES |
| 1853 |
327912 Many mouse cursors are not supported |
| 1854 |
353805 Detecting Bidi Keyboard Layouts |
| 1855 |
451527 Confusing GtkRadioButton variable names in some functions |
| 1856 |
393579 Need tree view API for querying whether rubberbanding is ... |
| 1857 |
|
| 1858 |
* Updated translations |
| 1859 |
Spanish (es) |
| 1860 |
Estonian (et) |
| 1861 |
Hungarian (hu) |
| 1862 |
Japanese (ja) |
| 1863 |
Korean (ko) |
| 1864 |
Norwegian bokmål (nb) |
| 1865 |
Russian (ru) |
| 1866 |
Sinhala (si) |
| 1867 |
Vietnamese (vi) |
| 1868 |
|
| 1869 |
|
| 1870 |
Overview of Changes from GTK+ 2.11.3 to 2.11.4 |
| 1871 |
============================================== |
| 1872 |
|
| 1873 |
* The multipress input method correctly handles control keys |
| 1874 |
|
| 1875 |
* The memory management of GtkRecentManager has been |
| 1876 |
changed, deprecating the screen-related functions in favour |
| 1877 |
of gtk_recent_manager_get_default(). |
| 1878 |
|
| 1879 |
* Bugs fixed: |
| 1880 |
448928 Some GtkBuildable methods named too generically |
| 1881 |
448193 gtkbuilder.h causes compile error with C++ |
| 1882 |
354887 GtkFileChooserButton displays unnecessary authentication ... |
| 1883 |
440450 GTK font selection minimum size is too large for 150dpi s... |
| 1884 |
447214 gtk_tooltips_widget_remove() is slow |
| 1885 |
448299 dgettext arguments interchanged |
| 1886 |
448321 Drawing problems with block cursor |
| 1887 |
448341 There is no GtkTooltip documentation in the gtk+ reference |
| 1888 |
448484 GtkAccelGroup forgets to remove closure invalidate notifi... |
| 1889 |
448544 Refcount issues in GtkCellRendererSpin |
| 1890 |
412357 GtkMenuShell not defined as an abstract base type |
| 1891 |
403717 print preview operation should pass settings to preview p... |
| 1892 |
|
| 1893 |
|
| 1894 |
Overview of Changes from GTK+ 2.11.2 to 2.11.3 |
| 1895 |
============================================== |
| 1896 |
|
| 1897 |
* GtkBuilder: GTK+ supports constructing user interfaces |
| 1898 |
from XML descriptions now, similar to libglade. |
| 1899 |
|
| 1900 |
* The new tooltip code now has convenience api to set |
| 1901 |
text tooltips: gtk_widget_set_tooltip_text(), |
| 1902 |
gtk_widget_set_tooltip_markup() |
| 1903 |
|
| 1904 |
* GtkTextView, GtkEntry: |
| 1905 |
- gtk_widget_modify_cursor() is a new function in the |
| 1906 |
gtk_widget_modify family to override the style-provided |
| 1907 |
cursor colors |
| 1908 |
- Use a block cursor in overwrite mode |
| 1909 |
|
| 1910 |
* GtkFileChooser: |
| 1911 |
- Use xdg-user-dirs to find the Desktop directory |
| 1912 |
- gtk_file_system_create() is now public API |
| 1913 |
|
| 1914 |
* GtkMenu: |
| 1915 |
- GtkMenuItem gained a submenu property |
| 1916 |
- GtkMenuShell obtained a move-selected signal |
| 1917 |
|
| 1918 |
* OS X port: |
| 1919 |
- Many improvements |
| 1920 |
|
| 1921 |
* Bugs fixed: |
| 1922 |
445691 Crash when spawning a new process |
| 1923 |
447163 Implicit pointer conversion gdk_font_ref() |
| 1924 |
420249 deadlock on print operation |
| 1925 |
440918 out-of-bound access on loading pnm |
| 1926 |
142494 treeview coordinate systems need documentation/auditing |
| 1927 |
343012 RC parser rejects lower-case identifiers. |
| 1928 |
350460 Popup windows (esp. menus) misbehave wrt focus |
| 1929 |
410815 Icon view gets confused when scaling down the pixbuf column |
| 1930 |
435471 small GtkComboBox cleanup |
| 1931 |
435840 GTK_WIDGET_SAVED_STATE inconsistency |
| 1932 |
442617 gdk_spawn overrides envp, breaking child setup funcs whic... |
| 1933 |
443913 When .recently-used.xbel is empty, recently-used uses %10... |
| 1934 |
444097 Cannot compile gtksearchenginesimple.c |
| 1935 |
444310 update_buttons_state on a bare assistant causes gtk+ to c... |
| 1936 |
444734 Compact file-chooser folder selection not working with gt... |
| 1937 |
444786 Error loading 'gtk-select-color' in Stock icons and Items |
| 1938 |
445054 GtkScrolledWindow::scrollbars-within-bevel is drawing wrong |
| 1939 |
445284 Custom (pixbuf etc.) cursor reverts to default cursor on ... |
| 1940 |
445539 Unititialized var in gtkrc.c trunk |
| 1941 |
445855 gtk_scale_button_new() uses private API. |
| 1942 |
446138 Tiny doc update for gdk_window_get_pointer() |
| 1943 |
446513 gtknotebook.h: create_window is wrong declaration |
| 1944 |
446616 glib requirement insufficient |
| 1945 |
447065 GtkMenuItem: add "submenu" property and some cleanup |
| 1946 |
426192 Symbolic colors are not working under "engine" sections o... |
| 1947 |
446107 tiff load dialogue has unreadable text |
| 1948 |
447396 Typo in documentation of gtk_widget_modify_cursor |
| 1949 |
79585 API to change cursor color |
| 1950 |
80378 Visible (Cursor-shape) indicator for Overtype mode |
| 1951 |
158008 Stock button for Dont Save, Discard Changes, Do Not Save |
| 1952 |
334576 GtkCellRendererProgress ignores xalign attribute |
| 1953 |
344836 Add orientation property to CellRendererProgress |
| 1954 |
172535 Add support for UI builders in gtk+ |
| 1955 |
446833 gtk_menu_shell_move_selected should be a vcall |
| 1956 |
447586 gtknotebook.c: decreasing unknown size pointer |
| 1957 |
|
| 1958 |
* Updated translations |
| 1959 |
Spanish (es) |
| 1960 |
Swedish (sv) |
| 1961 |
|
| 1962 |
|
| 1963 |
Overview of Changes from GTK+ 2.11.1 to 2.11.2 |
| 1964 |
============================================== |
| 1965 |
|
| 1966 |
* The GtkListStore and GtkTreeStore have new API |
| 1967 |
to set values using vectors of columns and values |
| 1968 |
|
| 1969 |
* Bugs fixed: |
| 1970 |
389603 GtkFileChooserWidget crashes when the window is too narrow |
| 1971 |
444351 metacity cores on startup |
| 1972 |
379213 gtkaboutdialog.h causes warnings with GCC and -Wshadow |
| 1973 |
442888 problem with GTK+ medialib integration |
| 1974 |
444236 gtk-demo says invisible text doesn't work |
| 1975 |
444457 Segfault in gdk_window_set_opacity when opacity < 1.0 |
| 1976 |
399071 add gtk_tree_store_set_with_valuesv |
| 1977 |
434021 crash on startup with jhbuild |
| 1978 |
|
| 1979 |
* Updated translations: |
| 1980 |
Spanish (es) |
| 1981 |
|
| 1982 |
|
| 1983 |
Overview of Changes from GTK+ 2.11.0 to 2.11.1 |
| 1984 |
============================================== |
| 1985 |
|
| 1986 |
* GtkTextView: |
| 1987 |
- Marks can be created independent from buffers |
| 1988 |
- Cursor color follows text color |
| 1989 |
|
| 1990 |
* OS X port: |
| 1991 |
- Many improvements |
| 1992 |
|
| 1993 |
* GDK: |
| 1994 |
- Add support for composited child windows |
| 1995 |
|
| 1996 |
* Bugs fixed: |
| 1997 |
347883 do-overwrite-confirmation does nothing in 2.10 |
| 1998 |
440890 Crash in gtktooltip.c (GTK+ 2.11.0) |
| 1999 |
440982 crash in gtk due to missing stock icon gtk-clear |
| 2000 |
418047 GtkIconView sizing is very broken |
| 2001 |
438440 All tests for Gtk2 failing when installing from CPAN |
| 2002 |
314172 gtk_toolbar_set_icon_size() should be 'undeprecated' |
| 2003 |
348493 _gdk_quartz_copy_to_image needs implementing for pixmaps |
| 2004 |
398414 Printing to file with multiple pages per sheet |
| 2005 |
412882 gdkwindow should support the concept of "composited" |
| 2006 |
430218 Some file names are being cut unnecessarily with RTL Inte... |
| 2007 |
435405 text view recreates pangolayouts all the time |
| 2008 |
439565 Crash in GtkIconView a11y code |
| 2009 |
440040 Reference counting in GtkPrintOperation goes awry |
| 2010 |
440511 xcursors.h: illegal initializing |
| 2011 |
440780 GtkAction set_short_label might be broken |
| 2012 |
441443 jpeg loader does not set error upon abortion |
| 2013 |
442172 Small cleanup in gtk_notebook_set_current_page and fix ty... |
| 2014 |
442183 Updated gdk/gdkkeysyms-update.pl |
| 2015 |
443247 Two GtkNotebook cleanups |
| 2016 |
441767 Icon cache isn't validated properly |
| 2017 |
442326 Overview navigator traps mouse on wrong screen in dual mo... |
| 2018 |
79585 GtkTextView API to change cursor color |
| 2019 |
132818 Allow GtkTextMark subclasses to be used in GtkTextBuffer |
| 2020 |
348065 [PATCH] Remove automagic status of xinerama dependency |
| 2021 |
441443 jpeg loader does not set error upon abortion |
| 2022 |
386935 gtk_notebook_set_window_creation_hook only allows one... |
| 2023 |
414947 Move "move-focus" signal to GtkWidget |
| 2024 |
|
| 2025 |
|
| 2026 |
* Updated translations: |
| 2027 |
Thai (th) |
| 2028 |
Spanish (es) |
| 2029 |
Norwegian bokmål (nb) |
| 2030 |
|
| 2031 |
|
| 2032 |
Overview of Changes from GTK+ 2.10.x to 2.11 |
| 2033 |
============================================ |
| 2034 |
|
| 2035 |
* Printing support: |
| 2036 |
- Cups backend: Work with "BrowseShortNames Off" |
| 2037 |
- Cups backend: Fix handling of multi-valued options |
| 2038 |
- Cups backend: Work with raw printers |
| 2039 |
- Cups backend: don't lock up when met with larger numbers of printers |
| 2040 |
- Improved sensitivity handling of controls in the unix dialog |
| 2041 |
- Support half-open ranges |
| 2042 |
- Add a test print backend for easier debugging |
| 2043 |
- Add API to list paper sizes |
| 2044 |
- Add API to serialize and deserialize page setups and print settings |
| 2045 |
- Print settings can be passed to the preview command |
| 2046 |
- Make more GtkPrinter public |
| 2047 |
|
| 2048 |
* GtkFileChooser: |
| 2049 |
- Improve file chooser dialog size logic |
| 2050 |
- Add a GtkFileChooserButton::file-set signal |
| 2051 |
- Add a search mode with backends for Beagle, Tracker and simple search |
| 2052 |
- Add recent files support |
| 2053 |
|
| 2054 |
* New tooltips API, that allows complex tooltips (markup, images), |
| 2055 |
tooltips on insensitive widgets, tooltips on treeviews, etc |
| 2056 |
|
| 2057 |
* GtkScaleButton, GtkVolumeButton: new widgets for volume controls |
| 2058 |
frequently seen in multimedia applications |
| 2059 |
|
| 2060 |
* Input Methods: |
| 2061 |
- New Thai and Lao input method |
| 2062 |
- New multipress input method for phone pads |
| 2063 |
|
| 2064 |
* Recent files: |
| 2065 |
- GtkRecentChooserMenu supports custom menu items |
| 2066 |
- GtkRecentAction was added |
| 2067 |
|
| 2068 |
* Keyboard navigation improvements: |
| 2069 |
- Infrastructure for notification of failed keyboard navigation |
| 2070 |
- Better support for restricted sets of keys |
| 2071 |
- Only handle keys for notebook tab reordering and scrolledwindow |
| 2072 |
scrolling if it make sense |
| 2073 |
- Add settings gtk-enable-accels and gtk-enable-mnemonics to disable |
| 2074 |
the display of accelerators and mnemonics |
| 2075 |
- Popup/popdown of comboboxes is keybindable |
| 2076 |
|
| 2077 |
* Windows port: |
| 2078 |
- Windows 9x/ME is not supported anymore |
| 2079 |
- Many ms-windows theme improvements |
| 2080 |
- The file chooser uses native icons |
| 2081 |
- Support drop shadows |
| 2082 |
- Use native cursors |
| 2083 |
|
| 2084 |
* OS X port: |
| 2085 |
- Many improvements |
| 2086 |
|
| 2087 |
* Icon theme support: |
| 2088 |
- Add api to list contexts of an icon theme |
| 2089 |
- The builtin stock icons have been replaced by a new set of icons |
| 2090 |
which are visually compatible with Tango |
| 2091 |
- Support fallback to more generic icon names |
| 2092 |
- Validate icon caches when they are created and before they are used |
| 2093 |
|
| 2094 |
* GtkRange has gained support for fill levels |
| 2095 |
|
| 2096 |
* GtkEntry: |
| 2097 |
- inline-selection mode for entry completion that is closer to what |
| 2098 |
web browsers need |
| 2099 |
- Add gtk_entry_set_cursor_hadjustment() to support automatic scrolling |
| 2100 |
|
| 2101 |
* GtkTextView: |
| 2102 |
- Support accumulative and negative margins |
| 2103 |
- GTK_JUSTIFY_FILL works |
| 2104 |
|
| 2105 |
* GtkLabel: |
| 2106 |
- GTK_JUSTIFY_FILL works |
| 2107 |
|
| 2108 |
* GtkStatusIcon: |
| 2109 |
- Multiscreen support |
| 2110 |
- gtk_status_icon_position_menu() works on Windows |
| 2111 |
- Don't take up space when invisible |
| 2112 |
|
| 2113 |
* GtkCellRendererProgress: |
| 2114 |
- Respect themes |
| 2115 |
- Support activity mode |
| 2116 |
|
| 2117 |
* GtkNotebook: |
| 2118 |
- Support scrolling during tab DND |
| 2119 |
- Allow dropping tabs anywhere |
| 2120 |
- Deprecate numeric group-ids in favour of a more flexible group property |
| 2121 |
|
| 2122 |
* GtkTreeView: |
| 2123 |
- Lots of scrolling fixes |
| 2124 |
- Add a gtk-alternative-sort-arrows setting for drawing sort arrows |
| 2125 |
according to platform conventions |
| 2126 |
|
| 2127 |
* GtkButtonBox: |
| 2128 |
- Can center buttons now |
| 2129 |
|
| 2130 |
* GtkComboBoxEntry |
| 2131 |
- Can add an arbitrary child widget |
| 2132 |
|
| 2133 |
* GtkAboutDialog: |
| 2134 |
- The "name" property has been replaced by "program-name" to avoid |
| 2135 |
a clash with the preexisting "name" property on GtkWidget |
| 2136 |
|
| 2137 |
* GDK changes: |
| 2138 |
- Add gdk_event_request_motions() which works with input devices |
| 2139 |
- Add API for changing startup notification id on a window |
| 2140 |
- Add API for sending startup notification messages |
| 2141 |
- Don't deadlock with xcb-based libX11 |
| 2142 |
- The handling of _NET_WM_USER_TIME has been changed to reduce |
| 2143 |
the amount of root window property changes |
| 2144 |
- New gdk_threads api() to allow fully threadsafe handling of idles |
| 2145 |
and timeouts |
| 2146 |
|
| 2147 |
* gdk-pixbuf changes: |
| 2148 |
- Optional support for Sun mediaLib hardware acceleration |
| 2149 |
- Support exif rotations in tiffs and jpegs |
| 2150 |
- Allow arbitrary split between builtin vs modular loaders |
| 2151 |
- Support v5 and OS/2 bmps |
| 2152 |
- Support scaling animations |
| 2153 |
|
| 2154 |
* Miscellaneous GTK+ changes: |
| 2155 |
- New function gtk_window_set_opacity(), to set the opacity |
| 2156 |
of toplevel windows |
| 2157 |
- Allow to restrict drags within an application or widget |
| 2158 |
- Support opening/closing of submenus on click |
| 2159 |
- Configurable cursor blinking timeout |
| 2160 |
- Insensitive widgets don't install cursors |
| 2161 |
|
| 2162 |
* Bug fixes: |
| 2163 |
- too many to list here |
| 2164 |
|
| 2165 |
* New and updated translations: |
| 2166 |
Arabic (ar) |
| 2167 |
Assamese (as) |
| 2168 |
Belarusian Latin (be@latin) |
| 2169 |
Bulgarian (bg) |
| 2170 |
Bengali (bn) |
| 2171 |
Catalan (ca) |
| 2172 |
Czech (cs) |
| 2173 |
Welsh (cy) |
| 2174 |
German (de) |
| 2175 |
Greek (el) |
| 2176 |
Canadian English (en_CA) |
| 2177 |
British English (en_GB) |
| 2178 |
Esperanto (eo) |
| 2179 |
Spanish (es) |
| 2180 |
Estonian (et) |
| 2181 |
Finnish (fi) |
| 2182 |
French (fr) |
| 2183 |
Gujarati (gu) |
| 2184 |
Hebrew (he) |
| 2185 |
Hindi (hi) |
| 2186 |
Hungarian (hu) |
| 2187 |
Indonesian (id) |
| 2188 |
Italian (it) |
| 2189 |
Kurdish (ku) |
| 2190 |
Lithuanian (lt) |
| 2191 |
Latvian (lv) |
| 2192 |
Macedonian (mk) |
| 2193 |
Malayalam (ml) |
| 2194 |
Marathi (mr) |
| 2195 |
Norwegian bokmål (nb) |
| 2196 |
Nepali (ne) |
| 2197 |
Oriya (or) |
| 2198 |
Brazilian Portugese (pt_BR) |
| 2199 |
Romanian (ro) |
| 2200 |
Russian (ru) |
| 2201 |
Slovenian (sl) |
| 2202 |
Serbian (sr) |
| 2203 |
Serbian Latin (sr@Latn) |
| 2204 |
Swedish (sv) |
| 2205 |
Tamil (ta) |
| 2206 |
Thai (th) |
| 2207 |
Turkish (tr) |
| 2208 |
Ukainian (uk) |
| 2209 |
Vietnamese (vi) |
| 2210 |
Walloon (wa) |
| 2211 |
Simplified Chinese (zh_CN) |
| 2212 |
Chinese (Hong Kong) (zh_HK) |
| 2213 |
Chinese (Taiwan) (zh_TW) |
| 2214 |
|
| 2215 |
|
| 2216 |
Overview of Changes from GTK+ 2.10.1 to 2.10.2 |
| 2217 |
============================================== |
| 2218 |
|
| 2219 |
|
| 2220 |
* Many fixes and improvements for the OS X backends |
| 2221 |
|
| 2222 |
* Revert to using gtk modules with global binding, |
| 2223 |
since the local binding that was introduced in |
| 2224 |
2.10 breaks the accessibility support of current |
| 2225 |
OpenOffice.org releases. |
| 2226 |
|
| 2227 |
* GtkRecenManager |
| 2228 |
- Poll for changes to the XBEL file |
| 2229 |
- Fix initial bad placement of recent files menu |
| 2230 |
- Show nonexisting resources by default, and do |
| 2231 |
not mark them as insensitive |
| 2232 |
- Allow adding a filter to GtkRecentChooserMenu |
| 2233 |
|
| 2234 |
* GtkFileChooser |
| 2235 |
- Improve the fallbacks for icons |
| 2236 |
- Make / and ~ activate the location entry again |
| 2237 |
|
| 2238 |
* Bugs fixed: |
| 2239 |
348828 Segmentation Fault in gtk_combo_box_menu_setup |
| 2240 |
when removing combobox child |
| 2241 |
349552 problem with parsing (enum) style properties |
| 2242 |
351581 API Documentation issues with 2.15 release |
| 2243 |
348652 reorder() from ComboBoxEntry produces Gtk+ assert |
| 2244 |
error |
| 2245 |
349128 Fix docs about GtkTreeModel::row-deleted |
| 2246 |
350605 Crash caused by the recent menu |
| 2247 |
348096 GtkStyle leaks GtkRcContext |
| 2248 |
348145 Background images not working with Quartz backend |
| 2249 |
329752 Problem with has_selection notification when |
| 2250 |
deleting the selection |
| 2251 |
347856 gtk_recent_chooser_add_filter not implemented |
| 2252 |
for GtkRecentChooserMenu |
| 2253 |
348245 Disabling pdf printing doesn't hide option |
| 2254 |
348278 textview doesn't update on hinting setting change |
| 2255 |
348289 Filechooser is blocked by higher priority idle |
| 2256 |
348478 entry completions needs to reset the IM context |
| 2257 |
before emitting action-activate signal |
| 2258 |
348538 Remove old email addreses from the tutorial |
| 2259 |
348626 drag-to-child should not work |
| 2260 |
348634 IconView does not update background |
| 2261 |
348706 don't allow dnd onto arrows |
| 2262 |
348740 configure script does not honour PKG_CONFIG variable |
| 2263 |
348787 Segfault in gtk_font_button_update_font_info() |
| 2264 |
348824 test attached calendar-sane-timer patch in head |
| 2265 |
348971 gtk_status_icon_get_geometry returns bogus data |
| 2266 |
349382 valgrind uninitialized memory warnings setting |
| 2267 |
partly uninitialized X properties |
| 2268 |
349570 notebook arrow PRELIGHT drawing doesn't work |
| 2269 |
349834 Memleak from gtk_tree_view_set_enable_tree_lines |
| 2270 |
349858 Leak of ShmPixmapInfo from get_shm_pixmap_for_image |
| 2271 |
349859 gtk_paint_tab doesn't work when widget is now |
| 2272 |
option menu |
| 2273 |
349997 Indirect leak from XkbGetMap |
| 2274 |
350039 GtkFileChooserEntry leaks sources |
| 2275 |
350050 GdkGC leak from GtkRuler |
| 2276 |
350139 Should use evince preview mode |
| 2277 |
350258 Memory leak in gtk_entry_drag_data_received() |
| 2278 |
350329 The CUPS printer backend in GTK+-2.10.1 fails |
| 2279 |
with CUPS 1.1. |
| 2280 |
350517 reset_style_idle() interferes with application |
| 2281 |
idles |
| 2282 |
350860 Balloon messages sent to tray do not have the |
| 2283 |
correct window in XEvent |
| 2284 |
350938 TreeViewColumn rendering off when "spacing" |
| 2285 |
property set |
| 2286 |
351112 gtk_notebook_set_current_page fails when the |
| 2287 |
notebook has not yet been shown |
| 2288 |
351519 Directfb backend fails to build |
| 2289 |
165714 GtkEntryCompletion doesn't complete on paste |
| 2290 |
168737 Different button sizes in About dialogs |
| 2291 |
345666 The icons of file, directory and device at |
| 2292 |
GtkFileChooser |
| 2293 |
349429 spin button does not use correct value for |
| 2294 |
inner_border |
| 2295 |
349501 fix in the documentation of function |
| 2296 |
gtk_list_store_insert_with_values() |
| 2297 |
350072 stdout output from colorselection |
| 2298 |
351759 Wrong range value in documentation of |
| 2299 |
gtk_color_selection_set_current_alpha |
| 2300 |
349277 Wrong message for problems with serializing |
| 2301 |
texts |
| 2302 |
346800 Rework sort/filter models to use indices to |
| 2303 |
parents instead of pointers |
| 2304 |
349120 Small error in doc |
| 2305 |
350911 gdk_pixbuf_new_from_file_at_scale() should |
| 2306 |
skip when there's enough image data |
| 2307 |
348728 GtkTable Row and Column Spacing |
| 2308 |
351241 swapped argument description |
| 2309 |
350023 "Running GTK+ Applications" chapter does not |
| 2310 |
document new GTK_DEBUG possibilities |
| 2311 |
351812 file print backend filename encoding issue |
| 2312 |
|
| 2313 |
* New and updated translations (bg,bn_IN,de,dz,el,es, |
| 2314 |
et,eu,fi,gu,hu,ko,ku,ja,lt,mk,ml,nb,ne,nl,or,pl,po, |
| 2315 |
sv,th,tr,tt,uk,zh_HK,zh_TW) |
| 2316 |
|
| 2317 |
|
| 2318 |
Overview of Changes from GTK+ 2.10.0 to 2.10.1 |
| 2319 |
============================================== |
| 2320 |
|
| 2321 |
* Drop Pango requirement 1.12.0 |
| 2322 |
|
| 2323 |
* Many fixes and improvements for the OS X |
| 2324 |
and directfb backends |
| 2325 |
|
| 2326 |
* The printing framework now supports a subset |
| 2327 |
of the Cups 1.2 custom PPD option spec |
| 2328 |
|
| 2329 |
* Bug fixes: |
| 2330 |
348134 box gaps on left and right can be drawn wrong |
| 2331 |
348014 crash on Epiphany Web Browser |
| 2332 |
348063 _gtk_icon_cache_get_icon crashes when no |
| 2333 |
cache available |
| 2334 |
348096 GtkStyle leaks GtkRcContext |
| 2335 |
157439 The "adding to panel" is buggy when switching |
| 2336 |
to an rtl environment |
| 2337 |
346751 symbolic colors can't be use in properties |
| 2338 |
347976 Context menus appear in strange locations |
| 2339 |
348001 xid / fid X11 font id's are used intermixed |
| 2340 |
348049 Tabs "magically" re-order |
| 2341 |
348094 Adjustment leak from gtkiconview |
| 2342 |
348115 improve notebook visuals when dragging |
| 2343 |
348120 gtkentrycompletion leaks action_view |
| 2344 |
348227 gtkimcontextsimple doesn't terminate a string |
| 2345 |
with null |
| 2346 |
348424 mem leak in GtkPrintSettings |
| 2347 |
348089 Missing chaining up in gtk_recent_chooser_menu_finalize |
| 2348 |
348090 Reference leak in gtk_text_layout_set_contexts |
| 2349 |
348095 gtk_menu_stop_scrolling does work even if we |
| 2350 |
were not scrolling... |
| 2351 |
142582 Add animation xsetting |
| 2352 |
346427 xbm loader returns false, fails to set error |
| 2353 |
346733 GList of visuals is always empty and causes |
| 2354 |
crashes in gdk_rgb_choose_visual() |
| 2355 |
347048 crash on using GtkAssistant |
| 2356 |
164884 GtkTreeView row drag is sometimes started |
| 2357 |
spuriously |
| 2358 |
302127 GtkTreeView gets angry when items deleted |
| 2359 |
from a test_expand_row handler |
| 2360 |
346092 gtk_tooltip_set_delay documentation wrong |
| 2361 |
346428 Be robust against broken loaders failing to |
| 2362 |
set error on failure |
| 2363 |
346467 gtkwindow state assignments bug |
| 2364 |
346598 modeline takes too much memory |
| 2365 |
346603 Context menus only work once |
| 2366 |
346639 treeview memleak |
| 2367 |
346668 symbolic colors are broken when specifying |
| 2368 |
engine |
| 2369 |
346713 quartz backend is missing functions that |
| 2370 |
pygtk needs |
| 2371 |
346721 XBM reading in quartz backend is broken |
| 2372 |
346836 Tabs jump around when opening menus |
| 2373 |
347018 missing GDK_QUARTZ_ALLOC/RELEASE_POOL calls |
| 2374 |
347277 gtk_drag_get_ipc_widget() and window groups |
| 2375 |
347315 SYNC extension check failing |
| 2376 |
347902 GtkRange doesn't reliably update stepper |
| 2377 |
sensitivity |
| 2378 |
335012 gtkcellrenderertext - gtkeditable: bad |
| 2379 |
interaction when ypad is set to hi value |
| 2380 |
337910 gdk_pango_layout_get_clip_region is inefficient |
| 2381 |
346605 Modifier-key events are not sent |
| 2382 |
346970 gtkfilechooserbutton leaks an empty list |
| 2383 |
347032 documentation of gtk_print_context_get_height() |
| 2384 |
has typo |
| 2385 |
347037 GObject info missing for GtkRecentManager and |
| 2386 |
GtkRecentChooser* in gtk-doc API reference |
| 2387 |
347041 documentation of gtk_paper_size_is_equal() |
| 2388 |
has a typo |
| 2389 |
347043 Reference leaks in GtkFileChooserButton |
| 2390 |
347066 gimp 2.3.9/2.2.12 GTK+ assertion fails on |
| 2391 |
open file dialog |
| 2392 |
347211 documentation of gtk_print_job_send() has a |
| 2393 |
typo |
| 2394 |
347710 new GtkCellRendererSpin misses a lot of API |
| 2395 |
documentation |
| 2396 |
347711 slight glitches in GtkAssistant API documentation |
| 2397 |
347065 Fix in-line doc typos |
| 2398 |
311399 relative to the window string can be better |
| 2399 |
|
| 2400 |
* Updated translations (bg,bn_IN,cs,de,dz,es,et, |
| 2401 |
eu,fi,fr,gu,he,ko,or,th) |
| 2402 |
|
| 2403 |
Overview of Changes from GTK+ 2.9.4 to 2.10.0 |
| 2404 |
============================================= |
| 2405 |
|
| 2406 |
* Printing: |
| 2407 |
- A PREVIEW capability has been added to allow hiding the |
| 2408 |
preview button |
| 2409 |
|
| 2410 |
* Bug fixes: |
| 2411 |
321393 Incorrect size request after changing the font |
| 2412 |
327164 (GtkRBNode *)node becomes NULL inside GtkTreeView |
| 2413 |
344074 Feature request: get printer list, and get default print |
| 2414 |
344876 refcount leak when using ComboBox.set_cell_data_func |
| 2415 |
345644 gtk+-2.9.4 requires CUPS-1.2.x |
| 2416 |
345663 gtkaction(group)?.c: using functions without prototype declaration |
| 2417 |
346079 gtk receives all sorts of events from the X server |
| 2418 |
343841 Misguided iter assertion in gtk_list_store_insert_with_values() |
| 2419 |
346113 unix print dialogue always has preview button |
| 2420 |
346237 Possible leak in gtkprintunixdialog.c |
| 2421 |
346027 cancelling printer enumeration |
| 2422 |
346312 gtk 2.9.4 tarball lacks the files gtkwin32embedwidget.h |
| 2423 |
and gtkprint-win32.h |
| 2424 |
346341 Memory leak in gtk_tree_model_sort_finalize: User data not freed |
| 2425 |
|
| 2426 |
* Updated translations (cs,cy,dz,es,gu,hi,ko,mk,nb,nl,ru,th,ur) |
| 2427 |
|
| 2428 |
Overview of Changes from GTK+ 2.9.3 to 2.9.4 |
| 2429 |
============================================ |
| 2430 |
|
| 2431 |
* GtkPrintOperation: |
| 2432 |
- UI improvements in the print dialog |
| 2433 |
- Make printing work without a display connection |
| 2434 |
- Replace "Print to PDF" by "Print to file" that |
| 2435 |
can generate PDF or PostScript |
| 2436 |
- Add a function to the low-level API to |
| 2437 |
enumerate all printers |
| 2438 |
|
| 2439 |
* GtkNotebook tab DND has been improved |
| 2440 |
|
| 2441 |
* GtkProgressbar supports text in activity mode |
| 2442 |
|
| 2443 |
* GtkLabel allows to set the wrap mode |
| 2444 |
|
| 2445 |
* GtkStatusIcon supports transparency |
| 2446 |
|
| 2447 |
* Bugs fixed: |
| 2448 |
344850 Dragging a GtkTreeViewColumn segfaults when |
| 2449 |
using certain GtkTreeViewColumnDropFunc |
| 2450 |
342458 Stock menu items without icons are broken in |
| 2451 |
recent GTK+ releases. |
| 2452 |
335873 notebook DND + popup windows |
| 2453 |
337882 gtk_progress_bar_set_text() does nothing in |
| 2454 |
activity mode |
| 2455 |
339456 unix print dialogue help button bug |
| 2456 |
339702 Make sure printing works without a display |
| 2457 |
341571 tabs too easily reordered |
| 2458 |
344074 New Feature: get printer list, and get default print |
| 2459 |
344743 gtk_targets_include_text() should initialize atoms |
| 2460 |
344838 Allow func to be NULL in |
| 2461 |
gtk_tree_view_set_search_position_func |
| 2462 |
344891 GtkPrintOperationPreview signal defs correction |
| 2463 |
345008 Need updated cairo req |
| 2464 |
345093 print preview temp file issues |
| 2465 |
345107 Memory leak in gtk_entry_completion_finalize: |
| 2466 |
User data not freed |
| 2467 |
345194 gdk_window_set_functions() docs need to be updated |
| 2468 |
345456 grid-lines property is wrongly registered and |
| 2469 |
get/set. |
| 2470 |
314278 strings in gtk-update-icon-cache are not marked |
| 2471 |
for translation |
| 2472 |
344707 size group with widgets in hidden container |
| 2473 |
344897 Entry completion model NULL handling should be |
| 2474 |
documented |
| 2475 |
345038 gtk_print_job_set_status' status |
| 2476 |
345106 dialog button box spacings |
| 2477 |
345176 GtkIconView doc about drag and drop |
| 2478 |
345275 doc imporovements for gtk_window_move |
| 2479 |
345320 Two very similiar strings should be made equal |
| 2480 |
345321 Add meaning of "shortcut" as translator comment |
| 2481 |
320034 transparency gtkstatusicon |
| 2482 |
339592 Add print-to-postscript |
| 2483 |
344867 custom paper file could use keyfile |
| 2484 |
|
| 2485 |
* Updated translations (cs,de,es,fr,gl,gu,hi,ko,ta,th) |
| 2486 |
|
| 2487 |
Overview of Changes from GTK+ 2.9.2 to 2.9.3 |
| 2488 |
============================================ |
| 2489 |
|
| 2490 |
* GtkPrintOperation: |
| 2491 |
- Introduce an allow-async property |
| 2492 |
- Introduce a GtkPrintOperationAction enumeration |
| 2493 |
- Rename pdf_target to export_filename |
| 2494 |
- Allow to hide "Print to PDF" in the low-level API |
| 2495 |
|
| 2496 |
* GtkNotebook: |
| 2497 |
- Add a destroy notify to |
| 2498 |
gtk_notebook_set_window_creation_hook. |
| 2499 |
|
| 2500 |
* GtkTreeView: |
| 2501 |
- Support grid lines |
| 2502 |
|
| 2503 |
* GtkRange: |
| 2504 |
- Add a number of new stle properties which allow more |
| 2505 |
fexible stepper theming |
| 2506 |
|
| 2507 |
* Bugs fixed: |
| 2508 |
153212 Have the Paste kbd shortcut jump to the location in |
| 2509 |
the buffer |
| 2510 |
337491 _gdk_win32_drawable_release_dc: DeleteDC() called on |
| 2511 |
a GetDC() handle |
| 2512 |
339739 gtk/gtkprintoperation-win32.c: 3 compile error |
| 2513 |
342339 GtkRange::stepper-spacing style property not |
| 2514 |
implemented correctly |
| 2515 |
343945 Buttons of a GtkAssistant are not accessible |
| 2516 |
344148 Wrong reqs for ATK |
| 2517 |
344209 gtk_notebook_set_window_creation_hook() has no destroy |
| 2518 |
func. |
| 2519 |
344232 GtkEntry's "Delete" context menu item is sensitive on a |
| 2520 |
non-editable GtkEntry |
| 2521 |
344244 Window resizing not working when keeping the aspect |
| 2522 |
fixed |
| 2523 |
344288 gtk_print_operation_preview_is_selected must return |
| 2524 |
a value |
| 2525 |
344386 gdk-2.0-uninstalled.pc.in and gdkconfig.h |
| 2526 |
344496 CRLF converting via Clipboard |
| 2527 |
344504 GtkPrintCapabilities not in gtktypebuiltins.h |
| 2528 |
344505 Wrong signal registration for create_custom_widget |
| 2529 |
344512 cvs build issue |
| 2530 |
344513 pdf print module's print_stream not calling destroy |
| 2531 |
notify |
| 2532 |
344518 NULL unref in page setup dialogue |
| 2533 |
344543 gtk_progress_bar_pulse calls gtk_progress_bar_paint |
| 2534 |
directly |
| 2535 |
344560 gtk_print_settings_[sg]et_scale shouldn't be in percent |
| 2536 |
344607 memory leaks in gtkrecentchooserdefault.c and |
| 2537 |
gtkrecentchoosermenu.c |
| 2538 |
344624 Memory leak in gtk_tree_model_filter_finalize: User |
| 2539 |
data not freed |
| 2540 |
337603 Possible off-by-one in |
| 2541 |
gdk_pango_layout_line_get_clip_region |
| 2542 |
344239 Wrong filename for gtk-find stock item. |
| 2543 |
344528 comma at end of GtkPrintOperationAction enum causes |
| 2544 |
mozilla compilation error |
| 2545 |
344290 horizontal-padding not take into account when placing |
| 2546 |
submenus |
| 2547 |
344558 document print dialogue response codes |
| 2548 |
339592 Add print-to-postscript |
| 2549 |
342249 Allow to draw upper and lower sides of GtkRange's |
| 2550 |
trough differently |
| 2551 |
344530 gtk_recent_chooser_widget_new_for_manager and |
| 2552 |
gtk_recent_chooser_menu_new_for_manager should |
| 2553 |
allow NULL manager arg |
| 2554 |
|
| 2555 |
* Updated translations (es,fi,gu,ko,th,wa) |
| 2556 |
|
| 2557 |
|
| 2558 |
Overview of Changes from GTK+ 2.9.1 to 2.9.2 |
| 2559 |
============================================ |
| 2560 |
|
| 2561 |
* GtkPrintOperation |
| 2562 |
- Support asynchronous pagination with the ::paginate signal |
| 2563 |
- Add gtk_print_operation_cancel |
| 2564 |
- Support application-specific widgets |
| 2565 |
- Allow disabling features based on application capabilities |
| 2566 |
- Optionally show progress |
| 2567 |
- Change some function names in GtkPrintContext to be longer |
| 2568 |
and better |
| 2569 |
- Support preview, the default implementation spawns evince, |
| 2570 |
but the api allows for an internal preview implementation |
| 2571 |
|
| 2572 |
* GtkCellView |
| 2573 |
- Add a model property |
| 2574 |
|
| 2575 |
* GtkStatusIcon |
| 2576 |
- Allow to obtain screen geometry |
| 2577 |
|
| 2578 |
* GtkTreeView |
| 2579 |
- Many bug fixes, in particular for RTL handling |
| 2580 |
- Separate sensitive and selectable properties of rows |
| 2581 |
- Optionally allow rubberband selection |
| 2582 |
|
| 2583 |
* GtkButton |
| 2584 |
- Add image-spacing style property |
| 2585 |
- Add image-position property |
| 2586 |
|
| 2587 |
* GtkToolButton |
| 2588 |
- Add icon-spacing style property |
| 2589 |
|
| 2590 |
* Make GTK+ work as an untrused X client |
| 2591 |
|
| 2592 |
* Bugs fixed: |
| 2593 |
343838 gtkprintoperationpreview.h guards |
| 2594 |
305530 Crashes while creating source code w/GtkFontSelection |
| 2595 |
341327 Memory corruption inside glib |
| 2596 |
341734 cursor blocked to dnd mode after using shift and |
| 2597 |
dnd on a GtkCalendar |
| 2598 |
343453 G_DEFINE_TYPE messes up internal typenames of |
| 2599 |
GdkWindow and GdkPixmap |
| 2600 |
136571 Problems running as untrusted client |
| 2601 |
168105 the right edge tab does not appear when switching tab |
| 2602 |
172535 Add support for UI builders in gtk+ |
| 2603 |
302556 GtkTreeView widget signals are badly documented |
| 2604 |
324480 Selecting first item with keyboard is difficult |
| 2605 |
340428 small cleanup |
| 2606 |
340444 don't run the custom page size dialogue |
| 2607 |
340839 Critical warnings in GtkTreeModelFilter |
| 2608 |
341898 gtk_tree_view_insert_column_with_attributes doesn't |
| 2609 |
work with fixed_height_mode |
| 2610 |
342003 DnD: Conditional jump or move depends on uninitialised value |
| 2611 |
342072 Wrong drop location in GtkEntry |
| 2612 |
342096 GtkImage animation CRITICALS on switching themes |
| 2613 |
342513 widget class style property with type module |
| 2614 |
342529 gdk should set resolution on PangoCairoFontmap, |
| 2615 |
not PangoCairoContext |
| 2616 |
342535 Add documentation for new GtkWidget style properties |
| 2617 |
(including Since tags) |
| 2618 |
342543 can't compile gtk+ on opensolaris using sun cc |
| 2619 |
342569 Typo in decl of gdk_color_parse |
| 2620 |
342752 Need a way to specify custom tab label for custom page |
| 2621 |
in Print dialog |
| 2622 |
342754 print-editor: font button dialog doesn't get focus if |
| 2623 |
main window has a window group |
| 2624 |
342781 GtkPrintUnixDialog: Collate should be insensitive unless |
| 2625 |
Copies is > 1 |
| 2626 |
342783 GtkPrintUnixDialog: Range textinput area should be |
| 2627 |
insensitive unless range radiobutton is selected |
| 2628 |
342894 Use after free inside gtk_text_view_set_buffer |
| 2629 |
342930 GtkButton should offer a way to position the image |
| 2630 |
relative to the text |
| 2631 |
343088 Some typos in the PO file |
| 2632 |
343425 "grab-notify"-signal is not correctly propagated for |
| 2633 |
internal children |
| 2634 |
343438 gtk_color_button_set_color() doesn't emit "color-set" |
| 2635 |
signal |
| 2636 |
343475 page setup unix dialog confusion |
| 2637 |
343625 allow to get only some info from gtk_status_icon_get_geometry |
| 2638 |
343677 GtkWindow chains key-release to key-press |
| 2639 |
320431 Text too close when using East/West in a GtkToolButton |
| 2640 |
321523 GtkTreeView's test_expand_row signal emitting impractical |
| 2641 |
on row expand all |
| 2642 |
342007 Warning in gtk_paned_compute_position |
| 2643 |
343233 gdk_rectangle_intersect doc |
| 2644 |
333284 expander animation not working in RTL mode |
| 2645 |
343444 change color of gtk-demo source-buffer comment color |
| 2646 |
from red to DodgerBlue |
| 2647 |
343630 Small inconsistence in migration documentation |
| 2648 |
80127 Rubberbanding for GtkTreeView |
| 2649 |
341450 status icon + libnotify |
| 2650 |
341679 Allow absolute filenames in the options entries |
| 2651 |
|
| 2652 |
* Updated translations (bg,cy,de,el,es,et,eu,gl,gu,it,ja, |
| 2653 |
nb,nl,pt_BR,th,vi) |
| 2654 |
|
| 2655 |
|
| 2656 |
Overview of Changes from GTK+ 2.9.0 to 2.9.1 |
| 2657 |
============================================ |
| 2658 |
|
| 2659 |
* GtkPrintOperation |
| 2660 |
- Many user interface improvements in the unix dialogs |
| 2661 |
- gtk-demo has a printing demo |
| 2662 |
- Don't unload print backends for now, since that has |
| 2663 |
deadlock issues |
| 2664 |
- Asynchronous page rendering is done in an idle |
| 2665 |
|
| 2666 |
* GtkImage has an image property |
| 2667 |
|
| 2668 |
* GtkTextBuffer has a cursor-position property |
| 2669 |
|
| 2670 |
* Arrow sizes in scrolled menus and notebooks are themable |
| 2671 |
|
| 2672 |
* GDK keysyms have be synced with Xorg 7.1 |
| 2673 |
|
| 2674 |
* Bugs fixed: |
| 2675 |
340676 print backend type modules not correctly re-registering |
| 2676 |
their types |
| 2677 |
340870 gdk_window_get_toplevels docstring error |
| 2678 |
323956 Unwanted accelerate key in the action-based toolbar |
| 2679 |
340527 Tooltips not shown for toolbar buttons created with |
| 2680 |
uimanager/actions |
| 2681 |
340516 status icon property getter assertions |
| 2682 |
341091 a couple of spelling errors in gtk+ |
| 2683 |
335707 notebook DND with event boxes in tab labels |
| 2684 |
337306 Add a GtkMessageDialog::image property |
| 2685 |
139628 GtkLayout In GtkScrolledWindow does not receive the |
| 2686 |
scroll_event |
| 2687 |
334412 Add cursor-position property for getting notified |
| 2688 |
about cursor movement |
| 2689 |
341217 langinfo.h #include'd unconditionally stops build |
| 2690 |
333632 use GtkMenu::scroll-arrow-height instead of |
| 2691 |
MENU_SCROLL_ARROW_HEIGHT |
| 2692 |
325282 Add GtkNotebook::tab-overlap style property |
| 2693 |
341247 possible crash with tab_label = NULL |
| 2694 |
321896 Sync gdkkeysyms.h/gtkimcontextsimple.c with X.org 6.9/7.0 |
| 2695 |
341416 Save FileChooserDialog doesn't response |
| 2696 |
336774 gtk_recent_manager_add_full |
| 2697 |
340401 critical warnings when using window groups |
| 2698 |
341661 misplaced g_assert in gtk_text_view_allocate_children |
| 2699 |
341692 Semicolons after G_DEFINE_TYPE |
| 2700 |
341665 several misplaced g_assert |
| 2701 |
341578 reverse page order issues |
| 2702 |
341332 Unset background in more places |
| 2703 |
341896 gtktreeview has RTL problems with toggle buttons if using |
| 2704 |
gtktreestore as a model |
| 2705 |
341028 crash in new async code |
| 2706 |
341035 file chooser crash |
| 2707 |
340722 GtkToolbar::max-child-expand style property |
| 2708 |
339589 Tooltips on orientation icons in page setup dialog |
| 2709 |
340951 faq: How do I internationalize a GTK+ program? doesn't |
| 2710 |
mention glib-I18N |
| 2711 |
341855 Little typo in the Tree and List Widget Overview |
| 2712 |
153212 Have the Paste kbd shortcut jump to the location |
| 2713 |
in the buffer |
| 2714 |
335729 Invisible rows and |
| 2715 |
gtk_tree_model_filter_convert_child_*_to_* |
| 2716 |
106406 GtkTreeView Grid Lines? |
| 2717 |
339592 Add print-to-postscript |
| 2718 |
|
| 2719 |
* Updated translations (de,es,gl,gu,nl) |
| 2720 |
|
| 2721 |
|
| 2722 |
Overview of Changes from GTK+ 2.8.x to 2.9.0 |
| 2723 |
============================================ |
| 2724 |
|
| 2725 |
* GtkStatusIcon, a cross-platform "tray icon" API |
| 2726 |
|
| 2727 |
* GtkAssistant, a widget for creating multi-step wizards |
| 2728 |
|
| 2729 |
* GtkLinkButton, a widget that displays a clickable hyperlink |
| 2730 |
|
| 2731 |
* GtkRecentChooser, widgets to display and select recently used files |
| 2732 |
|
| 2733 |
* GtkPrintOperation, cross-platform printing support |
| 2734 |
|
| 2735 |
* A framework for rich text copy and paste and DND |
| 2736 |
|
| 2737 |
* GtkCellRendererAccel, a cell renderer for key combinations |
| 2738 |
|
| 2739 |
* GtkCellRendererSpin, a cell renderer which edits numeric values |
| 2740 |
using a spin button |
| 2741 |
|
| 2742 |
* GtkAction works with named icons in addition to stock icons |
| 2743 |
|
| 2744 |
* GtkNotebook supports DND, allowing to reorder tabs, move tabs |
| 2745 |
between notebooks and drop tabs on the desktop to open a new window |
| 2746 |
|
| 2747 |
* GtkTreeView: |
| 2748 |
- Enhanced customizability (e.g. grouping) with the |
| 2749 |
show-expanders and level-indentation properties |
| 2750 |
- Allow to embed the search popup |
| 2751 |
- Better search popup positioning |
| 2752 |
|
| 2753 |
* GtkFileChooser: |
| 2754 |
- Communication with backends is now asynchronous to avoid |
| 2755 |
blocking on file system operations. Due to the required interface |
| 2756 |
changes, the GTK+ ABI version has been bumped to 2.10.0. Third-party |
| 2757 |
file system backends have to be ported to the new interface, other |
| 2758 |
modules, such as theme engines, input method modules or pixbuf loaders |
| 2759 |
have to be rebuilt so that they are installed in the right place |
| 2760 |
for GTK+ to find them. |
| 2761 |
- The location entry (popped up by C-L) has been integrated in the |
| 2762 |
main dialog. |
| 2763 |
|
| 2764 |
* Reworked hex Unicode input now requires Ctrl-Shift-U |
| 2765 |
|
| 2766 |
* Animations can now be globally controlled by settings |
| 2767 |
|
| 2768 |
* The gtk-touchscreen-mode setting controls a number of changes |
| 2769 |
that make GTK+ work better on touchscreens |
| 2770 |
|
| 2771 |
* Password entries can optionally show the last entered character |
| 2772 |
for a short while, controlled by the password-hint-timeout setting |
| 2773 |
|
| 2774 |
* GTK+ can now consult an additional fallback icon theme before |
| 2775 |
falling back to hicolor |
| 2776 |
|
| 2777 |
* Improved themability: |
| 2778 |
- GTK+ supports symbolic colors, which can be set system-wide |
| 2779 |
using a setting, and can be modified and used in rc files |
| 2780 |
and theme engines |
| 2781 |
- GTK+ sets window type hints on override-redirect windows to |
| 2782 |
help compositing managers apply proper bling |
| 2783 |
- Paths in rc files can now refer to all subclasses of a class |
| 2784 |
- GtkRange steppers will appear insensitive when the slider |
| 2785 |
is at the end; applications which need to handle this case |
| 2786 |
(e.g. to extend the range) can opt out of this. |
| 2787 |
- GtkRange::activate-slider style property allows themes |
| 2788 |
to draw sliders differently while they are being dragged |
| 2789 |
- GtkNotebook::tab-overlap and GtkNotebook::curvature style |
| 2790 |
properties allow more flexible notebook theming |
| 2791 |
- The spacing of buttons around children can be themed with |
| 2792 |
the GtkButton::inner-border style property. Apps can override |
| 2793 |
this per-widget using the corresponding inner-border property |
| 2794 |
- GtkMenu has acquired a horizontal-padding style property |
| 2795 |
- There are style properties for the color of hyperlinks, |
| 2796 |
GtkWidget::link-color and GtkWidget::visited-link-color |
| 2797 |
- GtkTreeview row hinting now takes the selection into account |
| 2798 |
- Scrolling menus can be forced to always display both arrows, |
| 2799 |
using the GtkMenu::double-arrows style property |
| 2800 |
- Separators can be themed using the wide-separators, separator-width |
| 2801 |
and separator-height style properties |
| 2802 |
- GtkTreeView allows more flexible theming with the row-ending-details |
| 2803 |
property |
| 2804 |
- The pixbuf theme engines supports customized drawing of expanders |
| 2805 |
and resize grips |
| 2806 |
|
| 2807 |
* GDK changes: |
| 2808 |
- OS X backend |
| 2809 |
- DirectFB backend |
| 2810 |
- Closing displays works |
| 2811 |
- gdk_screen_is_composited to check for running compositing manager |
| 2812 |
- Support for Super, Hyper and Meta modifiers |
| 2813 |
|
| 2814 |
* gdk-pixbuf changes: |
| 2815 |
- Supports saving tiff |
| 2816 |
- Supports loading 16-bit pnm |
| 2817 |
- Doesn't load entire gif animation to get first frame |
| 2818 |
|
| 2819 |
* Bug fixes |
| 2820 |
- Too many to list them here |
| 2821 |
|
| 2822 |
Overview of Changes from GTK+ 2.8.1 to GTK+ 2.8.2 |
| 2823 |
================================================= |
| 2824 |
* Fix a crash with custom icon themes, which affected |
| 2825 |
the gnome-theme-manager. [Kjartan Maraas] |
| 2826 |
* Make sure font and cursor settings are propagated down |
| 2827 |
to the screen initially. [Frederic Crozat] |
| 2828 |
|
| 2829 |
Overview of Changes from GTK+ 2.8.0 to GTK+ 2.8.1 |
| 2830 |
================================================= |
| 2831 |
* gtk-update-icon-cache no longer stores copies of symlinked |
| 2832 |
icons, and it has a --index-only option to omit image data |
| 2833 |
from the cache [Matthias] |
| 2834 |
* Make large GtkSizeGroups more efficient [Michael Natterer] |
| 2835 |
* Improve positioning of menus in GtkToolbar [Christian Persch, |
| 2836 |
Paolo Borelli] |
| 2837 |
* Make scrolling work on unrealized icon views [Jonathan Blandford] |
| 2838 |
* Avoid unnecessary redraws on range widgets [Benjamin Berg] |
| 2839 |
* Make sure that all GTK+ applications reload icon themes |
| 2840 |
promptly. [Chris Lahey] |
| 2841 |
* Ensure that gdk_pango_get_context() and gtk_widget_get_pango_context() |
| 2842 |
use the same font options and dpi value [Michael Reinsch, Owen] |
| 2843 |
* Multiple memory leak fixes [Kjartan Maraas, Matthias] |
| 2844 |
* Other bug fixes [Owen, Allin Cottrell, Tor Lillqvist, Jonathan |
| 2845 |
Blandford, Christian Persch, Jonas Bonn, Brett Atoms, Guillaume |
| 2846 |
Cottenceau, Sebastien Bacher, Robin Green, Benoit Carpentier, |
| 2847 |
Hans Breuer, Kjartan Maraas, Manish Singh, Robert Jeff Mitchell, |
| 2848 |
Markku Vire, Kristian Rietveld, Tommi Komulainen] |
| 2849 |
* Documentation improvements [Olexiy Avramchenko, Matthias] |
| 2850 |
* Updated translations (es,et,hu,ko,lt,ro,uk) |
| 2851 |
|
| 2852 |
Overview of Changes from GTK+ 2.7.5 to GTK+ 2.8.0 |
| 2853 |
================================================= |
| 2854 |
* Require cairo 0.9.2 [Matthias] |
| 2855 |
+ Extend ABI checks to cover exported variables [Matthias] |
| 2856 |
* Bug fixes [Benjamin Berg, Christian Persch] |
| 2857 |
* Documentation improvements [Matthias] |
| 2858 |
* New and updated translation (cy,de,el,id,te,zh_TW) |
| 2859 |
|
| 2860 |
Overview of Changes from GTK+ 2.7.4 to GTK+ 2.7.5 |
| 2861 |
================================================= |
| 2862 |
* Rename the default theme to "Raleigh" [Thomas Wood] |
| 2863 |
* Add a performance testing framework [Federico Mena Quintero] |
| 2864 |
* Catch format errors in translations. This may cause |
| 2865 |
"make check" to fail when using older versions |
| 2866 |
of gettext [Matthias] |
| 2867 |
* Win32 |
| 2868 |
- Implement the urgency hint [Tor Lillqvist] |
| 2869 |
- Update ms-windows theme [Dom Lachowicz] |
| 2870 |
- Improve tablet handling [Robert Ögren] |
| 2871 |
- Bug fixes [Kazuki Iwamoto, Tor Lillqvist, Tim Evans, |
| 2872 |
J. Ali Harlow, Hans Breuer] |
| 2873 |
* Other bug fixes [Callum McKenzie, Matthias, Kjartan Maraas, |
| 2874 |
Elijah Newren, Morten Welinder, Owen Taylor, Johan Dahlin, |
| 2875 |
Peter Zelezny, Dan Winship, Damien Carbery, Alex Graveley, |
| 2876 |
Mike Morrison, David Odin] |
| 2877 |
* Documentation improvements [Fabrice Bauzac, Claudio Saavedra, |
| 2878 |
Federico Mena Quintero] |
| 2879 |
* New and updated translation (ar,bg,cs,de,fi,gu,ja,nb,nl,no, |
| 2880 |
pl,pt,sq,zh_CN,zh_TW) |
| 2881 |
|
| 2882 |
Overview of Changes from GTK+ 2.7.3 to GTK+ 2.7.4 |
| 2883 |
================================================= |
| 2884 |
* Make svg icon themes work better [Matthias] |
| 2885 |
* GtkPlug/GtkSocket: Make these cross-platform |
| 2886 |
and implement them for Win32 [Tor] |
| 2887 |
* Make font rendering xsettings work with pangocairo [Owen] |
| 2888 |
* Fix sporadic segfaults in the GtkTreeModelSort [James |
| 2889 |
Bramford, Markku Vire, Kristian Rietveld] |
| 2890 |
* Improve gdk-pixbuf's ability to recognize |
| 2891 |
svg images. [William Jon McCann] |
| 2892 |
* Win32 |
| 2893 |
- Build fixes [Tor Lillqvist] |
| 2894 |
- Fix clipping issues [Robert Ögren] |
| 2895 |
- Bug fixes [Peter Zelezny] |
| 2896 |
* Other bug fixes [Christian Persch, Arkady L. Shane, |
| 2897 |
Matthias, Tommi Komulainen, Alexander Larsson, Owen, |
| 2898 |
Thomas Vander Stichele, Robert Ögren] |
| 2899 |
* Documentation improvements [Steve Chaplin, Matthias, |
| 2900 |
Federico Mena Quintero] |
| 2901 |
* New and updated translations (en_CA,fr,hy,lt,nl,sk,th,zh_CN) |
| 2902 |
|
| 2903 |
Overview of Changes from GTK+ 2.7.2 to GTK+ 2.7.3 |
| 2904 |
================================================= |
| 2905 |
* Make sure that gtk_window_present() moves the window to the |
| 2906 |
current desktop [Elijah Newren] |
| 2907 |
* GtkFileChooser |
| 2908 |
- Add overwrite confirmation for SAVE mode [Federico Mena Quintero] |
| 2909 |
* GtkTreeView |
| 2910 |
- Add gtk_tree_view_get_visible_range() [Mikael Hallendal] |
| 2911 |
- Add gtk_tree_view_column_queue_resize() [Morten Welinder] |
| 2912 |
- Add gtk_tree_row_reference_get_model() [Stefan Kost] |
| 2913 |
- Make page up/down behave as in the text view [Owen Taylor] |
| 2914 |
- In typeahead search, allow Ctrl-G to move to the |
| 2915 |
next match. [Matt T. Proud] |
| 2916 |
- Interpret Ctrl-Backspace as "Move focus to parent [Kathy |
| 2917 |
Fernandes] |
| 2918 |
- Speed up gtk_tree_selection_selected_foreach [Kristian Rietveld] |
| 2919 |
* GtkTextView |
| 2920 |
- Make double-clicking between words select whitespace [Mike |
| 2921 |
Miller, Paolo Borelli] |
| 2922 |
- Show dragged text in drag icon [Kevin Duffus, Carlos |
| 2923 |
Garnacho Parro] |
| 2924 |
- Make invisible text work well enough to remove the |
| 2925 |
remove the warning about it being unsupported. [Matthias] |
| 2926 |
* GtkEntry |
| 2927 |
- Make double-clicking between words select whitespace [Matthias] |
| 2928 |
- Show dragged text in drag icon [Kevin Duffus, Carlos Garnacho Parro] |
| 2929 |
- Fix the sizing of the entry completion popup [Ross Burton, Kris] |
| 2930 |
* Win32 |
| 2931 |
- Build fixes [Tor Lillqvist] |
| 2932 |
- Fix handlink of Aiptek tablets [Robert Ögren] |
| 2933 |
* Bug fixes [Kris, Jorn Baayen, Billy Biggs, Tomislav Jonjic, |
| 2934 |
Owen Taylor, Vincent Noel, Carlos Garnacho Parro, Mark McLoughlin. |
| 2935 |
Mikael Magnusson, Luis Villa, Brian Bober, Bernd Demian, Manish |
| 2936 |
Singh, Akira Tagoh, Barbie LeVille, Hans Oesterholt] |
| 2937 |
* Documentation improvements [Torsten Schoenfeld, Rodney Dawes, |
| 2938 |
Park Ji-In] |
| 2939 |
* New and updated translations (cs,es,et,he,hu,nb,nl,no,sk) |
| 2940 |
|
| 2941 |
Overview of Changes from GTK+ 2.7.1 to GTK+ 2.7.2 |
| 2942 |
================================================= |
| 2943 |
* GtkAboutDialog |
| 2944 |
- Clean up the "trail" in the path bar when set_current_folder |
| 2945 |
is called explicitly [Jonathan Blandford, Matthias Clasen] |
| 2946 |
- Accept dropped files and directories on the file list [Sven |
| 2947 |
Neumann, Matthias] |
| 2948 |
* GtkTreeView |
| 2949 |
- Make reusing cell renders work as well as it did in 2.6, |
| 2950 |
but document it as being unsupported. [Kristian Rietveld] |
| 2951 |
* GtkAboutDialog |
| 2952 |
- Optionally wrap the license [Christian Rose, Christian Persch] |
| 2953 |
* Menu |
| 2954 |
- Make image menu items work in vertical menubars [Matthias] |
| 2955 |
- Make orientation changes of menubars work [Matthias] |
| 2956 |
* Win32 |
| 2957 |
- Implement named cursors and other new GDK apis [Hans Breuer] |
| 2958 |
- Implement getting cursor images [Tor Lillqvist] |
| 2959 |
* Bug fixes [J. Ali Harlow, Matthias, Diego Gonzalez, |
| 2960 |
Kazuki IWAMOTO, Paul Cornett, Sebastien Bacher, Tor] |
| 2961 |
* Documentation improvements [Benjamin Berg, Matthias, |
| 2962 |
Steve Chaplin, Peter van den Bosch, Tim-Philipp Müller] |
| 2963 |
* New and updated translations (en_CA,sr,sr@Latn) |
| 2964 |
|
| 2965 |
Overview of Changes from GTK+ 2.7.0 to GTK+ 2.7.1 |
| 2966 |
================================================= |
| 2967 |
* GtkTreeView |
| 2968 |
- Change the keynav for header reordering and resizing |
| 2969 |
to Alt-arrows and Shift-Alt-arrows [Calum Benson] |
| 2970 |
* GtkTextView |
| 2971 |
- Make movement by paragraphs up/down symmetric [Behnam |
| 2972 |
Esfahbod] |
| 2973 |
- Improve invisible text support [Matthias Clasen] |
| 2974 |
* Some new stock items: GTK_STOCK_INFO, GTK_STOCK_FULLSCREEN, |
| 2975 |
GTK_STOCK_LEAVE_FULLSCREEN [Kristof Vansant] |
| 2976 |
* Handle broken grabs in many places [John Ehresman, Matthias] |
| 2977 |
* GDK |
| 2978 |
- Add a function to move a region [Søren Sandmann] |
| 2979 |
- Fix endianness issues in the pixbuf drawing |
| 2980 |
code [David Zeuthen, Owen Taylor] |
| 2981 |
- Add a GrabBroken event that is emitted when grabs |
| 2982 |
are broken [Simon Cooke, John Ehresman, Matthias] |
| 2983 |
- Track implicit grabs [Matthias] |
| 2984 |
* Win32 |
| 2985 |
- Improve and simplify line segment rendering [Tor Lillqvist] |
| 2986 |
* Bug fixes [Georg Schwarz, Fabricio Barros Cabral, |
| 2987 |
Benoit Carpentier, Markku Vire, Ryan Lortie, Matthias, |
| 2988 |
Morten Welinder, Dan Winship, Manish Singh, Tom von |
| 2989 |
Schwerdtner, Kjartan Maraas, Euan MacGregor, William Jon |
| 2990 |
McCann, David Saxton, Padraig Brady] |
| 2991 |
* Documentation improvements [Matthias, Ross Burton] |
| 2992 |
* New and improved translations (es,et,nl,sk,th,zh_TW) |
| 2993 |
|
| 2994 |
Overview of Changes from GTK+ 2.6.x to GTK+ 2.7.0 |
| 2995 |
================================================= |
| 2996 |
* GtkTreeView |
| 2997 |
- Kris is back !!! |
| 2998 |
- Lots of scrolling/validation fixes [Kristian Rietveld] |
| 2999 |
- Allow to "unsort" columns. [Richard Hult] |
| 3000 |
- Support wrapping in GtkCellRendererText [Matthias Clasen] |
| 3001 |
- Support tinting in GtkCellRendererPixbuf [Jorn Baayen] |
| 3002 |
- Make enable-search control only typeahead search, |
| 3003 |
not C-f search. [Sven Neumann] |
| 3004 |
- Make double-click autosize treeview columns again [Matthias] |
| 3005 |
- Fix insensitive appearance [Billy Biggs, Matthias] |
| 3006 |
* GtkFileChooser |
| 3007 |
- Don't select the first item in folder modes [Christian Neumair, |
| 3008 |
Federico Mena Quintero] |
| 3009 |
- Make save mode work again [Federico] |
| 3010 |
- Allow bookmarks to be renamed [Sean Middleditch] |
| 3011 |
- Ellipsize the preview label [Jeroen Zwartepoorte] |
| 3012 |
- Use smaller icons [Vincent Noel] |
| 3013 |
- Avoid a size allocation loop [Milosz Derzynski, Robert Ögren] |
| 3014 |
- Don't stat children of /afs or /net network directories [Federico] |
| 3015 |
- Improve sorting of filenames [Matthias] |
| 3016 |
- Treat backup files like hidden files, and support |
| 3017 |
.hidden files in the Unix backend [Sean Middleditch, Jan Arne Petersen] |
| 3018 |
- Improve the re-rooting behaviour of the path bar [Benjamin Otte] |
| 3019 |
* GtkIconView |
| 3020 |
- Many fixes for scrolling and selection handling [Mathias Hasselmann] |
| 3021 |
- Implement GtkCellLayout, use cell renderers [Matthias] |
| 3022 |
- Support editing [Matthias] |
| 3023 |
- Support DND [Matthias] |
| 3024 |
- Add API to determine the visible part of the |
| 3025 |
model [Jonathan Blandford] |
| 3026 |
* GtkAboutDialog |
| 3027 |
- Visual improvements, HIG compliance [Jorn Baayen] |
| 3028 |
* GtkCalendar |
| 3029 |
- Use nl_langinfo() to determine the first day of week, |
| 3030 |
when it is available [Vincent Untz, Tommi Komulainen, Pierre Ossman] |
| 3031 |
- Allow localization of the year format [Paisa Seeluangsawat] |
| 3032 |
* GtkEntry |
| 3033 |
- Allow completion popups to be wider than the entry [Ross Burton] |
| 3034 |
- Add a property to suppress the popup for single matches [Matthias] |
| 3035 |
- Don't blink the cursor if not editable [Nikos Kouremenos] |
| 3036 |
* GtkTextView |
| 3037 |
- Add a GtkTextBuffer::text property [Johan Dahlin] |
| 3038 |
- Allow to set a paragraph background color [Gustavo Carneiro, |
| 3039 |
Jeroen Zwartepoorte] |
| 3040 |
- Don't blink the cursor if not editable [Nikos Kouremenos] |
| 3041 |
- Make invisible text work a bit better [Jeroen] |
| 3042 |
* GtkAlignment |
| 3043 |
- Flip padding in RTL mode [Maciej Katafiasz] |
| 3044 |
* GtkUIManager |
| 3045 |
- Support invisible, expanding separators [Christian Persch] |
| 3046 |
- Allow to construct menu tool buttons [Sven Neumann] |
| 3047 |
* GtkIconCache |
| 3048 |
- Cache image data and metadata as well [Anders Carlsson] |
| 3049 |
* GtkMenu |
| 3050 |
- Support vertical menubars [Matthias] |
| 3051 |
- Make scrolling more efficient [Jorn Baayen, Søren Sandmann] |
| 3052 |
- Allow to pop up menus without grabbing the keyboard [Michael |
| 3053 |
Natterer] |
| 3054 |
- Allow setting background images on menus [Benjamin Otte] |
| 3055 |
* gtk-demo |
| 3056 |
- Add demos for 2.6 features [Matthias, Mark McLoughlin] |
| 3057 |
* Allow custom translation function for stock labels. [Funda Wang, |
| 3058 |
Diego Gonzalez] |
| 3059 |
* Add 16x16 versions for some some icons which were missing |
| 3060 |
them [Jakub Steiner, Tuomas Kuosmanen, Vincent Noel] |
| 3061 |
* Move a lot of constant data to the .rodata section [Matthias] |
| 3062 |
* Don't copy property names, nicks and blurbs [Matthias] |
| 3063 |
* Use Cairo for most drawing [Owen Taylor] |
| 3064 |
* Allow themes to draw outside the widget's allocation [Owen] |
| 3065 |
* Allow key names to be translated [Christian Rose] |
| 3066 |
* Make all cursors used by GTK+ themeable [Matthias] |
| 3067 |
* Support the ICCCM urgency hint [Havoc Pennington] |
| 3068 |
* GDK |
| 3069 |
- Work with XRender < 0.4 [Albert Chin, Billy Biggs] |
| 3070 |
- Add API to warp the pointer [Matthias] |
| 3071 |
- Support _NET_VIRTUAL_ROOTS [Carsten Haitzler] |
| 3072 |
- Add API to obtain the last user interaction time [Elijah |
| 3073 |
Newren] |
| 3074 |
- Make some large arrays const [Ben Maurer, Tommi Komulainen] |
| 3075 |
- Support Cairo drawing [Owen, Carl Worth] |
| 3076 |
- Support Visuals with alpha channel [Owen, Keith Packard] |
| 3077 |
- Support named cursors and cursor themes [Matthias] |
| 3078 |
* gdk-pixbuf |
| 3079 |
- Support saving BMP [Ivan Wong Yat Cheung] |
| 3080 |
- Allow to specify compression level when saving |
| 3081 |
in PNG format [Sven Neumann] |
| 3082 |
- Add a way to construct animations from frames [Dom Lachowicz] |
| 3083 |
- Accept BMP v4 [Matthias] |
| 3084 |
* Win32 changes |
| 3085 |
- Improve keyboard handling [Tor Lillqvist] |
| 3086 |
- Improve clipboard handling [Ivan Wong] |
| 3087 |
- Do delayed rendering for transferring images |
| 3088 |
through the clipboard [Ivan Wong] |
| 3089 |
- Improve tablet handling [Robert Ögren] |
| 3090 |
- Initialize input devices lazily [Robert Ögren] |
| 3091 |
- Make big windows work on NT [Ivan Wong] |
| 3092 |
- Implement dashed lines correctly [Ivan Wong, Hans Breuer] |
| 3093 |
- Handle 16 color display mode [Tor] |
| 3094 |
- Support RGBA cursors [Tim Evans] |
| 3095 |
- Fix DND on multi-monitor systems [Tor] |
| 3096 |
- Use alternative button order [Tor] |
| 3097 |
- Build fixes [Hans] |
| 3098 |
- Bug fixes [Ivan Wong, Dave Neary, Daniel Atallah, Takuro Ashie, |
| 3099 |
Robert Ögren, Kevin Stange, Tim Evans] |
| 3100 |
* Other bug fixes [Alexander Hunziker, Alexander Larsson, Anders |
| 3101 |
Carlsson, Andreas Volz, Arjan van de Ven, Billy Biggs, Chris Lee, |
| 3102 |
Christian Neumair, Christian Persch, Crispin Flowerday, Damon Chaplin, |
| 3103 |
David A. Knight, David Costanzo, Dennis Cranston, Diego Gonzalez, |
| 3104 |
Dom Lachowicz, Doug Morgan, Doug Quale, Elijah Newren, Fabricio Barros |
| 3105 |
Cabral, Federico, Felipe Heidrich, Felix Riemann, Frank Naumann, |
| 3106 |
Frederic Crozat, Gary Kramlich, Gustavo Carneiro, Hans-Wolfgang Loidl, |
| 3107 |
Havoc, Hazael Maldonado Torres, Ian Wienand, Ismael Juma, Jaap A. Haitsma, |
| 3108 |
Jacob Kroon, Jakub Jellinek, Jean Marie Favreau, Jeff Franks, Jens Finke, |
| 3109 |
Jim Evins, Joerg Sonnenberger, John Ellis, John Finlay, Jonathan, |
| 3110 |
Jorn Baayen, Kazuki Iwamoto, Kirk Bridger, Kjartan Maraas, Leonard |
| 3111 |
Michlmayr, Lorenzo Gil Sanchez, Manish Singh, Marc Meissner, Matthias, |
| 3112 |
Michael Natterer, Mikael Hallendal, Milosz Derezynski, Morten Welinder, |
| 3113 |
Murray Cumming, Nickolay V. Shmyrev, Niko Tyni, Nguyen Thai Ngoc Duy, |
| 3114 |
Olaf Vitters, Olivier Sessink, Owen, Paolo Borelli, Patrick Fimml, |
| 3115 |
Peter Bloomfield, Peter Wainwright, Phil Blundell, Philipp Langdale, |
| 3116 |
Priit Laes, Reinout van Schouwen, Remus Draica, Richard Hult, Robert |
| 3117 |
Staudinger, Rodney Dawes, Rodrigo Moya, Roman Kagan, Ryan Lortie, |
| 3118 |
Samuel Hym, Seven Walter, Søren, Stefan Kost, Stepan Kasal, |
| 3119 |
Stephen Kennedy, Sven Neumann, Theerud Lawtrakul, Thomas Leonard, |
| 3120 |
Thomas Zajic, Tim-Philipp Müller, Tomislav Jonjic, Tommi Komulainen, |
| 3121 |
Torsten Schoenfeld, Tristan Van Berkom, Victor Osadci, Vincent Ladeuil, |
| 3122 |
Vincent Noel, Vincent Untz, Yury Puzis] |
| 3123 |
* Documentation improvements [Alex Graveley, Ali Akcaagac, Bill |
| 3124 |
Haneman, Billy Biggs, Christian Persch, Christian Rose, Dan Winship, |
| 3125 |
George Kraft IV, Ghorban M. Tavakoly, Hubert Sokolowski, Jeff Franks, |
| 3126 |
Jianfei Wang, Johan Dahlin, Jon-Kare Hellan, Karel Kulhavy, Ken |
| 3127 |
Siersma, Maciej Katafiasz, Masao Mutoh, Mathias Hasselmann, Matthias, |
| 3128 |
Michal Suchanek, Morten Welinder, Murray Cumming, Oliver Sessink, Owen, |
| 3129 |
Richard Hult, Roger Light, Sebastian Bacher, Steve Chaplin, Sven Neumann, |
| 3130 |
Torsten Schoenfeld, Vincent Untz, Worik Stanton] |
| 3131 |
* New and improved translations (bg,ca,cs,cy,da,de,el,en_CA,en_GB,es,et, |
| 3132 |
eu,fa,fi,hu,id,ja,nb,ne,nl,nn,no,pl,pt,pt_BR,ro,ru,rw,sk,sq,sr,sr@Latn, |
| 3133 |
sv,th,uk,vi,xh,zh_CN,zh_TW) |
| 3134 |
|
| 3135 |
Overview of Changes from GTK+ 2.6.0 to GTK+ 2.6.1 |
| 3136 |
================================================= |
| 3137 |
* GtkFileChooser |
| 3138 |
- Fix some possible threading deadlocks [Matthias Clasen] |
| 3139 |
- Don't return errors from the private GTK_FILE_SYSTEM_ERROR |
| 3140 |
domain [Murray Cumming] |
| 3141 |
- Fix some crashes with unreadable directories [Federico Mena |
| 3142 |
Quintero] |
| 3143 |
- Add an "Open Location" item to the context menu [Federico] |
| 3144 |
* GtkTreeView |
| 3145 |
- Make sorting work again in list stores [Marcin Krzyzanowski] |
| 3146 |
- Restrict column reordering to button 1 [Jonathan Blandford] |
| 3147 |
* GtkComboBox |
| 3148 |
- Make the button prelight [Ricardo Veguilla] |
| 3149 |
- Fix state propagation [Carlos Garnacho Parro] |
| 3150 |
* GtkMessageDialog |
| 3151 |
- Don't show secondary label until it is set [Christian Persch] |
| 3152 |
* GtkMenu |
| 3153 |
- Make items activate immediately on button release [Søren Sandmann] |
| 3154 |
- Submenus inherit their cascading direction [Matthias] |
| 3155 |
* gdk-pixbuf |
| 3156 |
- Fix a possible threading deadlock when loading |
| 3157 |
animations [Callum McKenzie] |
| 3158 |
- Make Hyper interpolation work again [Dennis Nezic] |
| 3159 |
* Win32 |
| 3160 |
- Improve handling of UNC paths [Tor Lillqvist] |
| 3161 |
- Show the correct Desktop folder in the file chooser [Tor] |
| 3162 |
- Bug fixes [Tor] |
| 3163 |
* Bug fixes [Torsten Schoenfeld, Morten Welinder, |
| 3164 |
Marcin, Seth Nickell, Jonathan, Owen Taylor, Søren, |
| 3165 |
Iñigo Serna, John Finlay, Zeeshan Ali, Robert Ögren, |
| 3166 |
Billy Biggs, Brian Tarricone, Tor, Christian, Tristan |
| 3167 |
Van Berkom, Elijah Newren, Federico, James M. Cape, |
| 3168 |
Matthias, Arnaud Charlet] |
| 3169 |
* Documentation improvements [Masao Mutoh, Torsten, |
| 3170 |
Billy, Alessio Dessi, David Bourguignon, Tommi Komulainen, |
| 3171 |
Dave Bordoley, Robert Ancell, Kentaro Fukuchi, Matthias, |
| 3172 |
Christian Biere, Jonathan, Tommi, Stefan Kost] |
| 3173 |
* New and improved translations (cs,cy,da,de,en_CA,es,ja,lt,nl,sq,sv,zh_CN) |
| 3174 |
|
| 3175 |
Overview of Changes from GTK+ 2.4.x to GTK+ 2.6.0 |
| 3176 |
================================================= |
| 3177 |
|
| 3178 |
* New widgets |
| 3179 |
- GtkIconView |
| 3180 |
- GtkAboutDialog |
| 3181 |
- GtkCellView |
| 3182 |
- GtkFileChooserButton |
| 3183 |
- GtkMenuToolButton |
| 3184 |
|
| 3185 |
* New cell renderers |
| 3186 |
- GtkCellRendererCombo |
| 3187 |
- GtkCellRendererProgress |
| 3188 |
|
| 3189 |
* Changes in GtkFileChooser |
| 3190 |
- Many tweaks to keynav and other behaviour |
| 3191 |
|
| 3192 |
* Changes in GtkTreeView |
| 3193 |
- Hover selection |
| 3194 |
- Hover expand |
| 3195 |
- Separators |
| 3196 |
- Insensitive rows |
| 3197 |
- Typeahead |
| 3198 |
|
| 3199 |
* Changes in GtkComboBox |
| 3200 |
- Allow trees in combo boxes |
| 3201 |
- Hover selection |
| 3202 |
- Hover expand |
| 3203 |
- Separators |
| 3204 |
- Insensitive rows |
| 3205 |
- Scrolling |
| 3206 |
|
| 3207 |
* Changes in GtkLabel |
| 3208 |
- Rotated text |
| 3209 |
- Ellipsisation |
| 3210 |
- Dnd from selectable labels |
| 3211 |
- Selectable labels in the focus chain |
| 3212 |
- Obey the Pango backspace-deletes-character attribute |
| 3213 |
|
| 3214 |
* Changes in GtkTextView |
| 3215 |
- Rotated text |
| 3216 |
- Obey the Pango backspace-deletes-character attribute |
| 3217 |
|
| 3218 |
* Changes in Clipboard/Selection/DND handling |
| 3219 |
- Selection ownership change notification |
| 3220 |
- API to handle text, image and file targets |
| 3221 |
- Support text/plain target |
| 3222 |
- Support clipboard persistence |
| 3223 |
- Support xdnd v5 |
| 3224 |
- Reduce clipboard timeout to 30 seconds |
| 3225 |
|
| 3226 |
* Theming |
| 3227 |
- Follow icon theme specification for directory locations |
| 3228 |
- Themed window icons |
| 3229 |
- Themed images in GtkImage |
| 3230 |
- Allow themes to displace focus rectangles on click |
| 3231 |
- Various new stock icons |
| 3232 |
|
| 3233 |
* Window Manager interaction |
| 3234 |
- Support do-not-focus-on-map hint |
| 3235 |
- Support _NET_WM_USER_TIME |
| 3236 |
|
| 3237 |
* gdk-pixbuf: |
| 3238 |
- License information for image loaders |
| 3239 |
- Disable loaders |
| 3240 |
- Simple rotation |
| 3241 |
- Make thread-safe |
| 3242 |
|
| 3243 |
* Performance improvements |
| 3244 |
- Increase chunk size for incremental selection transfers |
| 3245 |
- Get rid of many PLT entries |
| 3246 |
- Icon theme caching |
| 3247 |
- Sync counter mechanism to speed up resizes |
| 3248 |
- Reimplement GtkListStore on top of a splay tree |
| 3249 |
- Fix algorithmic problems in GtkUIManager |
| 3250 |
|
| 3251 |
* Win32-specific changes |
| 3252 |
- Integrate IME input method module |
| 3253 |
- Integrate ms-windows (Wimp) theme engine |
| 3254 |
|
| 3255 |
* Other changes |
| 3256 |
- API for HIG-conform dialogs |
| 3257 |
- API for stock-like buttons |
| 3258 |
- New init API based on GOption |
| 3259 |
- Setting for alternative button order |
| 3260 |
- Setting for modules to load |
| 3261 |
- Integrate pixbuf theme engine |
| 3262 |
- Change notebook tabs with the scroll wheel |
| 3263 |
- Ellipsisation in GtkCellRendererText, GtkProgressBar, GtkStatusbar |
| 3264 |
- Clean up abi and enforce list of exported symbols |
| 3265 |
|
| 3266 |
Overview of Changes from GTK+ 2.5.6 to GTK+ 2.6.0 |
| 3267 |
================================================= |
| 3268 |
* GtkListStore |
| 3269 |
- Emit rows_reordered if the list is reordered [Matthias Clasen] |
| 3270 |
- Add functions to allow inserting rows with values [Matthias] |
| 3271 |
* GtkTextView |
| 3272 |
- Add function which allow to determine the character |
| 3273 |
at a position [Padraig O'Briain, Matthias] |
| 3274 |
* GtkFileChooser |
| 3275 |
- Center select row during typeahead [Federico Mena Quintero] |
| 3276 |
- Reset filters when necessary [Carlos Garnacho Parro] |
| 3277 |
* GtkMenu |
| 3278 |
- Make mnemonics without Alt work in menubars [Owen Taylor] |
| 3279 |
- Scroll wheel scrolling [Matthias] |
| 3280 |
* GtkLabel |
| 3281 |
- Add a max-width-chars property to specify the maximal |
| 3282 |
width of a label in characters [Christian Persch] |
| 3283 |
* GtkIconView |
| 3284 |
- Arrange items in a grid [Matthias] |
| 3285 |
- Convert hard coded spacing constants into properties [Matthias] |
| 3286 |
* GtkCellRendererText |
| 3287 |
- Add ::width-chars property [James M. Cape] |
| 3288 |
* Win32 |
| 3289 |
- Implement keynav for the color picker [Hans Breuer] |
| 3290 |
- Use GLib stdio wrappers [Tor Lillqvist] |
| 3291 |
* Bug fixes [Kazuki IWAMOTO, Damon Chaplin, Matthias, Christian, |
| 3292 |
Michael Natterer, Jonathan Blandford, Manish Singh, John Finlay, |
| 3293 |
Robert Ögren, Mariano Suárez-Alvarez, Marco Pesenti Gritti, |
| 3294 |
Tommi Komulainen, R. McFarland, Alexander Larsson, Dennis Cranston, |
| 3295 |
Jorn Baayen] |
| 3296 |
* Documentation improvements [Matthias, Jay Camp, Paolo Borelli, |
| 3297 |
David Lodge] |
| 3298 |
* New and improved translations (bg,nb,no,nso,pt_BR,zh_CN) |
| 3299 |
|
| 3300 |
Overview of Changes from GTK+ 2.5.5 to GTK+ 2.5.6 |
| 3301 |
================================================= |
| 3302 |
* GtkFileChooser |
| 3303 |
- Improve key bindings [Davyd Madeley, Federico Mena Quintero] |
| 3304 |
- Speed up loading of large directories [Federico] |
| 3305 |
- Move "Browse for other folders" expander up [Federico] |
| 3306 |
- Support DND from the path bar [Federico] |
| 3307 |
* GtkColorSelectionDialog |
| 3308 |
- Add keynav to the color picker [Frances Keenan, Matthias Clasen] |
| 3309 |
* GtkButton |
| 3310 |
- Allow construction of stock-like buttons [Matthias, |
| 3311 |
Jonathan Blandford] |
| 3312 |
* GtkLabel |
| 3313 |
- Support DND for selectable labels [Matthias] |
| 3314 |
- Support rotated text [Owen Taylor, Hans Breuer] |
| 3315 |
* GtkTextView |
| 3316 |
- Support rotated text [Owen Taylor] |
| 3317 |
- Make it possible to select the first/last line |
| 3318 |
when moving by lines [Paolo Borelli] |
| 3319 |
* GtkTreeView |
| 3320 |
- Make sorting of GtkListStore stable again [Søren Sandmann] |
| 3321 |
- Change the behaviour of gtk_tree_sortable_get_sort_column_id() |
| 3322 |
slightly to be more useful [Matthias] |
| 3323 |
* GtkUIManager |
| 3324 |
- Make some functions virtual to make deriving |
| 3325 |
GtkUIManager easier [Michael Natterer] |
| 3326 |
* GtkSettings |
| 3327 |
- Handle changes to gtk-menu-images and gtk-button-images |
| 3328 |
much more efficiently [Matthias] |
| 3329 |
* GtkClipboard |
| 3330 |
- Reduce timeout to 30 seconds [Billy Biggs] |
| 3331 |
* Add pixbuf theme engine [Owen] |
| 3332 |
* GDK |
| 3333 |
- Compile against X11R5 [Matthias] |
| 3334 |
- Add GdkPangoRenderer [Owen] |
| 3335 |
- Support rotated text [Owen] |
| 3336 |
- Add dead_hook and dead_horn keysyms [Samuel Thibault] |
| 3337 |
- Determine direction of XKB groups from their content |
| 3338 |
[Behdad Esfahbod, Ilya Konstantinov] |
| 3339 |
* Win32 |
| 3340 |
- Notice when drives are plugged in or removed [Hans] |
| 3341 |
- Ms-windows theme improvements: no tearoff menu items, |
| 3342 |
button order, toolbar and statusbar grips, combobox |
| 3343 |
arrows [Dom Lachowicz] |
| 3344 |
- Fix im module loading [Tor Lillqvist] |
| 3345 |
* Bug fixes [Vasco Alexandre da Silva Costa, Kazuki IWAMOTO, |
| 3346 |
Erwann Chenede, Tim Janik, Gavin Romig-Koch, Jonathan, |
| 3347 |
Manish Singh, Morten Welinder, Billy Biggs, Matthias, Owen, |
| 3348 |
John Finlay, Christian Neumair, Sven Neumann, Felipe |
| 3349 |
Heidrich, Martin Jeppensen, Kristian Høgsberg, Olivier |
| 3350 |
Andrieu, Jody Goldberg, Søren, Dan Winship, Federico, |
| 3351 |
Alex Larsson, James Henstridge, James M. Cape, Frederic Crozat, |
| 3352 |
Dennis Cranston, Marcel Telka, Robert Ögren] |
| 3353 |
* Documentation improvements [Matthias, Jonathan, Owen, Masao Mutoh, |
| 3354 |
Billy Biggs] |
| 3355 |
* New and updated translations (bg,ca,cs,da,de,en_CA,en_GB,es,hu,ja,nb,nso,rw,sq,zh_CN) |
| 3356 |
|
| 3357 |
Overview of Changes from GTK+ 2.5.4 to GTK+ 2.5.5 |
| 3358 |
================================================= |
| 3359 |
* gdk-pixbuf |
| 3360 |
- Make thread safe [Colin Walters] |
| 3361 |
* GtkFileChooser |
| 3362 |
- Make tooltips work better [Matthias Clasen] |
| 3363 |
- Show files (grayed out) in folder modes [Nickolay V. Shmyrev] |
| 3364 |
- Add predefined filter for image files [Anders Carlsson] |
| 3365 |
- Support mime subclasses, aliases and superclasses |
| 3366 |
like text/* [Tommi Komulainen, David A. Knight, Matthias] |
| 3367 |
* GtkFileChooserButton |
| 3368 |
- Remove support for CREATE_FOLDER and SAVE modes |
| 3369 |
until a more satisfactory UI for these can be found [Seth Nickell, |
| 3370 |
Matthias] |
| 3371 |
- Make file DND work better [Christan Persch] |
| 3372 |
* GtkAction |
| 3373 |
- Add a function to obtain the accel path [Michael Natterer] |
| 3374 |
* GtkUIManager |
| 3375 |
- Major performance improvement [Dave Neary, Michael, |
| 3376 |
Sven Neumann, Soeren Sandmann, Matthias] |
| 3377 |
* GtkIconView |
| 3378 |
- Make scrolling work with large icon views [Matthias] |
| 3379 |
* GtkWindow |
| 3380 |
- As a last resort, allow to use mnemonics without |
| 3381 |
modifier [Pasupathi Duraisamy, Owen Taylor] |
| 3382 |
* GtkProgressBar |
| 3383 |
- Support ellipsizing the text [Morten Welinder, Matthias] |
| 3384 |
* GtkStatusbar |
| 3385 |
- Avoid resizing if the text of the label changes [He Qiangqiang, |
| 3386 |
Owen, Christian] |
| 3387 |
- Draw the resize grip better [Matthias, Christian] |
| 3388 |
- Ellipsize the text [Matthias] |
| 3389 |
* GtkClipboard |
| 3390 |
- Add API for image transfer via copy-and-paste [Matthias] |
| 3391 |
* DND |
| 3392 |
- Fix DND to embedded windows (e.g. panel applets) [James Henstridge, |
| 3393 |
Matthias] |
| 3394 |
* Stock icons |
| 3395 |
- Add RTL variants of the media icons [Bastien Nocera] |
| 3396 |
* Win32 |
| 3397 |
- Build fixes [Hans Breuer, Tor Lillqvist] |
| 3398 |
- Implement resize grips [Robert Ögren] |
| 3399 |
- Bug fixes [Robert, Tor, J. Ali Harlow] |
| 3400 |
* Bug fixes [Paolo Borelli, Kjartan Maraas, Olivier Andrieu, |
| 3401 |
Torsten Schoenfeld, Matthias, Philip Langdale, Christian, |
| 3402 |
Frances Keenan, Owen, Murray Cumming, Christophe Fergeau, |
| 3403 |
Tristan Van Berkom, Adam Hooper, James M. Cape, Carlos Garnacho |
| 3404 |
Parro, Mariano Suárez-Alvarez, John Finlay, Jonathan Blandford] |
| 3405 |
* Documentation improvements [Masao Mutoh, Matthias, |
| 3406 |
Torsten Schoenfeld, Matthew H. Plough, Salvador Fandiño, |
| 3407 |
Owen, Vincent Untz, Jonathan, Bastien] |
| 3408 |
* Updated translations (cs,da,en_CA,es,hu,ja,nl,sq) |
| 3409 |
|
| 3410 |
Overview of Changes from GTK+ 2.5.3 to GTK+ 2.5.4 |
| 3411 |
================================================= |
| 3412 |
* GtkFileChooser |
| 3413 |
- Make path bar arrows larger [Matthias Clasen] |
| 3414 |
- Make SELECT_FOLDER mode work [Matthias] |
| 3415 |
- Speed up the completion popup, pop it up |
| 3416 |
again after Tab [Matthias, Jens Bech Madsen] |
| 3417 |
- Add some tooltips [Matthias] |
| 3418 |
- Make path bar scroll [Matthias] |
| 3419 |
- Improve preview updating [Tommi Komulainen] |
| 3420 |
- Make the key / pop up the location dialog even |
| 3421 |
on French keyboards, insert the /. [Frederic Crozat, Warren Togami] |
| 3422 |
* GtkFileChooserButton |
| 3423 |
- Show icons next to entry [James M. Cape] |
| 3424 |
- Improve ellipsisation [James] |
| 3425 |
* GtkMessageDialog |
| 3426 |
- API additions to create HIG-conform dialogs [David Bordoley, Carlos |
| 3427 |
Garnacho Parro] |
| 3428 |
* Keyboard navigation |
| 3429 |
- Put selectable labels in the regular tab focus |
| 3430 |
chain [David Hawthorne, Matthias] |
| 3431 |
- Skip selectable labels when looking for the initial |
| 3432 |
focus widget in dialogs [Matthias] |
| 3433 |
* Icon themes: |
| 3434 |
- Use an mmap()ed cache for directory data. [Martijn Vernooij, |
| 3435 |
Owen Taylor, Anders Carlsson] |
| 3436 |
* Clipboard, DND: |
| 3437 |
- Add convenience API for image and file transfers. [Matthias] |
| 3438 |
- Add API for clipboard persistence [Anders] |
| 3439 |
- Don't loose clipboard contents if a text buffer is |
| 3440 |
finalized [Anders] |
| 3441 |
* Add a GtkMenuToolButton widget which displays a |
| 3442 |
dropdown menu from a toolbar button. [Paolo Borelli] |
| 3443 |
* Make menus scroll faster [Soeren Sandmann] |
| 3444 |
* Allow themes to displace focus rectangles in buttons |
| 3445 |
on click [Soeren, Matthias] |
| 3446 |
* Add a public setting for button ordering [Owen Taylor, Matthias] |
| 3447 |
* GtkImage |
| 3448 |
- Support named icons [James Henstridge] |
| 3449 |
* GtkAboutDialog |
| 3450 |
- Support named icons [James Henstridge] |
| 3451 |
* Add a function to obtain the string representation of |
| 3452 |
accelerators used in GtkAccelLabel [John Spray, Matthias] |
| 3453 |
* Win32 bug fixes [Robert Ögren] |
| 3454 |
- Fix command line option handling [Tor Lillqvist] |
| 3455 |
- Make IME input method work better [Tor] |
| 3456 |
* Other bug fixes [Joel Fredrikson, Darren Creutz, |
| 3457 |
Manish Singh, Matthias, Tristan Van Berkom, Christian Persch, |
| 3458 |
Padraig O'Briain, Owen, Jonathan Blandford, |
| 3459 |
Michèle Garoche, Milosz Derezynski, Christopher Blizzard, |
| 3460 |
Paolo, John Austin, Maryn Russell, Ken Harris, Reinout van |
| 3461 |
Schouwen, Morten Welinder, Ross Burton, Bernd Demian, Gustavo |
| 3462 |
Carneiro, John Finlay, Tim Janik, Damon Chaplin, |
| 3463 |
Peter Zelesny, Soeren, John Cupitt, Federico Mena Quintero, |
| 3464 |
Manuel Baena García, William Jon McCann, Olexiy Avramchenko, |
| 3465 |
Sebastien Bacher, Kazuki IWAMOTO, Dan Williams, Vincent Noel, |
| 3466 |
Billy Biggs, Olivier Andrieu, Thomas Fitzsimmons] |
| 3467 |
* Documentation improvements [John Finlay, Billy Biggs, Matthias, |
| 3468 |
Martyn Russell, Dave Cook, Jonathan, Owen, Shaun McCance, Anders] |
| 3469 |
* New and updated translations (az_IR,cs,en_CA,en_GB,es,nb,nl,no,pt_BR, |
| 3470 |
sq,sr,sr@Latn,zh_TW) |
| 3471 |
|
| 3472 |
Overview of Changes from GTK+ 2.5.2 to GTK+ 2.5.3 |
| 3473 |
================================================= |
| 3474 |
* GtkFileChooser |
| 3475 |
- Work better with older version of the gnome-vfs backend [Zack Cerza] |
| 3476 |
- Keynav improvements [Jonathan Blandford] |
| 3477 |
- Make position of pathbar down button stable [Jonathan] |
| 3478 |
- Make autocompletion less annoying in save mode [Owen Taylor] |
| 3479 |
* GtkFileChooserButton |
| 3480 |
- Allow mnemonic activation [Dennis Cranston, James M. Cape] |
| 3481 |
* GtkComboBox |
| 3482 |
- Work without a model [Mariano Suarez-Alvarez |
| 3483 |
* GtkTreeView |
| 3484 |
- Allow sorting of tree models to be turned off [Torsten Schoenfeld] |
| 3485 |
* GtkRange |
| 3486 |
- Add a::change-value signal [Thomas Fitzsimmons] |
| 3487 |
* GtkEntryCompletion |
| 3488 |
- Improve positioning of popups [Matthias] |
| 3489 |
* Make input methods respect editability [Noah Levitt] |
| 3490 |
* Add an setting to specify modules to load [Alex Graveley] |
| 3491 |
* Use GOption for command line argument parsing [Anders Carlsson] |
| 3492 |
* Default theme |
| 3493 |
- Improve drawing of expanders [Matthias Clasen] |
| 3494 |
* Add a configure option to disable the use of ELF visibility |
| 3495 |
attributes for PLT reduction |
| 3496 |
* Make selection handling robust against invalid UTF-8 [Owen] |
| 3497 |
* gdk-pixbuf |
| 3498 |
- Add a variant of gdk_pixbuf_new_from_file_at_size() which |
| 3499 |
optionally ignores aspect ratio [Dom Lachowicz] |
| 3500 |
- Fix saving of pixbufs with alpha-channel as jpeg [Emmanuel Pacaud] |
| 3501 |
- Security fixes [Chris Evans] |
| 3502 |
* Win32 |
| 3503 |
- Improve tablet handling [Robert Ögren] |
| 3504 |
- Make tablets work on multi-monitor systems [Robert] |
| 3505 |
- Handle screen resolution changes [Arjohn Kampman, Tor Lillqvist] |
| 3506 |
- Add IME input method [Takuro Ashie, Kazuki IWAMOTO] |
| 3507 |
- Add ms-windows (Wimp) theme engine [Raymond Penners, Dom Lachowicz, |
| 3508 |
Havoc Pennington] |
| 3509 |
- Fix loading of input modules on Win32 [Kazuki IWAMOTO] |
| 3510 |
- Build fixes [Tor Lillqvist, Robert] |
| 3511 |
* Other bug fixes [Hans Petter Jonsson, Tim Janik, Manish Singh, |
| 3512 |
Soeren Sandmann, Bill Haneman, Padraig O'Briain, Olexi Avramchenko, |
| 3513 |
Jonathan, Frederic Croszat, Matthias, Christian Persch, Felipe Heidrich, |
| 3514 |
Lorenzo Gil Sanchez, Richard Hoelscher, Owen, Olivier Andrieu, |
| 3515 |
Morten Welinder, Jean Bréfort, Alexander Larsson] |
| 3516 |
* Documentation improvements [Matthias, Jonathan] |
| 3517 |
* New and updated translations (ang,ar,en_CA,es,ne,pt_BR,ro,ru,uk) |
| 3518 |
|
| 3519 |
Overview of Changes from GTK+ 2.5.1 to GTK+ 2.5.2 |
| 3520 |
================================================= |
| 3521 |
* GtkFileChooserButton |
| 3522 |
- New widget to go along with GtkFontButton and GtkColorButton |
| 3523 |
for use in preference dialogs. [James M. Cape] |
| 3524 |
* GtkFileChooser |
| 3525 |
- Add getter and setter for the ::show-hidden property [Jeff Franks] |
| 3526 |
- Allow paths to be entered as part of the file name. [Federico Mena Quintero] |
| 3527 |
- Make separator in bookmarks pane unselectable [Matthias Clasen] |
| 3528 |
- Improve activation on focus [Federico] |
| 3529 |
- Avoid warnings when opened on non-default screens [Abel Daniel] |
| 3530 |
- Fix some memory leaks [Federico] |
| 3531 |
* GtkEntryCompletion |
| 3532 |
- Warn if text column has wrong type [Fernando San Martin Woerner, |
| 3533 |
Gustavo Carneiro] |
| 3534 |
* GtkTextView |
| 3535 |
- Obey the Pango backspace_deletes_character |
| 3536 |
attribute [Noah Levitt, Teppitak Karoonboonyanan] |
| 3537 |
* GtkTreeView |
| 3538 |
- Add hover-expand mode [Matthias] |
| 3539 |
- Fix fixed height mode [Michael Vogt, Tim-Philipp Müller, Pawel Salek] |
| 3540 |
- Reimplement GtkListStore on top of a splay tree [Soeren Sandmann] |
| 3541 |
* GtkEntry |
| 3542 |
- Track the selection more accurately when dragging and |
| 3543 |
selecting [Soeren] |
| 3544 |
* GtkComboBox |
| 3545 |
- Support trees in combo boxes [Matt Walton, Matthias] |
| 3546 |
- Optimize non-spanning gridded layouts [Lorenzo Gil Sanchez, Matthias] |
| 3547 |
- Handle sensitivity changes properly [Matthias] |
| 3548 |
- Add a ::focus-on-click property [Matthias] |
| 3549 |
* GtkIconView |
| 3550 |
- Fix BROWSE selection mode [Matthias] |
| 3551 |
- Make accessible [Padraig O'Briain] |
| 3552 |
* GtkAboutDialog |
| 3553 |
- Change the API to be more binding-friendly [Oliver Andrieu] |
| 3554 |
* GtkUIManager |
| 3555 |
- Accept paths with leading '/' everywhere. [David Malcolm] |
| 3556 |
- Make GtkActionEntry* arguments const [Mariano Suarez-Alvarez] |
| 3557 |
- Add a way to suppress overflow menu items [Christian Persch] |
| 3558 |
* GtkPlug/GtkSocket |
| 3559 |
- Use the sync counter mechanism to speed up resizes [Soeren] |
| 3560 |
* GDK |
| 3561 |
- Support XDND v5 [Owen Taylor, Matthias] |
| 3562 |
- Complete the _NEW_WM_USER_TIME implementation [Elijah Newren] |
| 3563 |
- Update the _NET_ACTIVE_WINDOW implementation [Elijah] |
| 3564 |
* gdk-pixbuf |
| 3565 |
- Avoid infinite loops for bad BMPs [Chris Evans, Manish Singh] |
| 3566 |
- Fix a problem with GDK_INTERP_NEAREST scaling which caused |
| 3567 |
Nautilus thumbnails to be misdrawn [Christoph Fergeau] |
| 3568 |
- Avoid segfaults in gdk-pixbuf-csource [Matthias] |
| 3569 |
- Fix progressive loading of 8bit pcx files [Magnus Bergman] |
| 3570 |
- Handle edge pixels consistently [Brian Cameron, Matthias] |
| 3571 |
- Handle OS/2 BMPs [Jon-Kare Hellan] |
| 3572 |
* Performance |
| 3573 |
- Get rid of many PLT entries for internally used exported symbols, |
| 3574 |
and clean up the ABI at the same time and make make check check the |
| 3575 |
list of exported symbols. [Arjan van de Ven, Matthias] |
| 3576 |
* Look up icon themes in the directories specified in the |
| 3577 |
icon theme spec [Matthias] |
| 3578 |
* Win32 bug fixes [Robert Ögren, Hans Breuer, Tor Lillqvist, Tim Evans] |
| 3579 |
* Other bug fixes [Matthias, Soeren, Pawel, David, Tor, Gustavo, |
| 3580 |
Olivier, Manish, Robert, Christian Biere, Markku Vire, Markus Lausser, |
| 3581 |
Thomas Leonard, Morten Welinder, Torsten Schoenfeld, Tim Janik, |
| 3582 |
Tomislav Jonjic, Tommi Komulainen, Philip Langdale, Rich Wareham, |
| 3583 |
Christian Persch, Vincent Noel, Christophe Fergeau] |
| 3584 |
* Documentation improvements [Matthias, Mariano, Axel Simon, |
| 3585 |
Jonathan Blandford] |
| 3586 |
* New and updated translations (ang,br,bs,eu,lt,wa,zh_CN) |
| 3587 |
|
| 3588 |
Overview of Changes from GTK+ 2.5.0 to GTK+ 2.5.1 |
| 3589 |
================================================= |
| 3590 |
* GtkTreeView |
| 3591 |
- Support ellipsisation in GtkCellRendererText [Vincent Untz, |
| 3592 |
Jonathan Blandford, Anders Carlsson] |
| 3593 |
- Add a GtkCellRenderer::editing-started signal [Matthias Clasen] |
| 3594 |
- Typeahead support [Jonathan] |
| 3595 |
- Align the entry in GtkCellRendererText [Matthias] |
| 3596 |
- Make DND work again [Ernst Persson, Matthias] |
| 3597 |
- Improve appearance of search popup [Matthias] |
| 3598 |
* GtkFileChooser |
| 3599 |
- Activate the last focused widget [Federico Mena Quintero] |
| 3600 |
- Add an "Add to shortcuts" item to the context menu [Federico] |
| 3601 |
* GtkCombobox |
| 3602 |
- Support scrolling in list mode [Matthias] |
| 3603 |
- Add necessary API to make GtkComboBox accessible [Padraig O'Briain] |
| 3604 |
- Change the API for separators to use a callback function |
| 3605 |
instead of a boolean model column [Matthias] |
| 3606 |
* GtkNotebook |
| 3607 |
- Ignore scroll events from page content [Gabriel de Perthuis] |
| 3608 |
* GtkAboutDialog |
| 3609 |
- Visual improvements [Anders] |
| 3610 |
* GtkIconView |
| 3611 |
- Use XRender to draw selection rectangle [Anders] |
| 3612 |
* GtkLabel |
| 3613 |
- Support ellipsisation [Tim Van Wassenhove, James M. Cape] |
| 3614 |
* Expose the menubar accel key as an XSetting [Scott James Remnant] |
| 3615 |
* Add example code for clipboard handling to gtk-demo [Anders] |
| 3616 |
* Bug fixes [Peter Zelesny, Guilherme Salgado, John Finlay, |
| 3617 |
Tommi Komulainen, Matthias, Crispin Flowerday, Padraig, |
| 3618 |
Morten Welinder, Olivier Sessink, Dafydd Harries, Soeren Sandmann, |
| 3619 |
Michael Natterer, Nicolas Deves, Matthew Garrett, Lorenzo Gil Sanchez] |
| 3620 |
* Documentation improvements [Federico, Matthias] |
| 3621 |
* Updated translations (gu,hi,pt_BR,ru,sv,uz) |
| 3622 |
|
| 3623 |
Overview of Changes from GTK+ 2.4.1 to GTK+ 2.5.0 |
| 3624 |
================================================= |
| 3625 |
* New widgets: |
| 3626 |
- GtkIconView [Anders Carlsson] |
| 3627 |
- GtkAboutDialog [Matthias Clasen] |
| 3628 |
- GtkCellView [Matthias] |
| 3629 |
* GtkFileChooser |
| 3630 |
- change to newly-created folders [Federico Mena Quintero] |
| 3631 |
- always show icons [Federico] |
| 3632 |
- bug fixes [Federico, Christian Neumair, Alex Roitman] |
| 3633 |
* GtkComboBox, GtkComboBoxEntry |
| 3634 |
- add missing getters and some more convenience API [Matthias, |
| 3635 |
Christian Neumeir, Oliver Andrieu] |
| 3636 |
- improve placement and sizing of popups [Matthias] |
| 3637 |
- support insensitive items [Matthias] |
| 3638 |
- support separators [Matthias] |
| 3639 |
- handle empty or unset models better [Mariano Suarez-Alvarez] |
| 3640 |
- bug fixes [Matthias, Jonathan Blandford, Oliver Andrieu, Paul |
| 3641 |
Pongonyshev, Christian Persch] |
| 3642 |
* GtkEntryCompletion |
| 3643 |
- ignore enter events when the window pops up under the |
| 3644 |
pointer [Anders] |
| 3645 |
- bug fixes [Matthias] |
| 3646 |
- support inline autocompletion [Matthias] |
| 3647 |
* GtkUIManager |
| 3648 |
- fix signal registration [Michael Natterer] |
| 3649 |
- make generated XML parsable [Sven Neumann] |
| 3650 |
- fix get_widget to return menus [Matthias] |
| 3651 |
* GtkTreeView |
| 3652 |
- hover-selection mode [Matthias] |
| 3653 |
- support insensitive cells [Matthias] |
| 3654 |
- support separators [Matthias] |
| 3655 |
- make entry context menu work in editable text cells [Owen Taylor, |
| 3656 |
Kristian Rietveld] |
| 3657 |
- make DND work with treeviews in modal dialogs [Federico] |
| 3658 |
- make empty treeviews focusable [Federico] |
| 3659 |
- new GtkCellRendererProgress [Matthias, Tommi Komulainen, |
| 3660 |
Christian Persch] |
| 3661 |
- new GtkCellRendererCombo [Matthias] |
| 3662 |
- bug fixes [Matthias, Federico] |
| 3663 |
* GtkNotebook |
| 3664 |
- allow to change tabs with the mouse wheel [Gabriel de Perthuis] |
| 3665 |
* GtkWindow |
| 3666 |
- support named themed window icons [Matthias, Calum Benson] |
| 3667 |
* New stock icons: file, directory, about, edit, connect, disconnect, |
| 3668 |
and media player icons for forward, next, pause, play, previous, |
| 3669 |
record, rewind and stop |
| 3670 |
* GDK |
| 3671 |
- support do-not-focus-on-map hint [Elijah Newren] |
| 3672 |
- fix RGBA cursors [Michael Natterer] |
| 3673 |
* gdk-pixbuf |
| 3674 |
- reorganize headers [Matthias, Jeff Franks, Havoc Pennington] |
| 3675 |
- flag to mark loaded images as scalable [Dom Lachowicz] |
| 3676 |
- license information for loaders [Matthias] |
| 3677 |
- simple multiple-of-90° rotation support [Matthias] |
| 3678 |
- allow to disable loaders [Matthias] |
| 3679 |
- bug fixes [Kouichirou Hiratsuka, Sven, Brian Cameron, |
| 3680 |
Manish Singh, Morten Welinder] |
| 3681 |
* X11 selections |
| 3682 |
- make incremental transfer of MULTIPLE work [Matthias] |
| 3683 |
- don't do incremental transfer in 4k chunks [Matthias] |
| 3684 |
- add selection ownership change notification [Matthias] |
| 3685 |
- support text/plain targets [Matthias] |
| 3686 |
* Win32 |
| 3687 |
- bug fixes [Hans Breuer, John Ehresman, Tor Lillqvist, |
| 3688 |
Robert Ögren, Benoît Carpentier, J. Ali Harlow, Laurent Sansonetti] |
| 3689 |
* Performance improvements |
| 3690 |
- predict exposes for override-redirect windows [Søren Sandmann] |
| 3691 |
- unset the background when mapping or unmapping windows [Søren] |
| 3692 |
- support the update counter spec for smoother resizing [Søren] |
| 3693 |
* Misc bug fixes [Matthias, Owen, Søren, Anders, Padraig O'Briain, |
| 3694 |
Crispin Flowerday, Michal Pasternak, Scott Tsai, Morten, |
| 3695 |
Michael Natterer, Dmd Ljungmark, Sven, Billy Biggs, |
| 3696 |
Mark McLoughlin, Sam Stephenson, John Finlay, David Hawthorne, |
| 3697 |
Kent Sandvik, Davyd Madeley, Alexander Winston, Jean-François Wauthy, |
| 3698 |
Jeff Franks, Philip Kendall, Baris Cicek Yevgen Muntyan, |
| 3699 |
Bastien Nocera, Tim Janik, John Ehresman, Theppitak Karoonboonyanan, |
| 3700 |
Nickolay V. Shmyrev, William Jon McCann, Paolo Maggi, Lorenzo Gil |
| 3701 |
Sanchez, Jan-Marek Glogowski, Pawel Salek, Felipe Heidrich, Dmitry |
| 3702 |
M. Shatrov, Alex Larsson, Michael Hallendal, Scott Bronson, Kjartan |
| 3703 |
Maraas, Damien Carbery, Elke Meier] |
| 3704 |
* Doc improvements [Matthias, Federico, Owen, Steve Chaplin, Tommi |
| 3705 |
Komulainen, Bastien Nocera, Billy Biggs, Sampo Nurmentaus, Steffen |
| 3706 |
Röcker, Doug Quale, Oliver Andrieu] |
| 3707 |
* Updated translations (bg,lt,ne,tk,wa,en_GB) |
| 3708 |
|
| 3709 |
|
| 3710 |
Overview of Changes from GTK+ 2.4.0 to GTK+ 2.4.1 |
| 3711 |
================================================= |
| 3712 |
* GtkFileChooser |
| 3713 |
- bug fixes [Morten Welinder, Federico Mena Quintero] |
| 3714 |
- pre-fill the location entry [Federico] |
| 3715 |
- internal api changes to allow setting a busy cursor |
| 3716 |
while loading [Federico] |
| 3717 |
- improve pathbar button sizing [Owen Taylor] |
| 3718 |
- add keybindings for removing bookmarks [Federico] |
| 3719 |
* GtkComboBox, GtkEntryCompletion |
| 3720 |
- fix repositioning logic [Niklas Knutsson] |
| 3721 |
- make keynav wrap around [Matthias] |
| 3722 |
- improve theme compliance [Matthias, Brian Cameron] |
| 3723 |
* GtkUIManager |
| 3724 |
- accept unnamed <separator>s [Anders Carlsson] |
| 3725 |
- robustify against gtk_widget_show_all() [Murray Cumming] |
| 3726 |
- warn if an accelerator cannot be parsed [Jody Goldberg] |
| 3727 |
* Win32 |
| 3728 |
- fix DND positioning [Hans Breuer] |
| 3729 |
- update gtkfilesystemwin32 [Tor Lillqvist, J. Ali Harlow] |
| 3730 |
- make filechooser work on Windows [Tor] |
| 3731 |
- draw arcs more correctly [Tor] |
| 3732 |
- disable tables support by support, add --use-wintab to |
| 3733 |
get it back [Tor] |
| 3734 |
* Make color wheel accessible [Padraig O'Briain] |
| 3735 |
* Support _NET_WM_USER_TIME [Elijah Newren, Soeren Sandmann] |
| 3736 |
* Doc improvements [Federico, Matthias, Christian Persch] |
| 3737 |
Olexiy Avramchenko, Tim-Philipp Müller] |
| 3738 |
* Misc bug fixes [Alex Converse, Owen, Jacques Garrigue, |
| 3739 |
Jonathan Blandford, Anders Carlsson, Christian, Hans, |
| 3740 |
Matthias, Morten, Philip Langdale, Brian, Pedro Rodriguez, |
| 3741 |
Soeren, Torsten Schoenfield, Dongho Shin, Andrew E. Makeev, |
| 3742 |
Todd Goyen, Tim Gerla, John Finlay, Theppitak Karoonboonyanan, |
| 3743 |
John Ehresman, Chris Sherlock, Jody] |
| 3744 |
* Updated translations (af,ar,az,bn,br,ca,cs,cy,da,de,el,en_CA, |
| 3745 |
en_GB,es,et,eu,fi,fr,ga,gu,he,hr,hu,id,is,it,ja,ko,lt,mi,ml, |
| 3746 |
mn,mr,ms,ne,nl,nn,no,pa,pl,pt,pt_BR,sk,ru,sq,sr,sr@ije,sr@Latn, |
| 3747 |
sv,tr,uk,uz,wa,zh_CN) |
| 3748 |
|
| 3749 |
Overview of Changes from GTK+ 2.3.6 to GTK+ 2.4.0 |
| 3750 |
================================================= |
| 3751 |
* GtkFileChooser |
| 3752 |
- Handle icon theme changes [Federico, Jonathan] |
| 3753 |
- Add reordering bookmarks via DND [Federico] |
| 3754 |
- Cache filesystem data inside GtkFileSystemUnix backend [Morten Welinder] |
| 3755 |
- Implement local-only mode so that apps don't get remote paths |
| 3756 |
they don't expect [Owen Taylor] |
| 3757 |
- Add Alt-Down keybinding [Mark McLoughlin, Owen] |
| 3758 |
- Major rewrite of location dialog completion code [Jonathan] |
| 3759 |
- Bug fixes [Federico, Jonathan, Morten, Mark, Owen, Anders Carlsson, |
| 3760 |
Soeren Sandmann, Olivier Andrieu] |
| 3761 |
* GtkComboBox [Matthias Clasen] |
| 3762 |
- Handle the case of no-active-row properly |
| 3763 |
- Improve positioning of popup |
| 3764 |
- Miscellaneous bug fixes |
| 3765 |
* Win32 [Tor] |
| 3766 |
- Handle different install locations for gdk-pixbuf loaders |
| 3767 |
- Bug fixes [John Ehresman, Bruce Hochstetler, Dave Neary] |
| 3768 |
* Improve handling of foreign GdkWindows on destruction [Soeren, Owen] |
| 3769 |
* Require Control-Tab to focus labels [Owen] |
| 3770 |
* RTL flipping for GtkArrow [Semion Chichelnitsky] |
| 3771 |
* Support justifcation with wrapping off in GtkTextView [Owen, Felipe Heidrich] |
| 3772 |
* Change layout algorithm for mixed gridded/non-gridded menus |
| 3773 |
to fix performance problems [Soeren, Owen, Christian Persch] |
| 3774 |
* Doc improvements [Matthias, Owen] |
| 3775 |
* Misc bug fixes |
| 3776 |
* Updated translations (ar,az,ca,cs,da,de,es,fr,ga,hr,it,ja,lt,no,nl,pt,ro, |
| 3777 |
ru,sq,uk,zh_CN) |
| 3778 |
|
| 3779 |
Other contributors: Dave Bordoley, Hans Breuer, David L. Cooper II, |
| 3780 |
Dennis Cranston, Dov Grobgeld, Niklas Knuttson, Kjartan Maraas, |
| 3781 |
Michael Natterer, Nils O. Selåsdal, Philip K Warren, Dan Winship |
| 3782 |
|
| 3783 |
Overview of Changes from GTK+ 2.3.5 to GTK+ 2.3.6 |
| 3784 |
================================================= |
| 3785 |
* GtkComboBox |
| 3786 |
- Make menu positioning more like GtkOptionMenu [Matthias Clasen] |
| 3787 |
- Improve keybindings [Matthias] |
| 3788 |
- Bug fixes [Matthias, Owen, Damon Chaplin] |
| 3789 |
* GtkFileChooser |
| 3790 |
- Keep child directories in pathbar when changing to a parent |
| 3791 |
- Reroot pathbar inside home directory, use icons [Jonathan] |
| 3792 |
- Make the user actually select a file before hitting OK [Federico] |
| 3793 |
- Fix folder mode to not have tree [Jonathan] |
| 3794 |
- Add gboolean return values to operations that can fail [Federico] |
| 3795 |
- Improve internal error handling [Morten Welinder, Federico] |
| 3796 |
- Bug fixes [Federico, Jonathan, Morten, Anders Carlsson, Damon, |
| 3797 |
Alex Larsson] |
| 3798 |
* GtkTextView bug fixes [Paolo Borelli] |
| 3799 |
* Win32 |
| 3800 |
- Implement/stub missing GDK functions [Tor] |
| 3801 |
- .defs file updates [Tor, J Ali Harlow] |
| 3802 |
- Misc fixes [Hans Breuer] |
| 3803 |
* Fix problem with excess symbol exports on Linux [James Henstridge] |
| 3804 |
* Fix problem with 32-bit BMPs [Matthias] |
| 3805 |
* Include config.h first everywhere [Morten] |
| 3806 |
* Fix performance problem destroying menus [Soeren, Marco Pesenti Gritti] |
| 3807 |
* Doc fixes and improvements [Matthias, Murray Cumming, Henning Nielsen Lund, |
| 3808 |
Vitaly Tishkov] |
| 3809 |
* Updated translations (az,cs,cy,da,de,el,en_CA,es,fi,fr,ga,hu,ja,ko,lt,mn, |
| 3810 |
nl,no,pl,pt,sq,sr,sr@ije,sr@Latn,sv,th,zh_CN) |
| 3811 |
* Misc bug fixes |
| 3812 |
|
| 3813 |
Other contributors: Crispin Flowerday, Mark McLoughlin, Michael Meeks, |
| 3814 |
Michael Natterer,Christian Neumair, Padraig O'Briain, Geoff Reedy, |
| 3815 |
Olivier Ripoll |
| 3816 |
|
| 3817 |
Overview of Changes from GTK+ 2.3.4 to GTK+ 2.3.5 |
| 3818 |
================================================= |
| 3819 |
* GtkFileChooser [Federico Mena Quintero]: |
| 3820 |
- Enable DND in the shortcuts list [Federico] |
| 3821 |
- More folder modes [Jonathan R Blandford] |
| 3822 |
- Resizing toplevel as contents change [Jonathan] |
| 3823 |
- Make the backend settable via GtkSetting [Alex Larsson, Owen Taylor] |
| 3824 |
- Miscellaneous fixes. [Jonathan, Morten Welinder, Alexander Larsson] |
| 3825 |
- Add combo box to pick folder in Save mode. [Jonathan, Federico] |
| 3826 |
* GtkComboBox |
| 3827 |
- Memory leak/crash fixes [Damon Chaplin, Matthias Clasen] |
| 3828 |
- Always grab when popping the list up [Damon, Matthias] |
| 3829 |
- Fixes for dynamic changes to the model [Owen] |
| 3830 |
- Improve popup positioning [Matthias] |
| 3831 |
* Implement computation of bidi-base direction from text |
| 3832 |
in GtkEntry, GtkTextView, GtkLabel [Dov Grobgeld, Owen Taylor] |
| 3833 |
* Add gtk_entry_set_alignment() [Egon Andersen, Steffen Gutmann, |
| 3834 |
Owen] |
| 3835 |
* Fix wrong interpretation of new_order array for |
| 3836 |
gtk_tree/list_store_reorder() [Owen] |
| 3837 |
* Improve space allocation in menubars [Soeren Sandmann] |
| 3838 |
* Improve key bindings in GtkEntryCompletion [Matthias] |
| 3839 |
* Hide XCursor dependency [Soeren] |
| 3840 |
* Make mouse wheel scrolling usable [Soeren] |
| 3841 |
* Use resize cursors for resize grips [Soeren] |
| 3842 |
* Set the right window group for menu and combo popups [Frederic Crozat, |
| 3843 |
Jean-Philippe Chancelier, Soeren] |
| 3844 |
* Add a way to list the mnemonic labels of a widget [Owen] |
| 3845 |
* Add a group-changed signal to GtkRadioButton [Owen, Padraig O'Briain] |
| 3846 |
* Export insertion cursor drawing functionality [Alexander Larsson, Owen] |
| 3847 |
* Support squiggly red underlines in text views [Nicolas Setton, Owen] |
| 3848 |
* Export GtkWindow key-press-event internals to allow |
| 3849 |
custom implementations [Tim Janik] |
| 3850 |
* Add gtk_drag_source_set/get_target_list() [Mitch Natterer] |
| 3851 |
* Fix drag-and-drop in GtkTextView to move [Paolo Borelli, Paolo Maggi] |
| 3852 |
* Memory leak fixes [Owen] |
| 3853 |
* Win32 fixes [Hans Breuer] |
| 3854 |
* Misc. fixes [George Bronnikov, Simon Budig, J. Ali Harlow, David Hawthorne, Tim, |
| 3855 |
Tomasz Lloczko, Mitch, Manish Singh, Owen] |
| 3856 |
* Documentation improvements [Matthias, Federico, Torsten Schoenfeld] |
| 3857 |
* Updated translations (ar,cs,da,de,en_CA,es,et,fi,fr,it,ja,ko,nl,pt,ru,sr,sr@ije, |
| 3858 |
sr@Latn,sq,sv,th,zh_CN) |
| 3859 |
|
| 3860 |
Overview of Changes from GTK+ 2.3.3 to GTK+ 2.3.4 |
| 3861 |
================================================= |
| 3862 |
* Fix broken gtk_binary_age setting causing wrong soname [Owen Taylor] |
| 3863 |
* Add some extra GtkExpander docs [Federico Mena Quintero] |
| 3864 |
* Misc bug fixes [Matthias Clasen, Damon Chaplin, Owen, Uwe Zeisberger] |
| 3865 |
* Updated translation (ga) |
| 3866 |
|
| 3867 |
Overview of Changes from GTK+ 2.3.2 to GTK+ 2.3.3 |
| 3868 |
================================================= |
| 3869 |
* GtkFileChooser [Federico Mena Quintero]: |
| 3870 |
- Support bookmarks in GtkFileSystemUnix. [Jan Arne Petersen] |
| 3871 |
- Correctly handle typed-in filenames in save mode, folder mode, and |
| 3872 |
multiple-selection mode in all combinations. |
| 3873 |
- Don't erase the filename in the entry when changing folders. |
| 3874 |
- Support icons in GtkFileSystemUnix. |
| 3875 |
- GtkFileChooserDialog now comes up at a reasonable size. |
| 3876 |
- GtkFileSystemUnix now notifies correctly on ::create_folder(). |
| 3877 |
- Slight GUI reorganization. |
| 3878 |
- File system module support. [Alexander Larsson] |
| 3879 |
- Pathbar widget. [Jonathan R. Blandford] |
| 3880 |
- Miscellaneous fixes. [Christian Persch, Jan Arne Petersen, Anders Carlsson, |
| 3881 |
Padraig O'Briain, Alexander, Jonathan] |
| 3882 |
- Win32 fixes, GtkFileSystemWin32 work. [Hans Breuer] |
| 3883 |
- Memory leak fixes [Morten Welinder] |
| 3884 |
* GtkTreeView: |
| 3885 |
- Fix return values. [Federico, R. McFarland] |
| 3886 |
- Properly cancel the arrow animation. [Michael Zucchi] |
| 3887 |
- Allow custom icon sizes in pixbuf cell renderer. [Erik Grinaker] |
| 3888 |
- Don't darken the sort column unless there are three visible columns |
| 3889 |
[Jonathan] |
| 3890 |
* GtkToolbar: |
| 3891 |
- Improve the sliding implementation. [Soeren Sandmann] |
| 3892 |
- Add writeonly ::group property to GtkRadioToolButton. [Soeren, |
| 3893 |
Olivier Andrieu] |
| 3894 |
- Misc fixes. [Morten, Jeroen Zwartepoorte, Michel Meeks, Soeren] |
| 3895 |
* Menus: |
| 3896 |
- Make menus work better on Xinerama [Matthias] |
| 3897 |
- Fix keynav in RTL mode. [Matthias] |
| 3898 |
- Fix grid mode, removing of items. [Matthias, Vincent Noel] |
| 3899 |
- Make tearoff menu items work anywhere in menus. [Matthias] |
| 3900 |
- Improve popup/popdown behaviour. [Soeren] |
| 3901 |
* gdk-pixbuf: |
| 3902 |
- Fix some problems with indexed BMPs [Kazuho Okui, Matthias] |
| 3903 |
- Work around some libjpeg header file craziness [Manish Singh] |
| 3904 |
* Assume gravity works. [Soeren] |
| 3905 |
* Cache GCs for drawing. [Brian Cameron, Soeren] |
| 3906 |
* Handle focus adjustment correctly for deeply nested focus locations. |
| 3907 |
[Matthias, Owen Taylor] |
| 3908 |
* Use reference counting for shared data in GtkActionGroup. |
| 3909 |
[Matthias, Adam Hooper] |
| 3910 |
* Add a "use-separator" style property to GtkMessageDialog, and make |
| 3911 |
it not resizable. [Federico] |
| 3912 |
* Add 'const' to uses of GdkColor that need it. [Federico] |
| 3913 |
* Put focusable labels in the focus chain. [Federico] |
| 3914 |
* Make destroying widgets in focus-out-event work. [Owen, Grant Gayed] |
| 3915 |
* Add properties to GtkAdjustment [Murray Cumming] |
| 3916 |
* Add change notification to GtkAccelMap [Matthias, Owen] |
| 3917 |
* Add settings to suppress icons in buttons and menus. [Matthias] |
| 3918 |
* Add Xft settings for hinting and antialiasing. [Federico, Owen] |
| 3919 |
* Make size of indicator in menu items themeable. [Bill Hanemann, |
| 3920 |
Narayana Pattipati, Matthias] |
| 3921 |
* Fixes to GtkIconTheme [Torsten Schoenfeld] |
| 3922 |
* Improve drawing of GtkExpander. [Mark McLoughlin] |
| 3923 |
* Improve drawing of paned handles. [Soeren] |
| 3924 |
* Remove broken hangul input module. [Changwoo Ryu] |
| 3925 |
* Remove C++-style comments. [Damien Carbery] |
| 3926 |
* Memory leak fixes. [Christian Persch, Richard Hult, Morten, Matthias] |
| 3927 |
* RTL mode (flipping) fixes. [Mitsuru Chinen, Semion Chichelnitsky] |
| 3928 |
* Accessibility improvements for tooltips, GtkScale. [Padraig] |
| 3929 |
* Make the ZOOM_100 and ZOOM_FIT labels HIG-compliant. [Mariano Suarez-Alvarez] |
| 3930 |
* Win32 fixes. [Tor Lillqvist] |
| 3931 |
* Documentation: |
| 3932 |
- New section on how to check for modifier keys correctly. [Federico] |
| 3933 |
- Miscellaneous improvements. [Pascal Haakmat, Jan Huelsbergen, |
| 3934 |
Tim-Philipp Müller, Matthias] |
| 3935 |
* New and updated translations (ar,az,cs,da,de,en_CA,el,es,fi,fr,ga,hr,it,ja, |
| 3936 |
ko,mi,mn,ms,nl,nn,no,pl,pt,ru,sq,sr,sr@Latn,sv,ta,th,uz,uz@Latn) |
| 3937 |
* Other contributors: Christian Biere, Christopher Blizzard, Paolo Borelli, |
| 3938 |
Dan Damian, Rodney Dawes, John Ellis, David Hawthorne, Marco Pesenti Gritti, |
| 3939 |
Felipe Heidrich, Jonas Jonsson, Theppitak Karoonboonyanan, Tommi Komulainen, |
| 3940 |
Julio M. Merino Vidal, Gregory Merchan, Benjamin Otte, Joshua N. Pritikin, |
| 3941 |
Yu Shao, Yao Zhang |
| 3942 |
|
| 3943 |
Overview of Changes from GTK+ 2.3.1 to GTK+ 2.3.2 |
| 3944 |
================================================= |
| 3945 |
* GdkPixbuf |
| 3946 |
- Add functions to save pixbufs to non-file locations. [Tim Evans] |
| 3947 |
- Add a function to determine the type and size of a file without |
| 3948 |
loading it completely. [Matthias Clasen] |
| 3949 |
- Turn pixbuf attributes into construct-only properties. [Matthias] |
| 3950 |
- Fix building gdk-pixbuf with --disable-modules --with-included-loaders. |
| 3951 |
[Matthias, Owen Taylor] |
| 3952 |
* Fix the logic for changing the toplevelness of a window. [Soeren Sandmann] |
| 3953 |
* Do not interpret distant clicks as double clicks, using a |
| 3954 |
new double-click-distance setting. [Matthias] |
| 3955 |
* Improve the GDK API for dealing with group leaders. [Matthias] |
| 3956 |
* Utility function for application launching in multi-screen scenarios. |
| 3957 |
[Mark McLoughlin] |
| 3958 |
* Support big and small and alpha-blended icons under Win32. [Tim Evans] |
| 3959 |
* Misc Win32 improvements [Tor Lillqvist, Hans] |
| 3960 |
* GtkFileChooser [Federico] |
| 3961 |
- Fix new filename entry in Save mode [Jan Arne Petersen] |
| 3962 |
- Improved the look of GtkFileChooserDefault. [Tuomas Kuosmanen] |
| 3963 |
- Added support for file system volumes such as CD-ROMs, |
| 3964 |
floppies, and network shares. |
| 3965 |
- Add a "New Folder" button for Save mode in GtkFileChooser. |
| 3966 |
- Better support for Folder mode. |
| 3967 |
* GtkTreeView |
| 3968 |
- Speed up by adding a fixed height mode. [Kristian Rietveld] |
| 3969 |
- Add a single-paragraph mode and a language property to |
| 3970 |
GtkCellRendererText [Kristian Rietveld] |
| 3971 |
- Add a editing-canceled signal to GtkCellRenderer [Federico Mena Quintero] |
| 3972 |
- Misc GtkTreeView bug fixes [Kristian, Soeren, Jonathan Blandford] |
| 3973 |
* Add a way to list the supported targets of a clipboard. [Dom Lachowicz] |
| 3974 |
* Add stock icons: harddisk, indent, unindent. [Hans Breuer, Jody Goldberg] |
| 3975 |
* Improve the GtkCalendar drawing code. [Matthias] |
| 3976 |
* GtkCalendar supports starting the week on any day [Matthias] |
| 3977 |
* Make GtkToolbar compatible with 2.2 again [Soeren] |
| 3978 |
* Misc GtkToolbar fixes and API improvements [Christian Persch, |
| 3979 |
Olexiy Avramchenko, Jody, Soeren] |
| 3980 |
* Misc GtkUIManager fixes and API improvements. [Jody, Matthias, Jeff Franks] |
| 3981 |
* Add a way to lock individual accelerator paths [Matthias] |
| 3982 |
* Add gtk_menu_shell_cancel() to emit the "cancel" signal on |
| 3983 |
a menu shell. [Matthias] |
| 3984 |
* Fix dynamic menus. [Matthias, Michael Meeks] |
| 3985 |
* Add xalign, yalign properties to GtkButton. [Jody] |
| 3986 |
* Implement or improve RTL support in GtkComboBox, GtkCellView, |
| 3987 |
GtkViewport [Semion Chichelnitsky, Matthias, Kristian] |
| 3988 |
* Support for "no focus" windows. [Matthias] |
| 3989 |
* Documentation improvements [Matthias, Federico, Manish, Murray Cumming, |
| 3990 |
Theppitak Karoonboonyanan] |
| 3991 |
* FAQ updates [Tony Gale] |
| 3992 |
* Split the translations into two domains: ui strings and |
| 3993 |
error messages go to gtk20, property nicks and blurbs to |
| 3994 |
gtk20-properties. [Matthias] |
| 3995 |
* New and updated translations (af,ar,bn,br,cs,cy,da,de,es,et,fa,fr,ga,hr, |
| 3996 |
it,ja,ko,lt,mn,ms,nl,nn,no,pl,pt,pt_BR,ru,sr,sr@Latn,sv,sq,wa) |
| 3997 |
Other contributors: Olivier Andrieu, Herman Bloggs, Anders Carlsson, |
| 3998 |
Marco Pesenti Gritti, Bill Haneman, Alexander Larsson, Noah Levitt, |
| 3999 |
Kjartan Maraas, Evan Martin, Tim-Philipp Müller, Christian Neumair, |
| 4000 |
Joshua N Pritikin, Sebastian Rittau, Daniel Rogers, Manish Singh, |
| 4001 |
Torsten Schoenfeld, Alexander Winston, Johannes Weißl, Morten Welinder, |
| 4002 |
Adam Wright |
| 4003 |
|
| 4004 |
Overview of Changes in GTK+-2.3.1 |
| 4005 |
================================= |
| 4006 |
* Improve sanity checks on gdk-pixbuf loaders [Matthias Clasen] |
| 4007 |
* GDK |
| 4008 |
- Add GDK_DEBUG=xinerama that fakes a 2x2 Xinerama mode [Matthias] |
| 4009 |
- Make gdk_drawable_copy_to_image public [Matthias, Peter Zelezny] |
| 4010 |
* Misc Win32 bug fixes [Tor Lillqvist, John Ehresman, Tim Evans] |
| 4011 |
* Action-based menu/toolbar API [Matthias] |
| 4012 |
- Add "name" construct-only parameter to GtkActionGroup |
| 4013 |
- Bug fixes [Marco Pesenti Gritti, Christian Persch] |
| 4014 |
* Change ranges for Saturation/Value to be 0-100 in GtkColorSelection |
| 4015 |
[Gregory Merchan, Matthias] |
| 4016 |
* GtkComboBox [Kristian Rietveld] |
| 4017 |
- Make model and text_column properties not construct-only [Murray Cumming] |
| 4018 |
- Fix sizing |
| 4019 |
- Add mouse wheel support [Matthias] |
| 4020 |
* Various GtkEntryCompletion bug fixes [Kristian, Piers Cornwell, Marco] |
| 4021 |
* GtkExpander |
| 4022 |
- Add a "use_markup" property, gtk_expander_set/get_use_markup |
| 4023 |
- Fix bugs when unrealizing/destroying [Mark McLoughlin] |
| 4024 |
* GtkFileChooser [Federico Mena Quintero] |
| 4025 |
- Add a GtkFileSystemWin32 [Hans] |
| 4026 |
- Use GtkEntryCompletion in GtkFileChooserEntry |
| 4027 |
- Add a render_icon to GtkFileSystemIface to allow the |
| 4028 |
GnomeVFS backend to supply appropriate icons |
| 4029 |
- Improve selection handling in bookmarks list [Federico, Owen Taylor] |
| 4030 |
- Support drops on the bookmarks list |
| 4031 |
- Display error dialogs on failed operations |
| 4032 |
- Many UI tweaks [Federico, Iain Holmes,Hans-Petter Jansson] |
| 4033 |
- Ignore filters for folders [Dave Malcom] |
| 4034 |
- Misc file chooser bug fixes [Owen, Christian Persch, Taavi Talvik] |
| 4035 |
* Menus |
| 4036 |
- Make torn-off menus transient-for the window they were torn from |
| 4037 |
[Matthias, Jon-Kare Hellan] |
| 4038 |
- Fix menu positioning for Xinerama, add gtk_menu_set_monitor() |
| 4039 |
for use by position functions [Matthias] |
| 4040 |
- Tweak menu delay parameters, add a default width [Soeren Sandmann] |
| 4041 |
* Make g_message_dialog_new_with_markup() automatically escape |
| 4042 |
arguments, add g_message_dialog_set_markup() [Owen] |
| 4043 |
* Add read-only min-position/max-position properties to GtkPaned |
| 4044 |
* GtkToolbar [Soeren] |
| 4045 |
- Support gaps in the toolbar with expand=true/draw=false separators |
| 4046 |
- Improve drop-location preview handling |
| 4047 |
- Take a GtkRadioToolButton as the parameter to |
| 4048 |
gtk_radio_tool_button_new_from_widget [Murray Cumming] |
| 4049 |
- Many misc toolbar bug fixes [Soeren, Marco] |
| 4050 |
* GtkTreeView bug fixes [Morten Welinder, David Hampton] |
| 4051 |
* Add gtk_window_is_active()/gtk_has_toplevel_focus() getters |
| 4052 |
to go along with properties [Owen Taylor] |
| 4053 |
* Add gtk_widget_can_activate_accel() / ::can-activate-accel |
| 4054 |
signal to fix handling of accelerators on insensitive parent |
| 4055 |
menu-items. [Tim Janik]. (*Note*: the details here will probably |
| 4056 |
change, since similar problems for mnemonics aren't handled.) |
| 4057 |
* Implement or improve RTL support in GtkAlignment, GtkCombo, |
| 4058 |
GtkNotebook, GtkScrolledWindow, GtkTreeView, GtkViewport. |
| 4059 |
[IBM L3 NLS Support Team] |
| 4060 |
* Fix string setters for self-assignment [Matthias, Soeren] |
| 4061 |
* Finish multi-head handling in gtk-demo [Matthias] |
| 4062 |
* Fix install rules for generating gdk-pixbuf.loaders [Manish Singh] |
| 4063 |
* Reference doc improvements [Matthias, Soeren, |
| 4064 |
Federico Mena Quintero, Michael Natterer, Owen Taylor, Olexiy Avramchenko] |
| 4065 |
* FAQ updates [Tony Gale] |
| 4066 |
* New and updated translations (ca,cs,cy,de,el,es,ja,mn,nl,nn,no,pl,pt,sr, |
| 4067 |
sr@Latn,sv,th) |
| 4068 |
|
| 4069 |
Other contributors: Jorn Baayen,Damon Chaplin, Jeff Franks, Diego Gonzalez, |
| 4070 |
Richard Hult, Egmont Koblinger, Thomas Leonard, Ross McFarland, |
| 4071 |
Padraig O'Briain, Tomas Ögren, Danilo Segan |
| 4072 |
|
| 4073 |
Overview of Changes from GTK+-2.2.x to GTK+-2.3.0 |
| 4074 |
================================================= |
| 4075 |
|
| 4076 |
* New Widgets |
| 4077 |
- GtkFileChooser: a replacement for GtkFileSelection with |
| 4078 |
replaceable backends, many new API features, better user |
| 4079 |
interface (UI is still a work in progress) [Owen Taylor, |
| 4080 |
Federico Mena Quintero] |
| 4081 |
- New combo box widgets: GtkComboBox, GtkComboBoxEntry [Kristian Rietveld] |
| 4082 |
- New "disclosure triangle" widget: GtkExpander [Mark McLoughlin] |
| 4083 |
- "Picker button" widgets based on code from libgnomeui: |
| 4084 |
GtkFontButton, GtkColorButton [Matthias Clasen] |
| 4085 |
|
| 4086 |
* Widget improvements: |
| 4087 |
- Autocompletion for entries: GtkEntryCompletion [Kristian] |
| 4088 |
- Add separate padding for all 4 sides of GtkAlignment [Murray Cumming] |
| 4089 |
- Add input-only event boxes for trapping events [Alex Larsson] |
| 4090 |
- Support RTL flipping for GtkHPaned, tab navigation [Soeren, Matthias] |
| 4091 |
- Support up to four scroll arrows on GtkNotebook and make which |
| 4092 |
ones are displayed themeable. [Matthias] |
| 4093 |
- GtkCalendar improvements: make the arrows spin, support RTL flipping, |
| 4094 |
automatic week start selection, DND support, improve API |
| 4095 |
for setting options [Matthias]; mousewheel support [Abigail Brady] |
| 4096 |
- New properties: GtkButton::focus_on_click, GtkCheckMenuItem::draw_as_radio |
| 4097 |
[Soeren, Matthias] |
| 4098 |
- New functions: gtk_window_set_default_icon(), |
| 4099 |
gtk_message_dialog_add_buttons(), gtk_button_box_get_child_secondary() |
| 4100 |
[Matthias] |
| 4101 |
- Add missing "role", "decorated", "gravity" properties for GtkWindow, |
| 4102 |
"has_resize_grip" for GtkStatusBar. [Matthias] |
| 4103 |
- Add child properties for GtkPaned [Matthias, Soeren] |
| 4104 |
|
| 4105 |
* Menus |
| 4106 |
- New action-based menu API: GtkUIManager, GtkActionGroup, |
| 4107 |
GtkAction, etc. [James Henstridge, Matthias, Soeren Sandmann, |
| 4108 |
Marco Pesenti Gritti, Philip Langdale] |
| 4109 |
- Support for tabular menus [Kristian] |
| 4110 |
- New positioning algorithm for popup menus [Soeren] |
| 4111 |
|
| 4112 |
* GtkTextView [Matthias] |
| 4113 |
- Add properties "accepts_tab" [Soeren], "overwrite" property |
| 4114 |
[Jeroen Zwartepoorte], "buffer" |
| 4115 |
- Add gtk_text_buffer_select_range() |
| 4116 |
- Implement drag-selection by words/lines (also for Gtkentry) |
| 4117 |
- Some fixes to invisible text handling |
| 4118 |
- Add support for GTK_WRAP_WORD_CHAR [David Brigada] |
| 4119 |
- Clean up handling of horizontal paging |
| 4120 |
- Fix scrolling with non-visible cursor |
| 4121 |
- Add internals documentation [Havoc Pennington] |
| 4122 |
|
| 4123 |
* GtkToolbar [Soeren] |
| 4124 |
- Add a more consistent and extensible toolbar API; preserve |
| 4125 |
old API for backwards compatibility [James, Anders Carlsson, Owen] |
| 4126 |
- Support for sliding buttons like OS X |
| 4127 |
- Keyboard navigation |
| 4128 |
- Support "priority text" |
| 4129 |
- Overflow menu |
| 4130 |
- Better handling of really wide buttons [David Bordoley] |
| 4131 |
- Drawing improvements |
| 4132 |
- Support context menu |
| 4133 |
|
| 4134 |
* GtkTreeView [Kristian Rietveld] |
| 4135 |
- Handle RTL [Matthias, Jonathan] |
| 4136 |
- Add expand flag to column packing parameters [Jonathan, Kristian] |
| 4137 |
- gtk_tree_path_free now silently returns on NULL paths |
| 4138 |
- Move row reference updating code to closures |
| 4139 |
- Fix TreeView DnD: make TreeStore DnD work, make drops on empty views work, |
| 4140 |
get rid of gtk-tree-model-drop-append. |
| 4141 |
- Add a filtering tree model: GtkTreeModelFilter [Kristian] |
| 4142 |
|
| 4143 |
* gdk-pixbuf |
| 4144 |
- Add a loader for PCX files [Josh Beam] |
| 4145 |
- Improve calculation of filter weights for scaling [Brian Cameron, Owen] |
| 4146 |
- Support TGA files with arbitrary origins [Matthias] |
| 4147 |
- Add gdk_pixbuf_loader_new_with_mime_type() [Dom Lachowicz] |
| 4148 |
gdk_pixbuf_new_from_file_at_size() [Dom, Owen, Matthias] |
| 4149 |
- Add saving support for ICO and CUR |
| 4150 |
- Improve handling of GIFs with oversized frames [Matthias] |
| 4151 |
|
| 4152 |
* GDK: |
| 4153 |
- Support for full-color / alpha-channel cursors [Matthias] |
| 4154 |
- Remove support for non-X fonts and for pango-1.0; always require Xft2 [Owen] |
| 4155 |
- Fix handling of recursive calls to gdk_window_begin_paint() [Soeren] |
| 4156 |
- Many small changes to reduce round trips on startup; |
| 4157 |
add gdk_display_flush() [Owen] |
| 4158 |
- Use Xlib asynchronous APIs to reduce roundtrips on startup |
| 4159 |
and during DND [Owen] |
| 4160 |
- Other changes to improve DND for large-latency connections [Owen] |
| 4161 |
- Add support for EWMH "above" and "below" states [Manuel Clos] (also |
| 4162 |
in GtkWindow) |
| 4163 |
- Add Add GDK_MOUSE_DEVICE envvar for linux-fb backend [Marc Welz] |
| 4164 |
- Other small linux-fb fixes [Eric Warmenhoven] |
| 4165 |
|
| 4166 |
* Miscellaneous |
| 4167 |
- Add support for named themable icons; use this facility to |
| 4168 |
provide the default stock icon images [Owen Taylor, based |
| 4169 |
on code by Alex Larsson] |
| 4170 |
- Add gtk_widget_queue_resize_no_redraw() for more efficient |
| 4171 |
resizing; use for GtkTextView. Redraw less on focus changes. [Soeren] |
| 4172 |
- Add gtk_widget_queue_resize_no_redraw() [Soeren] |
| 4173 |
- Default theme improvements, especially for menus. Add some |
| 4174 |
more style properties. [Soeren] |
| 4175 |
- Add authentication stock icon [Matthias, art by Jakub Steiner] |
| 4176 |
- Allow "none" to be set for input method GtkSettings [Hidetoshi Tajima] |
| 4177 |
- Convert build system to automake-1.7; many cleanups and |
| 4178 |
improvements. [James Henstridge, Owen] |
| 4179 |
- Win32 fixes for new widgets [Hans] |
| 4180 |
- Add right-to-left variants of some stock icons [Matthias] |
| 4181 |
|
| 4182 |
* Documentation |
| 4183 |
- Use XML source for man pages; add man pages for tools that didn't |
| 4184 |
have them before [Matthias] |
| 4185 |
- Tutorial improvements [Sebastian Rittau, Tony Gale, Roger Leigh, Matthias] |
| 4186 |
- FAQ improvements [Tony, Gonzalo Odiard, Owen] |
| 4187 |
- Misc documentation improvements [Matthias, Frederic Lespez, Tomas Ogren, |
| 4188 |
Martin Pool, Mariano Suarez-Alvarez] |
| 4189 |
|
| 4190 |
* Deprecations |
| 4191 |
- GtkItemFactory [Replaced by GtkUIManager] |
| 4192 |
- GtkCombo, GtkOptionMenu [Replaced by GtkComboBox] |
| 4193 |
- Miscellaneous functions that were renamed in |
| 4194 |
GTK+-2.0 and GTK+-2.2 [Matthias, Manish Singh, Soeren] |
| 4195 |
|
| 4196 |
Other contributors: Krasimir Angelov, Archit Baweja, Sebastien Bacher, |
| 4197 |
Steve Chaplin, John Darrington, Daniel Elstner, Marco Pesenti Gritti, |
| 4198 |
Jody Goldberg, David Hampton, Richard Kinder, Christian Persch, |
| 4199 |
Roozbeh Pournader, Christian Reis, Christian Rose, Joe Shaw, |
| 4200 |
Vasilis Vasaitis, Morten Welinder |
| 4201 |
|
| 4202 |
---------------------------------------------------------------------- |
| 4203 |
|
| 4204 |
Overview of Changes in GTK+ 2.2.4 |
| 4205 |
================================= |
| 4206 |
* Revert TreeView fix which broke context menus in different applications |
| 4207 |
[Kristian Rietveld] |
| 4208 |
* Typo fixes [Kjartan Maraas] |
| 4209 |
* Make pressing END not put the menu in scrolling mode [Kris] |
| 4210 |
* Misc bug fixes [Tor Lillqvist, Bruce Hochstetler, Kjartan, Tony Gale] |
| 4211 |
* New and updated translations (sq, cy, hi, nl, de, es, zh_CN, ja, no, el) |
| 4212 |
|
| 4213 |
Overview of Changes in GTK+ 2.2.3 |
| 4214 |
================================= |
| 4215 |
* GdkPixbuf [Matthias Clasen] |
| 4216 |
- Fix some problems with overflows when scaling down [Tomas Ögren] |
| 4217 |
- Many GIF bug fixes [Matthias, Federico Mena Quintero] |
| 4218 |
- Prefer 32-bpp ICOs, fix bugs with them |
| 4219 |
- Fix problem with absolute filenames and gdk-pixbuf-query-loaders |
| 4220 |
[Jens Elker] |
| 4221 |
- Make gdk-pixbuf-csource include alignment magic [Brian Cameron] |
| 4222 |
* Win32 [Tor Lillqvist] |
| 4223 |
- Add multiple monitor support |
| 4224 |
- Major event and key handling rewrite, including IME fixes |
| 4225 |
- Fix handling of toplevel window positions |
| 4226 |
- Add support for all window geometry hints (gridded geometry, etc.) |
| 4227 |
- Fix DND to ignore drag window [Tony M Brown, Herman Bloggs] |
| 4228 |
- Fix GdkImage memory leak [J. Ali Harlow] |
| 4229 |
- Remove leftover OwnerGrabButtonMask emulation (fixes lots) |
| 4230 |
- Misc bug fixes [Many from Hans Breuer, Tim Evans] |
| 4231 |
- Build fixes and improvements [Peter Zelezny] |
| 4232 |
* X11 |
| 4233 |
- Fix extremely common crash where we interpreted the timestamp |
| 4234 |
field of a XKB event as a window ID and found a pixmap that matched. |
| 4235 |
[Owen Taylor, with essential backtrace from Kjartan Maraas] |
| 4236 |
- Fix CapsLock and NumLock for non-XKB [Robert Basch] |
| 4237 |
- Fix problems with, eg. Ctrl-Alt-Backspace hiding Ctrl-Backspace [Owen] |
| 4238 |
- Workaround Xinerama servers reporting wrong depths [Owen] |
| 4239 |
* GtkTreeView [Kristian Rietveld] |
| 4240 |
- Fix scrolling once more [Pedro Gimeno, Michael Natterer, Timo Sirainen] |
| 4241 |
- Don't get confused by the Control key when handling selection |
| 4242 |
from an accelerator like <Control>B [Michael Natterer] |
| 4243 |
- Many misc fixes [Matthias, Marco Pesenti Gritti, Tim Janik, Alex Larsson, |
| 4244 |
Tim-Philipp Müller, Michael Natterer, Josh Parsons, Yann Rouillard, |
| 4245 |
Rene Seindel, Owen Taylor, Alp Toker, Morten Welinder] |
| 4246 |
* Input methods |
| 4247 |
- Handle input methods exiting and starting while the |
| 4248 |
app is running [Hidetoshi Tajima] |
| 4249 |
- Fix infinite loop when closing input methods [Owen, |
| 4250 |
Takuro Ashie, Hidetoshi] |
| 4251 |
- Add a 'cedilla' input method with c+acute => cedilla and use |
| 4252 |
as the default for languages that use cedilla. [Gustavo De Nardin, |
| 4253 |
Owen, Fco. Javier F. Serrador] |
| 4254 |
- Fix status window for multihead [Owen, James Su] |
| 4255 |
- Remember imcontext attributes when switching methods [Owen, |
| 4256 |
Botond Botyanszki] |
| 4257 |
* GtkFileSelection [Owen] |
| 4258 |
- Fix selection of "UntitledN" on initial map [Mark Finlay] |
| 4259 |
- Fix an annoying bug with cursor positioning on failed completion |
| 4260 |
- Misc Fixes [Owen, Tor] |
| 4261 |
* Other widgets |
| 4262 |
- Fix problem with GtkOptionMenus coming up in the wrong place [Kristian] |
| 4263 |
- Fix problem with spinbuttons not getting enough space [Morten Welinder, |
| 4264 |
Kristian] |
| 4265 |
- Fix an infinite loop when resizing GtkTextView [Owen, Frederic Crozat] |
| 4266 |
- Don't include menu labels in gtk_notebook_forall [Owen] |
| 4267 |
- Fix problem with XEMBED (GtkPlug) clients that don't take focus stealing |
| 4268 |
focus [Owen] |
| 4269 |
- Accept color drops with wrong format from KDE [Matthias] |
| 4270 |
* Fix problem from gnome-theme-manager playing tricks and |
| 4271 |
making event->window a pixmap. [Anders Carlsson] |
| 4272 |
* Ignore Caps-lock when matching accelerators |
| 4273 |
* Fix 5-year-old bug where toplevels didn't fully refresh properly |
| 4274 |
on theme change [Owen, Rajkumar Siva] |
| 4275 |
* Don't require precompiled gdk-pixbuf-csource when cross-compiling |
| 4276 |
from a tarball [Owen] |
| 4277 |
* Documentation improvements [Matthias, Noah Levitt, Tor, Doug Quale, |
| 4278 |
Morten Welinder] |
| 4279 |
* Misc bug fixes [Keith Bissett, Botond Botyanszki, Damien Carbery, |
| 4280 |
Arno Charlet, Felipe Heidrich, Charles Kerr, George Lebl, Noah, Tor, |
| 4281 |
Callum McKenzie, Michael Meeks, Denis Mikhalkin, Thomas Mirlacher, |
| 4282 |
Kristian, Masahiro Sakai, Soeren Sandmann, Benedikt Spranger, Owen, |
| 4283 |
Luis Villa] |
| 4284 |
* New and updated translations (ar,az,cs,cy,be,de,es,fi,fr,he,hi,hu,id,is,it, |
| 4285 |
ko,lt,ml,mn,nl,ne,no,pl,pt,pt_BR,ru,sk,sr,sr@Latn,ta,wa,zh_TW,zh_CN) |
| 4286 |
|
| 4287 |
Overview of Changes in GTK+ 2.2.2 |
| 4288 |
================================= |
| 4289 |
|
| 4290 |
* GdkPixbuf [Matthias Clasen] |
| 4291 |
- Fix animation of slow-loading progressive GIFS |
| 4292 |
- Fix long-standing animated GIF display bug with transparency |
| 4293 |
- Misc bug and portability fixes [Rick Jones, Tim Mooney, Marijn Ross] |
| 4294 |
* GDK [Owen Taylor] |
| 4295 |
- Draw continuous underlines between Pango layout runs when |
| 4296 |
possible [Kang Jeong-Hee] |
| 4297 |
- Fix gdk_pixbuf_from_drawable() for big endian [Christian Petig] |
| 4298 |
Major rewrite of 16-bit handling for pixbuf_from_drawable() |
| 4299 |
* X11 backend [Owen] |
| 4300 |
- Fix build on X11R5 [Albert Chin] |
| 4301 |
- Fix switching keyboard layouts while running [Egmont Koblinger] |
| 4302 |
- Work around RENDER extension bugs on certain Sun X servers [Morten Welinder] |
| 4303 |
- Zero unused fields in client messages we send Lubos Lunak] |
| 4304 |
- Fix occasional segfault when drawing pixbufs [Hans Petter Jansson] |
| 4305 |
- Fix wrong initialization that was keeping XShm from being used. |
| 4306 |
* Win32 backend [Tor Lillqvist] |
| 4307 |
- Tweak line drawing |
| 4308 |
- Mouse/cursor fixes [Allin Cottrell] |
| 4309 |
- Better handling of floppy drives in GtkFileSelection |
| 4310 |
- Misc fixes [Arnaud Charlet, Cedric Gustin, Martyn Russell] |
| 4311 |
* Input methods [Hidetoshi Tajima] |
| 4312 |
- Add rules for Greek accents to GtkIMContextSimple [Vasilis Vasaitis] |
| 4313 |
- Fix sorting of rules in GtkIMContextSimple [Vasilis] |
| 4314 |
- Miscellaneous GtkIMContextXIM fixes |
| 4315 |
- Fix translation of input context names |
| 4316 |
* Fix keyboard accelerators/bindings on Numeric Keypad [Owen, Olivier Ripoll] |
| 4317 |
* Add Delete to GtkEntry context menu, Delete/Select All |
| 4318 |
to GtkTextView context menu [Matthias] |
| 4319 |
* Keynav tweaks in GtkFileSelection, GtkColorSel [Matthias] |
| 4320 |
* Add C-A-PgUp/Down as alternative notebook page switching keys [Matthias] |
| 4321 |
* GtkTextView |
| 4322 |
- Fix redrawing on color-only changes [Owen, Gustavo Giráldez] |
| 4323 |
- Don't scroll to cursor on focus in [Paolo Maggi] |
| 4324 |
- Fix spot location reported to input method [Owen, TOKUNAGA Hiroyuki, |
| 4325 |
Yao Zhang] |
| 4326 |
- Miscellaneous bug fixes [Torbjörn Andersson, Matthias, Manual Clos, |
| 4327 |
Padraig O'Briain, Owen] |
| 4328 |
* GtkTreeView [Kristian Rietveld] |
| 4329 |
- Fix prelighting [Sven Neumann] |
| 4330 |
- Set drag cursor earlier to allow apps to override [Daniel Elstner] |
| 4331 |
- Speed up insertions into GtkTreeModelSort [Owen, Jonathan Blandford] |
| 4332 |
- Get background/cell area handling right in GtkTreeViewColumn [Vasco |
| 4333 |
Alexandre da Silva Costa] |
| 4334 |
- Bug fixes [Benjamin Bayart, Jonathan Blandford, Peter Bloomfield, |
| 4335 |
Dave Cook, Felipe Heidrich, Richard Hult, Markus Lausser, Michael Natterer, |
| 4336 |
Mariano Suarez-Alvarez, Owen] |
| 4337 |
* Fix handling of border width for GtkToolbar [Rodney Dawes] |
| 4338 |
* Rewrite adjustment handling of GtkViewport, fixing many bugs |
| 4339 |
[Owen, Thomas Leonard, Michael] |
| 4340 |
* Misc bug fixes [Dennis Björklund, Jonathan, Dave Bordoley, Rich Burridge, |
| 4341 |
Anders Carlsson, Arnaud, Matthias, Vasco Alexandre da Silva Costa, |
| 4342 |
Tim Evans, Larry Ewing, John Finlay, Jeff Franks, Jody Goldberg, |
| 4343 |
Jason D. Hildebrand, Charles Kerr, Alex Larsson, Noah Levitt, Xan Lopez, |
| 4344 |
Loban Rahman, Richard Reich, Soeren Sandmann, Charles Schmidt, |
| 4345 |
Rajkumar Siva, Owen, Sergey V. Udaltsov, Morten Welinder, Michael Zucchi] |
| 4346 |
* Code cleanups [Matthias, Glynn Foster, Britton Kerin, Sven Neumann, |
| 4347 |
Doug Quale, Manish Singh, Morten Welinder] |
| 4348 |
* Switch to using libtool-1.5 |
| 4349 |
* Build fixes [Matthias, J. Ali Harlow, Rich Kinder, Jon Nall, Sven, |
| 4350 |
Christian Rose] |
| 4351 |
* Documentation improvements [Matthias, Noah Levitt, Sven Neumann] |
| 4352 |
* New and updated translations (am,az,be,ca,cs,cy,da,de,el,es,fa,fi,fr,id, |
| 4353 |
it,ko,li,ml,mn,ms,nl,no,pl,pt,sr,sr@Latn,sv,ta,uk,yi,zh_TW) |
| 4354 |
|
| 4355 |
Overview of Changes in GTK+ 2.2.1 |
| 4356 |
================================= |
| 4357 |
* Win32 [Tor Lillqvist] |
| 4358 |
- Improve setting of window position / decorations |
| 4359 |
- Implement gdk_pixmap_foreign_new() [Naofumi Yasufuku] |
| 4360 |
- Fix various file selection bugs |
| 4361 |
- Improve scheme for locating pixbuf loader modules |
| 4362 |
- Miscellaneous fixes [Alex Shaduri, Kenichi SUTO, Ed Woods] |
| 4363 |
* GtkTreeView [Kristian Rietveld] |
| 4364 |
- made GtkTreeSortable work as the documentation advertises [Jarek Dukat] |
| 4365 |
- fixed gtk_tree_view_set_sort_column_id so you can disable sorting [Soeren |
| 4366 |
Sandmann, Jarek Dukat] |
| 4367 |
- TreeView search now works on all values transformable by GValue and not |
| 4368 |
just strings [Muktha Narayan] |
| 4369 |
- _move/_swap fixage in the Stores [Matthew Tuck, Paolo Maggi] |
| 4370 |
- a lot of misc bug fixes [Alex Duggan, Carlos Garnacho Parro, Hans Petter |
| 4371 |
Jansson, Kjartan Maraas, Soeren, Dave Camp, Murray Cumming, Dave Cook, |
| 4372 |
Gaël Le Mignot, Vasco Alexandre da Silva Costa] |
| 4373 |
* GtkTextView [Matthias Clasen] |
| 4374 |
- Fix keynav with invisible cursor |
| 4375 |
- Fix misdrawing of cursor [Owen Taylor] and selection |
| 4376 |
- Many miscellaneous fixes [Narayana Pattipati, Daniel Elstner] |
| 4377 |
* Fix problem with accidental inclusion of a main() [Matthias] |
| 4378 |
* Documentation improvements [Matthias, Havoc Pennington] |
| 4379 |
* Fix problem with GtkColorsel and pixmap themes [Daniel] |
| 4380 |
* Fix race condition with GdkRGB in PseudoColor [Shivaram Upadhyayula] |
| 4381 |
* Warning fixes [Manish Singh] |
| 4382 |
* configure fixes [Akira Tagoh] |
| 4383 |
* New and updated translations (ca,de,es,et,ko,mn,pl,pt,vi,zh_CN) |
| 4384 |
* Miscellaneous bug fixes [Matthias, Daniel, Martin Gansser, Louis Garcia, |
| 4385 |
Tommi Komulainen, Thomas Leonard, Ian Peters, Arvind Samptur, |
| 4386 |
Soeren Sandmann, Hidetoshi Tajima, Owen] |
| 4387 |
|
| 4388 |
---------------------------------------------------------------------- |
| 4389 |
|
| 4390 |
Overview of Changes in GTK+ 2.2.0 |
| 4391 |
================================= |
| 4392 |
* Fix problem with the DND code and event filters [Bolian Yin, Owen Taylor] |
| 4393 |
* GtkTreeView bug fixes [Kristian Rietveld, Soeren Sandmann, Matthias Clasen] |
| 4394 |
* Documentation improvements [Matthias Clasen, Eric Warmenhoven, |
| 4395 |
James M. Cape] |
| 4396 |
* Example portability fix [Sven Neumann] |
| 4397 |
* Updated translations (es,ja,lv,ms,nl,ru,sk,sv) |
| 4398 |
|
| 4399 |
Overview of Changes in GTK+ 2.1.5 |
| 4400 |
================================= |
| 4401 |
* GtkFileSel fixes [Owen Taylor] |
| 4402 |
- Fix ..<tab> to go up a dir [Francisco Bustamante] |
| 4403 |
- Fix UTF-8 operation, so that non-ASCII works [Kang Jeong-Hee] |
| 4404 |
- Use g_utf8_collate() not strcmp for sorting [Gregory Merchan] |
| 4405 |
* Only close dialogs on Escape if they have a cancel button. [James Willcox] |
| 4406 |
* Fix problem with resizing gnome-terminal popup [Soeren Sandmann] |
| 4407 |
* Add Home/End/Page_Up/Page_Down keybindings for menus [Owen, |
| 4408 |
Narayana Pattipati, Marius Andreiana] |
| 4409 |
* Xinerama fixes for GtkMenu [Matthias Clasen] |
| 4410 |
* Fix long-standing problem with Ami and GtkEntry [Owen, Kang Jeong-Hee] |
| 4411 |
* Documentation additions and fixes [Matthias] |
| 4412 |
* New and updated translations (am,bg,da,fr,fi,de) |
| 4413 |
* Miscellaneous bug and build fixes |
| 4414 |
|
| 4415 |
Other contributors: Johan Dahlin, James Henstridge, Jon Nelson, |
| 4416 |
Bastien Nocera, Christian Reis, Arvind Samptur, Anand Subra, Simon Wong |
| 4417 |
|
| 4418 |
Overview of Changes in GTK+ 2.1.4 |
| 4419 |
================================= |
| 4420 |
* Improved default color scheme [Soeren Sandmann, with advise from |
| 4421 |
Tuomas Kuosmanen and Garrett LeSage] |
| 4422 |
* Make pixmap creation functions take a GdkDrawable not a GdkWindow |
| 4423 |
[Kristian Rietveld] |
| 4424 |
* Support move-resize emulation for all edges. [Matthias Clasen] |
| 4425 |
* Many fixes for X11 gdk_colormap_alloc_colors [Naofumi Yasufuku, Owen] |
| 4426 |
* Remove extra selections for ButtonRelease in XInput code |
| 4427 |
[Garry Osgood, Owen] |
| 4428 |
* Another attempt at fixing X focus tracking [Owen] |
| 4429 |
* linux-fb VT switch improvements [Eric Warmenhoven] |
| 4430 |
* Win32 [Tor Lillqvist] |
| 4431 |
- Bug and win98 portability fixes for new tile/stipple code [Hans Breuer] |
| 4432 |
- Improve maximized/minimized tracking |
| 4433 |
- Bug fixes |
| 4434 |
* Fix problem with gtk_combo_set_popdown_strings() not changing |
| 4435 |
the entry text [Owen] |
| 4436 |
* Support RTL flipping for statusbars [Matthias] |
| 4437 |
* GtkTreeView bug fixes [Kristian Rietveld, Juri Pakaste, Erik Simonsen, |
| 4438 |
Richard Hult, Carlos Garnacho Parro] |
| 4439 |
* Use octal escapes rather than literal UTF-8 in strings [Owen] |
| 4440 |
* Make a lot of read-only data const. [Matthias, Morten Welinder] |
| 4441 |
* Misc bug fixes |
| 4442 |
* New and updated translations (cs,es,el,he,hu,lv,no,ro) |
| 4443 |
|
| 4444 |
Other contributors: Anders Carlsson, Chris Blizzard, Stephen Brown, |
| 4445 |
Erwann Chenede, Jon-Kare Hellan, John Finlay, Jarred Keuch, |
| 4446 |
Kjartan Maraas, Christian Neumair |
| 4447 |
|
| 4448 |
Overview of Changes in GTK+ 2.1.3 |
| 4449 |
================================= |
| 4450 |
|
| 4451 |
GDK: |
| 4452 |
* Win32 [Tor Lillqvist] |
| 4453 |
- fixes to multihead API stubs |
| 4454 |
- Comprehensively implement tiles and stipples |
| 4455 |
- Handle tracking minimized/maximized [Arnaud Charlet] |
| 4456 |
* linux-fb fixes [Eric Warmenhoven] |
| 4457 |
* Use g_get_application_name() for default window titles and |
| 4458 |
for the title of the client leader window [Owen, Havoc Pennington] |
| 4459 |
* Complete resize-grippy support, move-resize emulation |
| 4460 |
[Anders Carlsson, Matthias Clasen] |
| 4461 |
|
| 4462 |
GTK+ Core: |
| 4463 |
* On screen change, recreate the widget's Pango context [Owen] |
| 4464 |
* Fix problems with focus ending up on unmapped widgets [Owen] |
| 4465 |
* Make g_object_set (gtk_settings_get_default (), ...) to override |
| 4466 |
settings from XSETTINGS and ~/.gtkrc [Jonathan Blandford] |
| 4467 |
* Make GtkInputDialog multihead aware [Owen] |
| 4468 |
* Add a ::screen-changed signal to GtkWidget [Owen Taylor] |
| 4469 |
|
| 4470 |
Widget improvements: |
| 4471 |
* Draw/check menu items insensitive [Soeren, Tim Evans] |
| 4472 |
* Fix color usage for radio/check menu item indicators [Soeren] |
| 4473 |
* Add ::snap-edge-set-property to GtkHandleBox [Owen, Matthias] |
| 4474 |
* RTL flipping improvements for GtkHandleBox, GtkMenuItem, GtkOptionMenu, |
| 4475 |
GtkCheckMenuItem [Matthias Clasen] |
| 4476 |
* GtkCombo improvements [Owen] |
| 4477 |
- Don't leave it behind when switching desktops [Matthias Clasen] |
| 4478 |
- Fix longstanding bug with unwanted moving of selection [Mike Fulbright] |
| 4479 |
- Don't change entry contents until window is popped back up |
| 4480 |
- Keynav fixes |
| 4481 |
* Menu scrolling behavioral improvements [Owen, Ettore Perazzoli] |
| 4482 |
* GtkNotebook keynav improvements [Owen] |
| 4483 |
* Handle painting text on dark-colored progressbars [Soeren] |
| 4484 |
* GtkTreeView [Kristian Rietveld] |
| 4485 |
- Privatize gtk_tree_store_move(), add gtk_tree_store_move_before/after() |
| 4486 |
- Add GTK_CELL_RENDERER_FOCUSED flag |
| 4487 |
- Keynav fixes, including adding boolean return values for keybinding |
| 4488 |
signals (API breakage for API that no one should have been using) |
| 4489 |
[Narayana Pattipati] |
| 4490 |
- Add gtk_tree_view_column_cell_get_position() |
| 4491 |
- Add an inconsistent state for GtkCellRendererToggle |
| 4492 |
- Various bug fixes [Murray Cumming, Daniel Elstner, Vitaly Tishkov, |
| 4493 |
Morten Welinder, Robert Kinsella, Soeren] |
| 4494 |
|
| 4495 |
Input Methods: |
| 4496 |
* Sort the input method list in the right click popup [Abigail Brady] |
| 4497 |
* GtkIMContextXIM bug fixes [HideToshi Tajima] |
| 4498 |
|
| 4499 |
General: |
| 4500 |
* Make sure that parameters don't shadow system functions [Soeren Sandmann] |
| 4501 |
* Deprecation cleanups [Manish Singh] |
| 4502 |
* Don't grab the focus to the default button in a GtkDialog [Daniel Elstner] |
| 4503 |
* Doc improvements, including adding Since: for 2.2. additions |
| 4504 |
[Matthias Clasen] |
| 4505 |
* Bug fixes, cleanups [Anders Carlsson, Daniel, Vitaly Tishkov, Matthias, |
| 4506 |
Iain Holmes, Gregory Merchan, Havoc Pennington, Soeren, Morten Welinder] |
| 4507 |
* Build fixes [Owen, Jeff Waugh, Dan Mills] |
| 4508 |
|
| 4509 |
Overview of Changes in GTK+ 2.1.2 |
| 4510 |
================================= |
| 4511 |
|
| 4512 |
* Fixes for GtkIMContextXIM [HideToshi Tajima, Owen Taylor] |
| 4513 |
* Remove usage of XLookupString outside of GtkIMContextXIM [Owen] |
| 4514 |
* Handle Shift/Caps/Num_Lock properly for non-Xkb [Owen] |
| 4515 |
* Add a --screen option to set default screen [Balamurali Viswanathan, Owen] |
| 4516 |
* Add simple support for startup notification [Havoc Pennington] |
| 4517 |
* Handle focus indication for check and radio buttons without children |
| 4518 |
[Dave Camp, Owen] |
| 4519 |
* Much work on improve submenu navigation [Soeren Sandmann] |
| 4520 |
* Add "selected_shadow_type" property for menus [Soeren] |
| 4521 |
* Add "scrollbar_spacing" style property [Anders Carlsson, Owen] |
| 4522 |
* Rework GtkPaned keynav [Soeren, Calum Benson] |
| 4523 |
* Sensitivity and keynav fixes for GtkFileSelection [Muktha Narayan, Owen] |
| 4524 |
* Removed mnemonics for GtkToolbar Items [Mikael Hallendal] |
| 4525 |
* Tree view fixes and speedups |
| 4526 |
[Kristian Rietveld, Daniel Elstner, Havoc Pennington] |
| 4527 |
* Allow themes to set GtkTreeView even/odd row colors [Kristian] |
| 4528 |
* Doc fixes and improvements [Matthias Clasen, Vitaly Tishkov] |
| 4529 |
* Win32 fixes [Tor Lillqvist] |
| 4530 |
* Misc cleanups and bug fixes |
| 4531 |
|
| 4532 |
Other contributors: Phil Blundell, Erwann Chenede, Jeremy Katz, |
| 4533 |
Padraig O'Briain, Havoc Pennington, Timo Sirainen, Nam SungHyun, |
| 4534 |
Matt Wilson, |
| 4535 |
|
| 4536 |
Overview of Changes in GTK+ 2.1.1 |
| 4537 |
================================= |
| 4538 |
* Cleanup of use of deprecated functions in GTK+ [Manish Singh] |
| 4539 |
* Add support for separately installed Pixbuf loaders [Matthias Clasen] |
| 4540 |
* linux-fb improvements including window maximization. [Eric Warmenhoven] |
| 4541 |
* Fix to compile again with Xft version 1 [Owen Taylor] |
| 4542 |
* Fix handling of pointer on multiple screens [Owen] |
| 4543 |
- Add gdk_event_set/get_screen() via evil hack |
| 4544 |
- Add GdkDisplayPointerHooks to replace GdkPointerHooks |
| 4545 |
- gdk_screen_get_window_at_pointer() => gdk_display_get_window_at_pointer() |
| 4546 |
- Add gdk_display_get_pointer() |
| 4547 |
- Make drag-and-drop between multiple screens work |
| 4548 |
* Export gdk_event_new(), discourage stack allocated events [Owen] |
| 4549 |
* gdk_draw_pixbuf() as better name for gdk_pixbuf_render_to_drawable() [Owen] |
| 4550 |
* Basic support for RandR extension [Keith Packard, Owen] |
| 4551 |
* Allow moving paned sliders all the way to the edge [Owen, Darin Adler] |
| 4552 |
* Add tag_table construct property to GtkTextBuffer [Daniel Elstner] |
| 4553 |
* gtk_window_set_[default_]icon_from_file [Owen, Havoc] |
| 4554 |
* Fix handling of GtkSettings set from RC files on reload [Owen] |
| 4555 |
* GtkTreeView work [Kristian Rietveld] |
| 4556 |
- Stop editing on a focus out event for GtkCellRendererText |
| 4557 |
[Andreas J. Guelzow] |
| 4558 |
- Don't accept drops on auto-sorted models |
| 4559 |
- Fix evil bug with insertions to GtkTreeModelSort [Hans Petter Jansson] |
| 4560 |
* Fixes for GtkIMContextXIM |
| 4561 |
[Takuro Ashie, Motonobu Ichimura, Owen, HideToshi Tajima] |
| 4562 |
* Documentation fixes [Soeren Sandmann, Matthias Clasen; Joost Faassen, |
| 4563 |
Alexey A. Malyshev, Ben Martin, Havoc Pennington, Boris Shingarov, Owen, |
| 4564 |
Vitaly Tishkov, Dan Winship, Yao Zhang] |
| 4565 |
* Some performance tweaks [Soeren, Padraig O'Briain] |
| 4566 |
* Miscellaneous bug fixes |
| 4567 |
|
| 4568 |
Other contributors: Jacob Berkman, Phil Blundell, Kenneth Christiansen, |
| 4569 |
Murray Cumming, Bill Haneman, Jon-Kare Hellan, Hema Seetharamaiah |
| 4570 |
|
| 4571 |
Overview of Changes from GTK+-2.0.x to GTK+-2.1.0 |
| 4572 |
================================================= |
| 4573 |
|
| 4574 |
Multihead support: [Erwann Chenede, Owen Taylor] |
| 4575 |
* Multihead support |
| 4576 |
* Add GdkDisplay, GdkScreen structures |
| 4577 |
* Add _for_display(), _for_screen() variants where needed in GDK and GTK+ |
| 4578 |
(In other cases, make the variants methods on GdkDisplay/GdkScreen |
| 4579 |
* Adapt GTK+ widgets to be multihead safe |
| 4580 |
* Allow initialization of GTK+ without opening a display with gtk_parse_args() |
| 4581 |
* Add multihead support to demos/tests. |
| 4582 |
|
| 4583 |
GDK: |
| 4584 |
* Adapt win32 code to multihead reorganization [Hans Breuer, Tor Lillqvist] |
| 4585 |
* Adapt linux-fb code to multihead reorganization [Eric Warmenhoven] |
| 4586 |
* Miscellaneous linux-fb improvements [Eric] |
| 4587 |
* Xinerama support [Erwann Chenede, Matthias Clasen] |
| 4588 |
* Allow GDK backends to add custom argument parsing [Sven Neumann] |
| 4589 |
* Add support for some addition NET window manager spec hints [Havoc Pennington] |
| 4590 |
* Add ::keys-changed signal to GdkKeymap, handle keymap changes for keybindings [Owen] |
| 4591 |
|
| 4592 |
GtkTreeView: [Kristian Rietveld] |
| 4593 |
* Support stock pixbufs in GtkCellRendererPixbuf |
| 4594 |
* Allow setting the cell background for cell renderers |
| 4595 |
* Support focusing individual cell renderers and other focus fixes |
| 4596 |
* Make resizing tree views more efficient [Soeren Sandmann] |
| 4597 |
* Add gtk_tree_model_get_string_from_iter |
| 4598 |
* Improve gtk_list_store_remove API |
| 4599 |
* API additions: |
| 4600 |
gtk_tree_model_sort_iter_is_valid(), gtk_tree_view_expand_to_path() |
| 4601 |
Add gtk_tree_selection_get_selected_rows(), |
| 4602 |
gtk_tree_selection_count_selected_rows() |
| 4603 |
gtk_tree_path_new_from_indices(), gtk_{list,tree}_store_{reorder,swap,_move} |
| 4604 |
|
| 4605 |
GTK+: |
| 4606 |
* Add style property for drawing menu items without shadow [Soeren] |
| 4607 |
* gtk_widget_modify_color_component/font(): Allow clearing |
| 4608 |
current modifications. [Owen] |
| 4609 |
* Add GtkWidget::is_focus, GtkWindow::is_active properties [Owen] |
| 4610 |
* Some XEMBED changes for standards compliance and Qt compatibility [Owen] |
| 4611 |
* Fix menus resizing when popped up or torn off [Owen] |
| 4612 |
* Improve label behavior when it gets a too small allocation [Soeren] |
| 4613 |
* Add support for depth 8 StaticColor visuals to gdkrgb [Matthias] |
| 4614 |
* Theme drawing improvements [Soeren] |
| 4615 |
* Add types for GtkRowReference, GtkClipboard [Jonathan Blandford, James Henstridge, Owen] |
| 4616 |
* Use G_TYPE_FLAG_ABSTRACT for abstract types [Matthias] |
| 4617 |
* Add gtk_menu_shell_select_first() [Owen] |
| 4618 |
* Add gtk_notebook_get_n_pages() [Havoc Pennington] |
| 4619 |
* Allow accel_path = NULL for gtk_menu_item_set_accel_path(). |
| 4620 |
* Allow icon sizes to be changed via a GtkSetting [Bill Haneman, Brian Cameron, Owen] |
| 4621 |
|
| 4622 |
GdkPixbuf: |
| 4623 |
* Improve gdk-pixbuf loader tests [Soeren Sandmann] |
| 4624 |
* Use iTXT chunks when necessary in PNG image saver [Matthias] |
| 4625 |
* Add incremental loading for progressive jpegs [Matthias] |
| 4626 |
* Add load-at-size functionality [Matthias] |
| 4627 |
* Add a loader for .ANI animations [Matthias] |
| 4628 |
* Load hotspot for .ICO files [Matthias] |
| 4629 |
|
| 4630 |
Docs: |
| 4631 |
* Convert docs to Docbook XML [Matthias] |
| 4632 |
* Doc improvements and fixes [Matthias, Soeren, |
| 4633 |
Dennis Bj"orklund, Ross Burton, Manuel Clos, Alexey A. Malyshev, Brett Nash, |
| 4634 |
Brian Tarricone, Owen, Vitaly Tishkov, Yao Zhang] |
| 4635 |
* Tutorial improvements [Tony Gale] |
| 4636 |
|
| 4637 |
General: |
| 4638 |
* Add gtk-im-preedit-style/gtk-im-status-style XSETTINGS [Hidetoshi Tajima] |
| 4639 |
* Clean up GDK and demos for deprecated functions [Manish Singh] |
| 4640 |
* Misc fixes [Olexiy Avramchenko, Jacob Berkman, Anders Carlsson, David L. Cooper II, Robin Lu, |
| 4641 |
Eric Mader, Mark McLoughlin, Padraig O'Briain, Laszlo Peter, Hidetoshi, Vitaly Tishkov, |
| 4642 |
Shivaram Upadhyayula] |
| 4643 |
|
| 4644 |
Overview of Changes in GTK+ 2.0.9 |
| 4645 |
================================= |
| 4646 |
* Fix colormap refcounting, which caused frequent metacity crashes |
| 4647 |
[Christopher James Lahey] |
| 4648 |
* Lots of work on the Win32 backend [Tor Lillqvist] |
| 4649 |
- Scrolling fixes |
| 4650 |
- GdkGC clipping fixes and improvements |
| 4651 |
- Started implementing all fill styles |
| 4652 |
* GtkTreeView bug fixes [Kristian Rietveld] |
| 4653 |
- Make TreeView reordering work on FreeBSD/Solaris [Heiner Eichmann] |
| 4654 |
* Various bug fixes |
| 4655 |
|
| 4656 |
Other contributors: Matthias Clasen, Arnaud Charlet, Vitaly Tishkov, |
| 4657 |
Josh Parsons, Peter Bloomfield |
| 4658 |
|
| 4659 |
Overview of Changes in GTK+ 2.0.8 |
| 4660 |
================================= |
| 4661 |
* Fix typo in io-gif.c that broke loading GIFS [Akira Tagoh] |
| 4662 |
* Improve redraws when scrolling on Win32 [Tor Lillqvist] |
| 4663 |
* Fix problem with RENDER and XFree86-4.1 [Owen Taylor, Jamie Zawinski] |
| 4664 |
* Fix problem with GtkImage placement [Owen, Sven Neumann, Soeren Sandmann] |
| 4665 |
* Updated translation (el) |
| 4666 |
|
| 4667 |
Overview of Changes in GTK+ 2.0.7 |
| 4668 |
================================= |
| 4669 |
* Fix some memory leaks in gdk-pixbuf [Sven Neumann] |
| 4670 |
* Pixbuf loader fixes [Federico Mena Quintero, Elliot Lee] |
| 4671 |
* Support depth 8 StaticColor in GdkRGB [Matthias Clasen] |
| 4672 |
* Win32 fixes and improvements [Tor Lillqvist] |
| 4673 |
- Keyboard handling fixes [Florent Duguet] |
| 4674 |
- Fixes for building and running on Cygwin [Masahiro Sakai] |
| 4675 |
- Fix gdk_window_scroll(), other GdkWindow fixes |
| 4676 |
- Misc bug and build fixes [Soren Andersen, Florent, Tim Evans, |
| 4677 |
J. Ali Harlow, Andreas Holzmann, Iwasa Kazmi] |
| 4678 |
* Improve tracking of toplevel focus state [Owen] |
| 4679 |
* XIM input method fixes [Takuro Ashie, HideToshi Tajima] |
| 4680 |
* Fix the longstanding problem with <,> keys and XIM [Owen Taylor] |
| 4681 |
* Fix GtkIMContextSimple for us-intl keyboards [Alexandre Oliva] |
| 4682 |
* GtkIMContextSimple updates for Eastern Europe [Stanislav Brabec] |
| 4683 |
* Fix the "key bindings randomly stop working" problem [Sebastian Ritau] |
| 4684 |
* GtkTextView fixes [Gustavo Giraldez, Padraig O'Briain, Shivaram Upadhyayula] |
| 4685 |
* GtkTreeView bugfixes [Jonathan Blandford, Kristian Rietveld] |
| 4686 |
- Various memleak, ref counting fixes [Jonathan, Jorn Baayen, Daniel |
| 4687 |
Elstner, Morten Welinder] |
| 4688 |
- gtk_tree_selection_selected_foreach now immediately returns if |
| 4689 |
the model is being changed [Havoc Pennington] |
| 4690 |
- Fix evil bug with insertions to GtkTreeModelSort [Hans Petter Jansson] |
| 4691 |
* GtkCombo fixes [Marco Pesenti Gritti, Zimler Attila, Matthias, Owen] |
| 4692 |
* Fix 64-bit problem with GtkFundamentalType [Ross Alexander, Manish Singh] |
| 4693 |
* New and updated translations (am,be,bg,ca,cs,da,de,el,es,el,fa,fr,hi,hu, |
| 4694 |
ja,ko,lv,ms,nl,no,pl,pt,pt_BR,ru,sk,sv,vi,zh_TW) |
| 4695 |
* Many miscellaneous bug fixes |
| 4696 |
|
| 4697 |
Other contributors: Jacob Berkman, Albert Chin, Chema Celorio, |
| 4698 |
David L. Cooper II, Brent Fox, Tim Janik, Marco Pesenti Gritti, |
| 4699 |
Alex Larsson, Zenith Lau, Thomas Leonard, Gaute Lindkvist, |
| 4700 |
Paolo Maggi, Andy Wingo, Jami Pekannen, Joshua N Pritikin, |
| 4701 |
Soeren Sandmann, Vitaly Tishkov, Morten Welinder |
| 4702 |
|
| 4703 |
Overview of Changes in GTK+ 2.0.6 |
| 4704 |
================================= |
| 4705 |
|
| 4706 |
* GtkTreeView bug fixes [Jonathan Blandford, Kristian Rietveld, |
| 4707 |
Josh Green, Matthias Clasen] |
| 4708 |
* Fix problem with keynav and insensitive menu items [Owen Taylor] |
| 4709 |
* Fix pixbuf_from_drawable() for LSB -> MSB [Federico Mena Quintero] |
| 4710 |
* Use GTK2_RC_FILES envvar instead of GTK_RC_FILES [Owen] |
| 4711 |
* Focus check/radio buttons when activating with a mnemonic [Padraig O'Briain] |
| 4712 |
* Cycle between multiple menubars with F10, not control-tab |
| 4713 |
[Calum Benson, Padraig] |
| 4714 |
* Misc bug fixes [Jacob Berkman, Matthias Clasen, Manuel Op de Coul, |
| 4715 |
Bill Haneman, Norihiro UMEDA, Shivaram Upadhyayula, Yao Zhang] |
| 4716 |
* Build fixes for cross-compiling and portability [Arnaud Charlet, |
| 4717 |
J. Ali Harlow] |
| 4718 |
* Updated translations (bg,ca,da,fr,ja,ko,lv,no,pl,ru,sk,sv,vi) |
| 4719 |
|
| 4720 |
Overview of Changes in GTK+ 2.0.5 |
| 4721 |
================================= |
| 4722 |
|
| 4723 |
* Fix a wrong assertion that broke gtk_file_selection_set_filename(); |
| 4724 |
also another fix from testing this function with non-UTF-8 filenames. |
| 4725 |
* Fix incorrect property notification in GtkTextView. [James M. Cape] |
| 4726 |
|
| 4727 |
Overview of Changes in GTK+ 2.0.4 |
| 4728 |
================================= |
| 4729 |
|
| 4730 |
* Fix a number of types which were registered with the |
| 4731 |
type system with the wrong names [James Henstridge, Jonathan Blandford] |
| 4732 |
* Support missing data types in GtkList/TreeStore [Daniel Elstner] |
| 4733 |
* Misc GtkTreeView bug fixes [Dave Camp, Jonathan, Daniel Elstner, |
| 4734 |
Josh Parsons] |
| 4735 |
* Drag and drop fixes, including a stuck grab. [Dave, Thomas Leonard, |
| 4736 |
Owen Taylor] |
| 4737 |
* Calculate screen size on win32 from the "logical DPI" |
| 4738 |
[Joaquin Cuenca Abela, Tor Lillqvist] |
| 4739 |
* Misc Win32 bug fixes. [Florent Duguet, Tor] |
| 4740 |
* Fix theme changes for GtkMenu [Soeren Sandmann] |
| 4741 |
* Fix gdk_pixbuf_from_drawable() for big endian. [Federico Mena Quintero] |
| 4742 |
* Fix encoding handling for gtk_file_selection_set_filename() |
| 4743 |
[Sebastian Ritau, Owen] |
| 4744 |
* Fix crash with DND, Qt and Metacity [Cha Young-Ho, Havoc, Owen] |
| 4745 |
* Fixes for DirectColor visuals [Shivaram Upadhyayula] |
| 4746 |
* Memory leak and UMR fixes [Michael Meeks, Matthias Clasen, Valgrind] |
| 4747 |
* Misc bug fixes |
| 4748 |
* Updated translations (ca,cs,da,es,et,fr,ms,nl,pl,pt,pt_BR,ru,sv) |
| 4749 |
|
| 4750 |
Other contributors: Nicholas Allen, Jacob Berkman, Remus Draica, |
| 4751 |
Nano Golveia, Tim Janik, Sergey Kuzminov, George Lebl, Garrett LeSage, |
| 4752 |
Robin Lu, Timo Meinen, Michel Selten, Boris Shingarov, Jeff Waugh |
| 4753 |
|
| 4754 |
Overview of Changes in GTK+ 2.0.3 |
| 4755 |
================================= |
| 4756 |
|
| 4757 |
* GtkTreeView fixes (Jonathan Blandford, Kristian Rietveld, Daniel Elstner) |
| 4758 |
* Improve GdkRGB support for low color depths (Tor Lillqvist). |
| 4759 |
* Tweak F10 behavior to focus GtkMenuBar. (Owen Taylor) |
| 4760 |
* Include internal children when focusing. (Jonathan) |
| 4761 |
* Win32 fixes (Tor Lillqvist, David Sterba) |
| 4762 |
* Allow use of a pixmap as the drawable in gdk_pixmap_new(). (Kristian) |
| 4763 |
* GdkPixbuf fixes (Matthias Clasen, Michael Natterer, Federico Mena Quintero) |
| 4764 |
* GtkMenu fixes. (Soeren Sandmann) |
| 4765 |
* Find gdk-pixbuf-csource when cross-compiling. (Michael Natterer) |
| 4766 |
* Misc input-method related fixes (Yao Zhang, Federico) |
| 4767 |
* Fix stuck grab during DND. (Dave Camp, Owen) |
| 4768 |
* Remove in-bevel from scrolled-offscreen menus. (Ettore Perazzoli) |
| 4769 |
* Various plug/socket fixes (Owen, Padraig O'Briain, Dave Camp, |
| 4770 |
Michael Meeks) |
| 4771 |
* Handle Xlib internal connections (HideToshi Tajima) |
| 4772 |
* Many miscellaneous bug fixes. |
| 4773 |
|
| 4774 |
Other contributors: Jacob Berkman, Abigail Brady, Rich Burridge, |
| 4775 |
Anders Carlsson, Murray Cumming, Nalin Dahyabhai, James Henstridge, |
| 4776 |
David Highley, Ben Liblitt, Tim Janik, Bill Jannsen, Lauris Kaplinski, |
| 4777 |
Sergey Kuzminov, Alex Larsson, Sven Neumann, Havoc Pennington, Gareth Pearce, |
| 4778 |
Simon Floery, Thomas Leonard, Detlef Reichl, Martin Schulze, Christophe Saout, |
| 4779 |
Timo Sirainen, Graham Swallow. |
| 4780 |
|
| 4781 |
Overview of Changes in GTK+ 2.0.2 |
| 4782 |
================================= |
| 4783 |
|
| 4784 |
* GtkTreeView cursor movement fixes [Kristian Rietveld] |
| 4785 |
* GtkTreeModelSort iterator stamp fixes [Kristian Rietveld] |
| 4786 |
|
| 4787 |
Overview of Changes in GTK+ 2.0.1 |
| 4788 |
================================= |
| 4789 |
|
| 4790 |
* GtkTreeView fixes and performance improvements |
| 4791 |
[Kristian Rietveld, Jonathan Blandford, Mike Piepe, Dave Camp] |
| 4792 |
* GtkTextView fixes [Havoc Pennington] |
| 4793 |
* Fix problems with accelerators on Solaris [Padraig O'Briain] |
| 4794 |
* Some fixes for key bindings on keypad keys [Owen Taylor] |
| 4795 |
* Fix problem with RENDER use on big endian machines |
| 4796 |
[Owen Taylor, with help from Tuomas Kuosmanen] |
| 4797 |
* Win32 fixes, especially dashed line drawing |
| 4798 |
[Tor Lillqvist, Hans Breuer] |
| 4799 |
* Compile with -D_REENTRANT when appropriate [Sven Neumann] |
| 4800 |
* Compiler warning cleanups [Erwann Chenede] |
| 4801 |
* Fix handling of font-name XSETTING [Richard Hestilow] |
| 4802 |
* Make linux-fb backend compile again [Carlo E. Prelz, Alex Larsson] |
| 4803 |
* Fix problems with inappropriate menu scroll arrows [Owen] |
| 4804 |
* Stock icon improvements [Jakub Steiner, Tuomas] |
| 4805 |
* Much work on pixbuf loader robustness [Matthias Clasen] |
| 4806 |
* Documentation improvements [Matthias, Vitaly Tishkov] |
| 4807 |
* Fix some crashes in GtkWindow accelerator handling code |
| 4808 |
[Dave Camp, Matt Wilson] |
| 4809 |
* Misc bug fixes |
| 4810 |
|
| 4811 |
Other contributors: Jacob Berkman, Dennis Björklund, Seth Burgess, |
| 4812 |
Murray Cumming, Johan Dahlin, John Ellis, Kang Jeong-Hee, |
| 4813 |
James Henstridge, Richard Hult, Thomas Leonard, LEE Sau Dan, |
| 4814 |
Alexey A. Malyshev, Mark McLoughlin, Michael Meeks, Sven Neumann, |
| 4815 |
Andras Salamon, Soeren Sandmann, Dan Winship, Yao Zhang |
| 4816 |
|
| 4817 |
Overview of Changes in GTK+ 2.0.0 |
| 4818 |
================================= |
| 4819 |
|
| 4820 |
* GtkTreeView fixes [Jonathan Blandford, Kristian Rietveld, Darin Adler] |
| 4821 |
* Build fixes [Anders Carlsson, Tor Lillqvist, Manish Singh] |
| 4822 |
* Bug fixes. [Thomas Leonard, Owen Taylor] |
| 4823 |
|
| 4824 |
Overview of Changes in GTK+ 2.0.0 rc1 |
| 4825 |
===================================== |
| 4826 |
|
| 4827 |
* GtkTreeView fixes [Kristian Rietveld, Jonathan Blandford, Richard Hult] |
| 4828 |
* Text widget fixes [Havoc Pennington] |
| 4829 |
* Efficiency fixes when using Xft [Owen Taylor] |
| 4830 |
* Key handling fixes and other fixes for Win32 [Hans Breuer, Tor Lillqvist] |
| 4831 |
* Try to fix key handling without XKEYBOARD extension [Owen] |
| 4832 |
* Documentation fixes and improvements |
| 4833 |
[Matthias Clasen, Alexey Malyshev, Akira Tagoh, Vitaly Tishkov] |
| 4834 |
* Widget drawing improvements [Soeren Sandmann] |
| 4835 |
* Allow cycling between multiple menu bars with <Control>Tab [Owen] |
| 4836 |
* Try to build libraries with only shared library dependencies on Xft to |
| 4837 |
deal with transition to Xft2 [Owen] |
| 4838 |
* Portability fixes [Owen, Miroslaw Dobrzanski-Neumann] |
| 4839 |
* Don't use red as the default cursor color [Owen] |
| 4840 |
* Bug fixes, bug fixes, bug fixes. |
| 4841 |
|
| 4842 |
Other contributors: Darin Adler, Jacob Berkman, Kevin Breit, Hans Breuer, |
| 4843 |
Anders Carlsson, Damon Chaplin, Finlay Dobbie, Jody Goldberg, |
| 4844 |
Andreas J. Guelzow, Scott Guilbeaux, Vlad Harchev, James Henstridge, |
| 4845 |
Tim Janik, Satyajit Kanungo, Charles Kerr, Sergey Kuzminov, Miles Lane, |
| 4846 |
Alexander Larsson, Paolo Maggi, Skip Montaro, Jan Mynarik, Sven Neumann, |
| 4847 |
Padraig O'Briain, Narayani Pattipati, Mark Patton, Havoc Pennington, |
| 4848 |
Ettore Perazzoli, Guillermo S. Romero, Manish Singh, Morten Welinder |
| 4849 |
|
| 4850 |
Overview of Changes in GTK+ 1.3.15 |
| 4851 |
================================== |
| 4852 |
|
| 4853 |
* New stock and improved icon images |
| 4854 |
[Tuomas Kuosmanen, Jakub Steiner, Anders Carlsson] |
| 4855 |
* Widget drawing improvements for check and radio buttons, |
| 4856 |
spinbuttons [Soeren Sandmann] |
| 4857 |
* Clean up module search path algorithm, use GTK_PATH [Owen Taylor] |
| 4858 |
* Add GtkSetting for font name. [Richard Hestilow] |
| 4859 |
* Much improved key matching code, accelerators work independent |
| 4860 |
of group [Owen] |
| 4861 |
* Make mnemonics work for embedded GtkPlug widgets [Owen] |
| 4862 |
* Keynav improvements for GtkTreeView [Kristian Rietveld] |
| 4863 |
* Fix gtk_tree_view_scroll_to_cell() [Jonathan Blandford] |
| 4864 |
* Rename gtk_tree_view_get_iter_root() and gtk_tree_path_new_root() |
| 4865 |
to gtk_tree_view_get_iter_first() and gtk_tree_path_new_first(), |
| 4866 |
add compatibility macros. |
| 4867 |
* GtkTreeView bug fixes [Kristian, Anders, Damon Chaplin] |
| 4868 |
* GtkTextView bug fixes [Havoc Pennington] |
| 4869 |
* Pad class structures for future binary compatibility [Owen] |
| 4870 |
* Tutorial improvements [Sven Neumann, Matthias Clasen] |
| 4871 |
* Fixes for MULTIPLE selection target [Gregory Merchan, Owen] |
| 4872 |
* Fix problems with initial widget size [Owen] |
| 4873 |
* AIX compilation fixes [Miroslaw Dobrzanski-Neumann] |
| 4874 |
* Win32 fixes [Hans Breuer, Tor Lillqvist] |
| 4875 |
* Miscellaneous bug fixes |
| 4876 |
|
| 4877 |
Other contributors: David L. Cooper, Eric Fischer, Jody Goldberg, |
| 4878 |
Satajyit Kanungo, Thomas Leonard, Mark Patton, Manish Singh, |
| 4879 |
Nicolas Setton |
| 4880 |
|
| 4881 |
Overview of Changes in GTK+ 1.3.14 |
| 4882 |
================================== |
| 4883 |
|
| 4884 |
* Keyboard focus improvements [Owen Taylor] |
| 4885 |
* Code cleanup [Matthias Clasen, Manish Singh, Darin Adler] |
| 4886 |
* Fix accidentally exported variables [Mark McLoughlin] |
| 4887 |
* GtkTreeView fixes [Jonathan Blandford, Kristian Rietveld, John Harper, Darin] |
| 4888 |
* Default to yellow tooltips [Owen] |
| 4889 |
* RC file fixes for reloading, priorities [Owen, Matthias] |
| 4890 |
* GtkMenu behavior improvements and bug fixes [Owen, Arnaud Charlet] |
| 4891 |
* GtkTextView fixes [Havoc Pennington, Daniel Elstner, Dennis Bjorklund] |
| 4892 |
* Improve keynav for paned widgets, tooltips, spin buttons, notebooks, |
| 4893 |
scrolled windows [Soeren Sandmann, Padraig, Owen] |
| 4894 |
* Add Emacs/Default key themes [Owen] |
| 4895 |
* Win32 fixes [Hans Breuer, Tor Lillqvist] |
| 4896 |
* Ethiopic input methods [Daniel Yacob] |
| 4897 |
* Opaque paned window resizing [Soeren] |
| 4898 |
* Tweak table expansion behavior [Tim Janik] |
| 4899 |
* Fix GtkCalendar focus drawing [Bill Haneman] |
| 4900 |
* Allow themeable cursor thickness [Bill] |
| 4901 |
* Start of fixing of tutorial for GTK+-2.0 [Matthias] |
| 4902 |
* Add a ::adjust-bounds signal to GtkRange to allow spreadsheet style |
| 4903 |
scrollbars. [Jody Goldberg] |
| 4904 |
* Add the ability to turn on multiple selection for GtkFileSel [Manish] |
| 4905 |
* Bug fixes |
| 4906 |
|
| 4907 |
Other contributors: Jacob Berkman, Padraig O'Briain, Anders Carlsson, |
| 4908 |
Johan Dahlin, Richard Hult, Stefan Kost, Alex Larsson, Thomas Leonard, |
| 4909 |
Paolo Maggi, Alexey Malyshev, Federico Mena Quintero, Skip Montaro, |
| 4910 |
Sven Neumann, Havoc Pennington, Laszlo Peter, Christian Rose, Joe Shaw, |
| 4911 |
Kevin Vandersloot, Morten Welinder, Peter Williams |
| 4912 |
|
| 4913 |
Overview of Changes in GTK+ 1.3.13 |
| 4914 |
================================== |
| 4915 |
|
| 4916 |
* Tree view fixes. [Kristian Rietveld, Jonathan Blandford, Anders Carlsson] |
| 4917 |
* Tree view support for low-vision themes [Bill Haneman] |
| 4918 |
* Text view bug fixes. [Havoc Pennington] |
| 4919 |
* Win32 fixes and improvements. [Tor Lillqvist, Hans Breuer, |
| 4920 |
Archaeopteryx Software] |
| 4921 |
* Documentation improvements [Matthias Clasen, Havoc Pennington] |
| 4922 |
* Accelerate alpha compositing using RENDER extension if present, |
| 4923 |
and optimize the non-RENDER case a lot. [Owen Taylor] |
| 4924 |
* Add support for "optional keybindings" (action signal returns FALSE) [Owen] |
| 4925 |
* Fixed the infamous changing directory deletes filename bug |
| 4926 |
[Owen and a cast of thousands] |
| 4927 |
* Add mouse cursor hiding for text widgets [Anders Carlsson] |
| 4928 |
* Simple Hangul input module [Yusuke Tabata] |
| 4929 |
* Removed the scary startup warning. |
| 4930 |
* GdkPixbuf pixel handling fixes [Owen, Michael Hore, Jim Cape] |
| 4931 |
* Converted GtkFileSelection and GtkFontSelection to use GtKTreeView widgets |
| 4932 |
instead of the deprecated GtkCList [Owen] |
| 4933 |
* gtkhsv.h was installed by mistake, fixed that. [reported by Ross Burton] |
| 4934 |
* gdk_pixbuf_render_to_drawable() now also handles alpha pixbufs. |
| 4935 |
* Made Gtkimage draw GtkPixmap, GtkImage, GdkPixbuf insensitive, prelighted, |
| 4936 |
etc. [Havoc, Owen] |
| 4937 |
* Marked gtk_item_factory_path_from_widget() G_CONST_RETURN. [Matt Wilson] |
| 4938 |
* gtk_image_menu_item_new_from_stock() now falls back to |
| 4939 |
new_with_mnemonic, for consistency with gtk_button_new_from_stock() |
| 4940 |
[Havoc Pennington] |
| 4941 |
* GdkModifierType is now consistently used for modifier mask parameters |
| 4942 |
[Mark Patton] |
| 4943 |
* gtk_widget_set_accel_path() is now publically exported. |
| 4944 |
|
| 4945 |
Other contributors: Darin Adler, Jeffrey Baker, Damon Chaplin, Brian Cameron, |
| 4946 |
Murray Cumming, James Henstridge, Jacob Berkman, Arnaud Charlet, Jeff Franks, |
| 4947 |
Jeff Garzik, Jody Goldberg, Diego Gonzalez, Melvin Hadasht, Raja Harinath, |
| 4948 |
Tim Janik, Mike Kestner, Mathieu Lacage, Alex Larsson, Ryan Lovett, |
| 4949 |
Mark McLoughlin, Sven Neumann, Padraig O'Briain, Xavier Ordoquy, Chris Phelps, |
| 4950 |
Detlef Reichl, Guillermo S. Romero, Federico Mena Quintero, Manish Singh, |
| 4951 |
HideToshi Tajima, Vitaly Tishkov, Jon Trowbridge, Sergey Vlasov. |
| 4952 |
|
| 4953 |
Overview of Changes in GTK+ 1.3.12 |
| 4954 |
================================== |
| 4955 |
|
| 4956 |
* Fix problems with PNG saving [Michael Natterer] |
| 4957 |
* Cleanups of deprecated usages [Sebastian Wilhelmi] |
| 4958 |
* Win32 fixes [Tor Lillqvist] |
| 4959 |
* Documentation improvements [Matthias Clasen, Havoc Pennington, |
| 4960 |
Vitaly Tishkov] |
| 4961 |
* Frame buffer port fixes [Manish Singh] |
| 4962 |
* GtkTextView bug fixes [Havoc Pennington, Chris Phelps] |
| 4963 |
* Menu behavior improvements [Kristian Rietveld] |
| 4964 |
* Make focus line width configurable, focus color work on |
| 4965 |
dark themes. [Bill Haneman, Owen Taylor] |
| 4966 |
* Add state argument to gtk_paint_focus() [Bill] |
| 4967 |
* Added incremental revalidation to tree view, for better apparent speed |
| 4968 |
[Jonathan Blandford] |
| 4969 |
* Remove useless gtk_tree_view_column_cell_event() [Jonathan] |
| 4970 |
* Display XIM status in a separate window [HideToshi Tajima] |
| 4971 |
* Add GDK_DEBUG=nograbs to disable pointer, keyboard grabs [Jacob Berkman] |
| 4972 |
* Add menu of Unicode control characters to GtkEntry, GtkTextView |
| 4973 |
[Dov Grobgeld, Havoc] |
| 4974 |
* Pass key releases along to input methods [Owen] |
| 4975 |
* Many bug fixes |
| 4976 |
|
| 4977 |
Other contributors: Darin Adler, Fabrice Bellet, Chris Blizzard, |
| 4978 |
Hans Breuer, Anders Carlsson, Damon Chaplin, Murray Cumming, Jeff Franks, |
| 4979 |
James Henstridge, Tim Janik, Alex Larsson, George Lebl, Kjartan, Maraas, |
| 4980 |
Sven Neumann, Seth Nickell, Padraig O'Briain, Soeren Sandmann, Manish Singh, |
| 4981 |
Matt Wilson |
| 4982 |
|
| 4983 |
Overview of Changes in GTK+ 1.3.11 |
| 4984 |
================================== |
| 4985 |
|
| 4986 |
* Massive rework of accelerator API and implementation (Tim Janik) |
| 4987 |
* Major fixes to resizing and redrawing to eliminate hysteresis |
| 4988 |
and optimize. (Owen Taylor, Soeren Sandmann) |
| 4989 |
* Make many widgets NO_WINDOW to improve appearance and reduce |
| 4990 |
drawing overhead (Owen) |
| 4991 |
* Text view fixes (Havoc Pennington) |
| 4992 |
* Make child widgets in GtkTextView work (Havoc) |
| 4993 |
* GtkTreeModelSort fixage (Jonathan Blandford, Kristian Rietveld) |
| 4994 |
* Clean up GtkTreeView drag and drop support (Owen) |
| 4995 |
* Misc tree view fixes and improvements (Jonathan, Kristian, Anders, Matt Wilson) |
| 4996 |
* Add gtk_window_get/set_focus(), gtk_window_set_default() as public |
| 4997 |
functions (Owen, Damian Ivereigh) |
| 4998 |
* Fixes to GtkPlug/GtkSocket (Michael Meeks, Owen) |
| 4999 |
* Change button ordering in standard dialogs to correspond to |
| 5000 |
GNOME usability project proposal (Gregory Merchan) |
| 5001 |
* Add support for context sensitivity in input methods (Owen) |
| 5002 |
* Hook up gtk_im_context_set_use_preedit() (Hidetoshi Tajima) |
| 5003 |
* Fix gdk_window_scroll() and other aspects of big windows (Owen) |
| 5004 |
* Remove need for X connection for class initialization (Jacob Berkman) |
| 5005 |
* Propagate key events to parents of focused widget (Owen) |
| 5006 |
* Don't export normal GTK+ marshalers, export deprecated compat marshalers (Owen) |
| 5007 |
* Many Win32 Fixes and improvements (Hans Breuer, Tor Lillqvist) |
| 5008 |
* Bug and documentation fixing (Matthias Clasen, Anders Carlsson, |
| 5009 |
Jacob Berkman, others.) |
| 5010 |
|
| 5011 |
Other Contributors: |
| 5012 |
Darin Adler, Marius Andreiana, Erwann Chenede, Murray Cumming, Janet Davis, |
| 5013 |
Daniel Egger, Daniel Elstner, Jeff Franks, Alex Larsson, George Lebl, |
| 5014 |
Sergey Kuzminov, Eric Lemings, Arkadiusz Miskiewicz, Padraig O'Briain, Sven Neumann, |
| 5015 |
Kristian Rietveld, Nicolas Setton, Manish Singh, Vitaly Tishkov, Sebastian Wilhelmi, |
| 5016 |
Michael Natterer |
| 5017 |
|
| 5018 |
Overview of Changes in GTK+ 1.3.10 |
| 5019 |
================================== |
| 5020 |
|
| 5021 |
* GtkTextView fixes [Havoc Pennington] |
| 5022 |
* GtkTreeView fixes and improvements [Jonathan Blandford, Kristian, |
| 5023 |
Manish Singh, Joshua Pritikin, Oleg Maiboroda, James Henstridge] |
| 5024 |
* gtkdemo improvements [Kristian Rietveld] |
| 5025 |
* Drag and drop fixes to generic code and widgets |
| 5026 |
[Owen Taylor, Damian Ivereigh] |
| 5027 |
* Documentation improvement [Havoc Pennington, Matthias Clasen] |
| 5028 |
* Spelling fixes [Jacob Berkman] |
| 5029 |
* Move signals to the GtkEditable interface [Kristian] |
| 5030 |
* Further stock image improvements [Jakub Steiner] |
| 5031 |
* Support text chunks for the PGN loader, add gdk_pixbuf_get_option() |
| 5032 |
[Sven Neumann] |
| 5033 |
* Rename gdk_pixbuf_new_from_stream back to new_from_inline [Owen] |
| 5034 |
* Automatically call setlocale(), unless explicitly disabled [Owen] |
| 5035 |
* Property addition to various widgets [Michael Meeks, Owen] |
| 5036 |
* Support building with automake-1.4 [James] |
| 5037 |
* Make GtkRadioButton groups act as a single focus point [Owen] |
| 5038 |
* Move gdk_window_lookup etc. to be cross-platform [Matthias] |
| 5039 |
* Draw spinbuttons variably sized [Kristian] |
| 5040 |
* Separate GdkAtom out from X atoms for compatibility with future |
| 5041 |
multihead changes [Owen] |
| 5042 |
* Require gdk_threads_init() to be explicitly called instead |
| 5043 |
of piggybacking off of g_thread_init(). [Owen] |
| 5044 |
* Improvements to text-view/label/entry popup menus [Damian, Jacob, Owen] |
| 5045 |
* Bug fixes and cleanup [Matthias, others] |
| 5046 |
|
| 5047 |
Other Contributors: |
| 5048 |
Mark McLoughin, Mikael Hermansson, Soeren Sandmann, Anders Carlsson, |
| 5049 |
Tim Janik, Murray Cumming, Hidetoshi Tajima, Padraig O'Briain, |
| 5050 |
Hans Breuer, Vitaly Tishkov, Dov Grobgeld |
| 5051 |
|
| 5052 |
|
| 5053 |
Overview of Changes in GTK+ 1.3.9 |
| 5054 |
================================= |
| 5055 |
|
| 5056 |
* Add editable text cells to GtkTreeView. |
| 5057 |
Keynav, drawing fixes in GtkTreeView [Jonathan Blandford] |
| 5058 |
* Text widget no longer always has a \n in it. [Havoc Pennington] |
| 5059 |
* Text widget bug fixes [Havoc, Dov Grobgeld, Hidetoshi Tajima] |
| 5060 |
* Allow -1 for width/height in gdk_pixbuf_render_*(). [Matthias Clasen] |
| 5061 |
* Minor fix for major resizing problems in recent releases [Owen Taylor] |
| 5062 |
* Restore ability to set _set properties to TRUE for |
| 5063 |
GtkCellRendererText, GtkTextTag [Owen] |
| 5064 |
* Cursor drawing improvements [Owen] |
| 5065 |
* Win32 fixes [Hans Breuer] |
| 5066 |
* Mark various functions as deprecated or private. |
| 5067 |
* Misc bug fixes, portability fixes, and cleanups. |
| 5068 |
|
| 5069 |
Other Contributors: |
| 5070 |
Vitaly Tishkov, Christian Rose, Frank Belew, Jeff Franks, Sven Neumann, |
| 5071 |
Kristian Rietveld, Vitaly Tishkov, Joshua N. Pritikin, Matt Wilson, |
| 5072 |
James Henstridge, Detlef Reichl |
| 5073 |
|
| 5074 |
Overview of Changes in GTK+ 1.3.8 |
| 5075 |
================================= |
| 5076 |
|
| 5077 |
* GtkTreeView and GtkTreeModel API cleanups/improvements [Jrb] |
| 5078 |
* GtkOptionMenu scrollwheel support [Alex] |
| 5079 |
* GtkModule search paths [Owen] |
| 5080 |
* Documenatation updates [Havoc,Jrb] |
| 5081 |
* Major Gdk cleanup [Owen] |
| 5082 |
* Miscellaneous other fixes/cleanups |
| 5083 |
|
| 5084 |
Other Contributors: |
| 5085 |
Joshua N Pritikin, Padraig O'Briain, Jakub Steiner, Matthias Clasen, |
| 5086 |
Matt Wilson, James Henstridge |
| 5087 |
|
| 5088 |
Overview of Changes in GTK+ 1.3.7 |
| 5089 |
================================= |
| 5090 |
|
| 5091 |
* Many Pixbuf (loader) improvements [Matthias Clasen, Soeren Sandmann] |
| 5092 |
* Added publically installed utility gdk-pixbuf-csource to generate |
| 5093 |
inlined pixbufs in C source code [Tim Janik] |
| 5094 |
* Optional movement of button children on press [Soeren, Owen Taylor] |
| 5095 |
* Interactive searching in GtkTreeView [Kristian Rietveld] |
| 5096 |
* Sorting/ordering improvements for GtkTreeView [Kris, Jonathan Blandford] |
| 5097 |
* Animation of expander motion for GtkTreeView [Anders Carlsson] |
| 5098 |
* Lots of misc GtkTreeView fixes and improvements [Jonathan] |
| 5099 |
* New/improved stock icons [Jakub Steiner] |
| 5100 |
* Code and API rework for window resizing [Havoc Pennington] |
| 5101 |
* Converted accel groups to GObject [James Henstridge] |
| 5102 |
* More property support improvements |
| 5103 |
* Add facility for "secondary" buttons in |
| 5104 |
GtkButtonBox/GtkDialog [Gregory Merchan] |
| 5105 |
* Disentangled child visability from MAPPED state [Owen] |
| 5106 |
* Plug/Socket improvements and port to the XEMBED protocol [Owen] |
| 5107 |
* Added priorities for styles in RC files, |
| 5108 |
support multiple parse contents [Owen] |
| 5109 |
* Made GdkVisual and GdkDevice GObjects [Alexander Larsson] |
| 5110 |
* Key binding improvements [Havoc] |
| 5111 |
* Added GtkWidget::event-after signal since normal event handling |
| 5112 |
is now aborted as soon as a handler returned TRUE [Tim] |
| 5113 |
* Dnd fixes and improved icon support [Owen] |
| 5114 |
* Removed GtkPacker widget |
| 5115 |
* Fixing missing paired getters/setters [Kris] |
| 5116 |
* Nuked remaining GtkArg cruft, implemented container/child properties [Tim] |
| 5117 |
* Added window grab groups [Owen] |
| 5118 |
* Many frame buffer improvements [Alex] |
| 5119 |
* Win32 fixes and improvements [Hans Breuer] |
| 5120 |
* Warning fixes [Darin Adler] |
| 5121 |
* Miscellaneous bug and API fixes [Matthias et. al] |
| 5122 |
|
| 5123 |
Other Contributors: |
| 5124 |
Joshua N Pritikin, Hidetoshi Tajima, Manish Singh, ERDI Gergo, Jens Finke, |
| 5125 |
Chema Celorio, Lee Mallabone, Vitaly Tishkov, Sebastian Wilhelmi, |
| 5126 |
Nicola Girardi, Sven Neumann, Padraig O'Briain, Michael Natterer, |
| 5127 |
Suresh Chandrasekharan, Jonas Borgström, Jay Cox, Michael Meeks, |
| 5128 |
Mathias Hasselmann, Peter Williams, Thomas Broyer, Kjartan Maraas, |
| 5129 |
Joel Becker, Jeff Franks, Brian Cameron, Skip Montanaro |
| 5130 |
|
| 5131 |
Overview of Changes in GTK+ 1.3.6 |
| 5132 |
================================= |
| 5133 |
|
| 5134 |
* Properly renders strikethrough text |
| 5135 |
* win32 fixes |
| 5136 |
* Added "scale" property to GtkTextTag and GtkCellRendererText to do |
| 5137 |
relative font scaling |
| 5138 |
* Added "format_value" signal to GtkScale to reformat value text |
| 5139 |
* framebuffer fixes |
| 5140 |
* Property support added to lots of widgets |
| 5141 |
* Many GtkTreeView new features and API/implementation fixes |
| 5142 |
* Lots of new_with_mnemonic() convenience functions |
| 5143 |
* Change GtkImageMenuItem API to be more consistent/useful |
| 5144 |
* Added lots of new stock items/icons |
| 5145 |
* Rewrote GtkRange/GtkScale/GtkScrollbar, includes support for |
| 5146 |
enabling/disabling extra scrollbar stepper arrows in gtkrc so NeXT |
| 5147 |
themes won't need broken hacks |
| 5148 |
* Convenience API for GtkRange similar to the one added to GtkSpinButton |
| 5149 |
a while back |
| 5150 |
* Make menubar/toolbar work properly with xthickness/ythickness of 1 or 0, |
| 5151 |
and move some attributes from program settings to user settings. |
| 5152 |
Allows nice 1-pixel-bevel themes. |
| 5153 |
* Moved ::focus virtual function from GtkContainer to GtkWidget |
| 5154 |
* Plenty of bug fixes |
| 5155 |
|
| 5156 |
Overview of Changes in GTK+ 1.3.5 |
| 5157 |
================================= |
| 5158 |
|
| 5159 |
* New default theme based on Raleigh theme for 1.2.x. |
| 5160 |
* Dependency on the ATK library added as a step to |
| 5161 |
providing accessibility-enabling interfaces |
| 5162 |
* XEMBED-based GtkPlug/GtkSocket now basically works. |
| 5163 |
* Drag and drop of column headers in GtkTreeView |
| 5164 |
* GtkColorSelector work: hooks for saving and propagating palette, UI tweaks, |
| 5165 |
and API sanitation |
| 5166 |
* Key binding fixes |
| 5167 |
* Configurable padding/spacing in a lot of places |
| 5168 |
* Invisible text in GtkTextView fixed |
| 5169 |
* SHM segments now created with a mode of 0600 |
| 5170 |
* Bug fixes |
| 5171 |
|
| 5172 |
Overview of Changes in GTK+ 1.3.4 |
| 5173 |
================================= |
| 5174 |
|
| 5175 |
* Win32 fixes |
| 5176 |
* GtkTreeView improvements and fixes |
| 5177 |
* Fix glib-2.0.m4 |
| 5178 |
* Miscellaneous bug fixes |
| 5179 |
|
| 5180 |
Overview of Changes in GTK+ 1.3.3 |
| 5181 |
================================= |
| 5182 |
|
| 5183 |
[ 5600 lines of ChangeLog ] |
| 5184 |
|
| 5185 |
* API cleanups |
| 5186 |
* Win32 work (Tor, Hans Breuer) |
| 5187 |
* Focus improvements (Owen) |
| 5188 |
* Frame buffer improvements (Alex) |
| 5189 |
* Work on GtkTextView (Havoc) |
| 5190 |
* Much work on GtkTreeView (Jonathan) |
| 5191 |
* Selectable labels (Havoc) |
| 5192 |
* Converted many arguments to properties (Lee Mallabone, John Margaglione) |
| 5193 |
* Add exact regions to GdkExposeEvent, propagate it. (Alex) |
| 5194 |
* Added ability to have resize grips in status bars (etc.) using |
| 5195 |
_NET_WM_MOVERESIZE protocol. (Havoc) |
| 5196 |
* Added mnemnonic mechanism to make setting underline accelerators |
| 5197 |
much easier. (Alex) |
| 5198 |
* Add per-style property mechanism to allow themes to change |
| 5199 |
geometry parameters. (Tim) |
| 5200 |
* Added global settings mechanisms for settings such as double-click |
| 5201 |
time. (Tim, Owen) |
| 5202 |
* Various support functions for new and old WM properties (Havoc, Alex) |
| 5203 |
* Add TRUE-stops-returns for boolean-returning signals (Ron Steinke) |
| 5204 |
|
| 5205 |
Overview of Changes in GTK+ 1.3.2 |
| 5206 |
================================= |
| 5207 |
|
| 5208 |
GTK Core: |
| 5209 |
|
| 5210 |
* New stock-icon and stock-item system. Use themeable pixbufs in |
| 5211 |
dialogs, buttons, etc. [Havoc] |
| 5212 |
* Theme engines reworked to use derivation and new object system. [Owen] |
| 5213 |
* Added GtkClipboard object for simple selection handling. [Owen] |
| 5214 |
* Make GtkEditable an interface, move implementation to GtkOldEditable for |
| 5215 |
compat. [Owen] |
| 5216 |
* Better handling of default directionality. [Robert] |
| 5217 |
* Use GSignal as backend for GtkSignal and other GObject stuff. [Tim] |
| 5218 |
* Move theme engines to GTypePlugin. [Owen] |
| 5219 |
|
| 5220 |
GDK: |
| 5221 |
|
| 5222 |
* Beginning of implementation of client parts of new window manager spec. [Owen] |
| 5223 |
* Make gdk_drawable_get_image() work with backing store. [Havoc] |
| 5224 |
|
| 5225 |
Widgets: |
| 5226 |
|
| 5227 |
* New text widget [Havoc] |
| 5228 |
- Adjustable tab handling. |
| 5229 |
- Ability to have scrolling side areas in new text widget for tabs/line numbers. |
| 5230 |
- Many cleanups and small improvements. |
| 5231 |
* Improvements to submenu navigation [Nils Barth/David Santiago] and |
| 5232 |
scrolling menus. [Alex] |
| 5233 |
* Simplification of progress bar API. [Havoc] |
| 5234 |
* Make GtkImage a generic image-display widget. [Havoc] |
| 5235 |
* New GtkTreeView tree widget. Model/view architecture, flexible rendering, |
| 5236 |
large datasets, etc. [Jonathan] |
| 5237 |
* New GtkMessageBox widget for message display. [Havoc] |
| 5238 |
* Allow labels to have contents set from XML-like markup language. [Havoc] |
| 5239 |
* Make dialogs derive from GtkDialog and use stock buttons. [Havoc] |
| 5240 |
|
| 5241 |
Internationalization: |
| 5242 |
|
| 5243 |
* Proper character set conversion for clipboard/selection. [Owen] |
| 5244 |
* New input method system via loadable modules; support on-the-spot |
| 5245 |
preedit in GtkEntry and new text widget; allow switching input methods |
| 5246 |
on the fly; include modules for XIM and demo Cyrillic-transliteration |
| 5247 |
module. [Owen] |
| 5248 |
* VIQR, Thai, and Inuktitut input methods. [Robert] |
| 5249 |
* Convert po files to UTF-8. [Robert] |
| 5250 |
|
| 5251 |
gdk-pixbuf: |
| 5252 |
|
| 5253 |
* Full-alpha compositing for gdk-pixbuf on drawable. [Havoc] |
| 5254 |
* Add simple saving to gdk-pixbuf. [David Welton/Havoc] |
| 5255 |
* Add improved error handling with GError to gdk-pixbuf. [Havoc] |
| 5256 |
|
| 5257 |
Ports: |
| 5258 |
|
| 5259 |
* Much work on Win32 Port. [Tor/Hans] |
| 5260 |
* Much work on Linux-FB Port. [Elliot/Alex] |
| 5261 |
|
| 5262 |
Misc: |
| 5263 |
|
| 5264 |
* Start of new gtk-demo demo program. [Owen/Jonathan] |
| 5265 |
* Bug fixes and more bug fixes. |
| 5266 |
|
| 5267 |
|
| 5268 |
Overview of Changes in GTK+ 1.3.1: |
| 5269 |
|
| 5270 |
* GTK+ now uses the Pango library for text manipulation. All |
| 5271 |
strings in GTK+ now are in Unicode, languages written |
| 5272 |
from right-to-left, and complex-text languages are now supported. |
| 5273 |
* The gdk-pixbuf library for image loading and manipulation is |
| 5274 |
has been integrated with GTK+. |
| 5275 |
* The GTK+ object system has mostly been moved to GLib, separating |
| 5276 |
it from the GUI code. Many significant enhancements have been |
| 5277 |
made as part of this. |
| 5278 |
* A new text widget is now included. This started as a port |
| 5279 |
of the Tk text widget, and includes such features of the Tk |
| 5280 |
text widget as tags, marks, and unicode text support. It |
| 5281 |
has been enhanced to support model-view operation and the |
| 5282 |
full power of Pango. |
| 5283 |
* The GDK library has been extensively revised to support multiple |
| 5284 |
windowing systems. The only fully functional backend in 1.3.1 |
| 5285 |
is the X11 backend, however, ports to Win32, Linux-framebuffer, |
| 5286 |
Nano-X, BeOS, and MacOS exist in various states of completion, |
| 5287 |
and at least some of these will be finished and integrated in |
| 5288 |
before the final GTK+-2.0 release. |
| 5289 |
* 32-bit coordinates are now supported throughout GDK and GTK+ |
| 5290 |
(they are emulated where not supported by the windowing system.) |
| 5291 |
* Many minor bug fixes and enhancements. Incompatible changes |
| 5292 |
are documented in docs/Changes-2.0.txt |
| 5293 |
|
| 5294 |
Overview of Changes in GTK+ 1.2.8: |
| 5295 |
|
| 5296 |
* GNU Make 3.79 bug workaround |
| 5297 |
* FAQ and tutorial updates and improvements |
| 5298 |
* Miscellaneous bug fixes: CList, Calendar, rc-files, FontSelection |
| 5299 |
|
| 5300 |
Overview of Changes in GTK+ 1.2.7: |
| 5301 |
|
| 5302 |
* More header cleanups. |
| 5303 |
* Fixed activation bug for insensitive widgets. |
| 5304 |
* Locale fixes to RC file parsing code. |
| 5305 |
* Miscellaneous bugfixes for Item Factory, CList, CTree, X Selections, |
| 5306 |
HScale, VScale, Pixmap, Viewport, OptionMenu, Entry and Notebook. |
| 5307 |
* Upgrade to libtool 1.3.4. |
| 5308 |
|
| 5309 |
Overview of Changes in GTK+ 1.2.6: |
| 5310 |
|
| 5311 |
* container queue_resize fixes |
| 5312 |
* gtk[vh]scale: minor fixups |
| 5313 |
* rename idle to idle_id in testgtk to avoid conflicts with |
| 5314 |
broken libs |
| 5315 |
* More consistent naming of gtkrc files |
| 5316 |
* Added language support: ro, uk |
| 5317 |
|
| 5318 |
Overview of Changes in GTK+ 1.2.5: |
| 5319 |
|
| 5320 |
* more GtkCTree and GtkWindow bug fixes. |
| 5321 |
* more redraw/resize queue fixes, better expose event |
| 5322 |
discarding code. |
| 5323 |
* more miscellaneous bugs fixed |
| 5324 |
* new configure.in option --disable-rebuilds to completely disable |
| 5325 |
rebuilds of autogenerated sources. |
| 5326 |
* check for 5.002 now, to avoid failing autogeneration build rules due |
| 5327 |
to old perl versions. |
| 5328 |
* fonts (and fontsets) are cached now. |
| 5329 |
* more autogeneration make rules and dependency fixups, we should be |
| 5330 |
save with autogeneration up to make -j12 now ;) |
| 5331 |
* new window position GTK_WIN_POS_CENTER_ALWAYS, which will recenter the |
| 5332 |
GtkWindow on every size change. |
| 5333 |
* major rework of window manager hints handling code, fixed a bunch of |
| 5334 |
races with the new resizing code. |
| 5335 |
* the new wm hints and resizing code is absolutely perfect and bug free now, |
| 5336 |
it only lacks testing ;) |
| 5337 |
* fixed up various rc style memory problems. |
| 5338 |
* gtk_widget_modify_style() now properly changes the style of realized widgets |
| 5339 |
and references the style passed into it. if people worked around this bug, |
| 5340 |
this will introduce a slight memory leak in their code. |
| 5341 |
The code should typically look like: |
| 5342 |
GtkRcStyle *rc_style = gtk_rc_style_new (); |
| 5343 |
[...] |
| 5344 |
gtk_widget_modify_style (widget, rc_style); |
| 5345 |
gtk_rc_style_unref (rc_style); |
| 5346 |
* fix problems with positioning menus offscreen. |
| 5347 |
* GtkText fixes for some crashes and drawing errors. |
| 5348 |
* Better handling for unexpected window destroys in GDK and GTK+. |
| 5349 |
This should make it possible to use a GtkPlug and catch the |
| 5350 |
case where its parent socket is randomly killed. |
| 5351 |
* FAQ updates. |
| 5352 |
* FileSelection i18n patches, RadioButton fixups. |
| 5353 |
* many translation improvements. |
| 5354 |
* miscellaneous other bugs fixed. |
| 5355 |
|
| 5356 |
Overview of Changes in GTK+ 1.2.4: |
| 5357 |
|
| 5358 |
* DnD improvements (drags can be canceled with Esc now). |
| 5359 |
* suppressed configure event reordering in Gdk. |
| 5360 |
* rewrite of Gtk's configure event handling. |
| 5361 |
* major improvements for the object argument system (Elena Devdariani). |
| 5362 |
* major bugfixes for threading, GtkNotebook, GtkItemFactory, GtkCList and |
| 5363 |
GtkCTree. |
| 5364 |
* tutorial/FAQ updates, new file generation.txt on autogenerated sources. |
| 5365 |
* configure's --with-glib= is "officially" unsupported. |
| 5366 |
* upgrade to libtool 1.3.3. |
| 5367 |
* various buglets fixed. |
| 5368 |
|
| 5369 |
Overview of Changes in GTK+ 1.2.3: |
| 5370 |
|
| 5371 |
* Upgrade to libtool 1.3 |
| 5372 |
* Check for dgettext (for systems with old versions of GNU Gettext) |
| 5373 |
* Many bug fixes (see ChangeLog for details) |
| 5374 |
|
| 5375 |
Overview of Changes in GTK+ 1.2.2: |
| 5376 |
|
| 5377 |
* Improved Dnd behaviour with Motif applications. |
| 5378 |
* Bug fixes for the Gtk selection code. |
| 5379 |
* Minor bug fixes to the Gdk Atom cache and Dnd code (with --display option). |
| 5380 |
* Bug fixes and leak plugs for the Gdk IM code. |
| 5381 |
* Added gtk_object_get() facility to retrieve object arguments easily. |
| 5382 |
The var args list expects ("arg-name", &value) pairs. |
| 5383 |
* Fixed mapping for GdkInputCondition<->GIOCondition, this should fix |
| 5384 |
problems where closed pipes were no longer signaling GDK_INPUT_READ on |
| 5385 |
systems with a native poll(). |
| 5386 |
* Some cleanups to GtkLabel's memory allocation code (shouldn't leak memory |
| 5387 |
anymore). |
| 5388 |
* We don't attempt to lookup xpm color "None" anymore, this should prevent |
| 5389 |
eXodus (commercial X windows server) from popping up a color dialog every |
| 5390 |
time a transparent pixmap is created. |
| 5391 |
* Fixed bug where Gtk timeout/idle handlers would execute without the global |
| 5392 |
Gdk lock being held. |
| 5393 |
* Other minor bug fixes. |
| 5394 |
|
| 5395 |
Overview of Changes in GTK+ 1.2.1: |
| 5396 |
|
| 5397 |
* Many Bug fixes have been applied to the menu and accelerator code. |
| 5398 |
* GtkItemFactory can "adopt" foreign menu items now and manage their |
| 5399 |
accelerator installation. This is often required to get GtkItemFactory |
| 5400 |
like accelerator propagation between different windows with the same |
| 5401 |
menu hierarchy and for centralized parsing and saving of accelerators. |
| 5402 |
* GtkCList/GtkCTree buttons should always display correctly now. |
| 5403 |
* Miscellaneous other bug fixes. |
| 5404 |
|
| 5405 |
What's New in GTK+ 1.2.0 (since 1.0.x): |
| 5406 |
|
| 5407 |
* New widgets: GtkFontSelector, GtkPacker, GtkItemFactory, GtkCTree, |
| 5408 |
GtkInvisible, GtkCalendar, GtkLayout, GtkPlug, GtkSocket |
| 5409 |
* Many new features and robustness for existing widgets |
| 5410 |
* Theme support |
| 5411 |
* New DND implementation |
| 5412 |
* Internationalization of standard dialogs |
| 5413 |
* New key binding system |
| 5414 |
* Tearoff menus and menu accelerators |
| 5415 |
* Wide character support for entry and text |
| 5416 |
* Resizing code has been overhauled |
| 5417 |
* Queued redraws of partial areas |
| 5418 |
* Far better support for object arguments |
| 5419 |
* Speed optimizations |
| 5420 |
* Runtime loading of dynamic modules |
| 5421 |
* Support for GLib log domains |
| 5422 |
* Tutorial improvements |
| 5423 |
* A bug fix or two |
| 5424 |
|
| 5425 |
Overview of Changes in GTK+ 1.1.16: |
| 5426 |
|
| 5427 |
* Major fixes and improvements for handlebox |
| 5428 |
* A change to the way widget->requisition works. Now, |
| 5429 |
widget->requisition is always what the widget requested, |
| 5430 |
unmodified by the usize. See Changes-1.2.txt for details. |
| 5431 |
This correct various bugs with gtk_widget_set_usize(). |
| 5432 |
* Fixes for XIM on X11R5 systems |
| 5433 |
* Don't allow cut-and-paste of text in password-style entries |
| 5434 |
* --enable-debug is now on by default for the development release. |
| 5435 |
(When compiling for "production", use --enable-debug=minimum) |
| 5436 |
* Handle systems where Helvetica is not present more gracefully |
| 5437 |
* Fixes for memory leaks |
| 5438 |
* CList and CTree fixes |
| 5439 |
* Bug fixes for drawing problems. |
| 5440 |
* Miscellaneous bug fixes to GtkLabel, GtkCList, GtkCTree, |
| 5441 |
GtkColorsel, Focusing, DND |
| 5442 |
* Tutorial improvements |
| 5443 |
|
| 5444 |
Overview of Changes in GTK+ 1.1.15: |
| 5445 |
|
| 5446 |
* Tutorial Updates |
| 5447 |
* Added --libs gthread to gtk-config |
| 5448 |
* Bug fixes |
| 5449 |
|
| 5450 |
What is new in GTK+ 1.1.14: |
| 5451 |
|
| 5452 |
* Additions to docs/Changes-1.2.txt |
| 5453 |
* Just warn when loading theme engine fails |
| 5454 |
* CLAMP GtkScale digits to a meaningful range |
| 5455 |
* GTK_LOCALDIR is now defined in a better fashion |
| 5456 |
* New functions (feature freeze, we know...): |
| 5457 |
gtk_menu_set_title() |
| 5458 |
gtk_toggle_button_get_active() |
| 5459 |
* Some locale fixups in gtkrc code |
| 5460 |
* Fixes to make gtk_radio_button_set_group() keep only |
| 5461 |
one radio button in the group active |
| 5462 |
* Foreign windows are now always treated as viewable; this fixes |
| 5463 |
a problem where updating didn't occur properly in GtkPlug |
| 5464 |
* DND fixes for 64 bit architectures, and for specifying operations |
| 5465 |
with modifier keys. |
| 5466 |
* Major revisions to GtkLayout: avoid having to create window |
| 5467 |
for NO_WINDOW children, adjust allocations of children as |
| 5468 |
scrolled so queued draws work, and a resize is queued instead |
| 5469 |
of allocating directly in a put() or move() |
| 5470 |
|
| 5471 |
What is new in GTK+ 1.1.13: |
| 5472 |
|
| 5473 |
* Dnd and selection bug fixes and memory purification. |
| 5474 |
* Widget sensitivity fixups. |
| 5475 |
* Tooltips windows are now named "gtk-tooltips" so rc file rules |
| 5476 |
can match tooltips windows. Fixed interaction of tooltips and NO_WINDOW |
| 5477 |
widgets. |
| 5478 |
* Spin buttons now update their values upon value retrieval. |
| 5479 |
* Overhaul of the resizing vs. redrawing logic to reduce redrawing needs |
| 5480 |
a lot. Gtk makes full use of the draw_area coalescing code now, which |
| 5481 |
got minorly improved as well. |
| 5482 |
* Containers map their Gdk windows after their children now to reduce |
| 5483 |
expose event generation. |
| 5484 |
* Gdk event queue fixups, this solves the double-click problems people were |
| 5485 |
recently having. |
| 5486 |
* Account for the fact that GSource's are only properly reentrant from |
| 5487 |
within dispatch(), thus we don't do Gdk event processing from within |
| 5488 |
check() or prepare() anymore. |
| 5489 |
* Rc files feature a bg_pixmap value of "<none>" now. |
| 5490 |
* Improved session management support in Gdk. |
| 5491 |
* Automatic disabling of NLS if no gettext is found should work now. |
| 5492 |
* Removed deprecated functions, docs/Changes-1.2.txt gives an overview. |
| 5493 |
* Gtk+ development now requires GNU autoconf 2.13, GNU automake 1.4 |
| 5494 |
and GNU libtool 1.2d. |
| 5495 |
* More bug fixes all over the place. |
| 5496 |
|
| 5497 |
What is new in GTK+ 1.1.12: |
| 5498 |
|
| 5499 |
* Korean translation added |
| 5500 |
* Fixed memory leaks |
| 5501 |
* A few other bug fixes |
| 5502 |
|
| 5503 |
What is new in GTK+ 1.1.11: |
| 5504 |
|
| 5505 |
* Dutch, Japanese, Swedish, Polish, and Norwegian translations |
| 5506 |
* Removed deprecated _interp variants: gtk_container_foreach_interp, |
| 5507 |
gtk_idle_add_interp, gtk_timeout_add_interp, gtk_signal_connect_interp |
| 5508 |
* Lots of cast corrections |
| 5509 |
* Many fixes |
| 5510 |
|
| 5511 |
What is new in GTK+ 1.1.9: |
| 5512 |
|
| 5513 |
* Check for broken glibc 2.0 mb functions and avoid them |
| 5514 |
* Label and Entry display fixes |
| 5515 |
* Move main thread back to GDK, for locking when translating events |
| 5516 |
* Bug fixes |
| 5517 |
|
| 5518 |
What is new in GTK+ 1.1.8: |
| 5519 |
|
| 5520 |
* Added support for gettext and the localization of the standard |
| 5521 |
dialogs. |
| 5522 |
* Added line-wrapping for the label, and JUSTIFY_FILL |
| 5523 |
* Support reordering via drag and drop in CList and CTree. |
| 5524 |
* Replaced GtkDrawWindow widget with a GTK_USER_DRAW flag |
| 5525 |
* Extended gtkpaned API to support minimum sizes and proportional |
| 5526 |
resizing. |
| 5527 |
* Changed the handling of shared memory segments so as to |
| 5528 |
remove the need for GTK+ to set up signal handlers. |
| 5529 |
* Re-implemented event loop in terms of the event loop |
| 5530 |
that has been added to GLib 1.1.8 |
| 5531 |
* Added 'grab_focus' signal to allow keyboard accelerators |
| 5532 |
for entries. |
| 5533 |
* Load locale specific RC files if present. |
| 5534 |
* Bug fixes. |
| 5535 |
|
| 5536 |
What is new in GTK+ 1.1.7: |
| 5537 |
|
| 5538 |
* Fixed memory mis-allocation in default files code |
| 5539 |
* Various event handling fixes |
| 5540 |
* Wide character support for entry and text |
| 5541 |
* Destroy widgets _after_ propagating unrealize signals through |
| 5542 |
widget hierarchy |
| 5543 |
* Only build XIM-support if available |
| 5544 |
* Tutorial and examples updates |
| 5545 |
* Added gtk_drag_source_unset() |
| 5546 |
|
| 5547 |
What is new in GTK+ 1.1.6: |
| 5548 |
|
| 5549 |
* The signal system now features emission hooks with special semantics, |
| 5550 |
refer to the ChangeLog for this. |
| 5551 |
* Minor? speedups and memory reductions to the emission handling of the |
| 5552 |
signal system. |
| 5553 |
* _interp() function variants are deprecated now. the corresponding *_full() |
| 5554 |
variants are provided for a long time now. |
| 5555 |
* Dnd abort timeout increased to 10 minutes. |
| 5556 |
* GtkScrolledWindow inherits from GtkBin now. |
| 5557 |
* GTK_POLICY_NEVER is implemented for scrolled windows now. |
| 5558 |
* Lots of API clean ups. |
| 5559 |
* Incremental freezing abilities. |
| 5560 |
* Integrated widgets from the GNOME tree: GtkLayout, GtkPlug and GtkSocket. |
| 5561 |
* New window functions for transient relationship, default size, and |
| 5562 |
geometry hints |
| 5563 |
* Default rc files are now read in (<sysconfdir/etc/gtkrc and ~/.gtkrc) |
| 5564 |
GTK_RC_FILES environment variable and functions are provided to configure |
| 5565 |
this behavior |
| 5566 |
* Read doc/Changes-1.2.txt to properly adapt your code. |
| 5567 |
* Bug Fixes. |
| 5568 |
|
| 5569 |
What is new in GTK+ 1.1.5: |
| 5570 |
|
| 5571 |
* Theme integration |
| 5572 |
* Widget style modification is now handled through GtkRcStyles |
| 5573 |
* GtkPixmaps now grey out pixmaps when insensitive |
| 5574 |
* Notebook enhancements |
| 5575 |
* Shadow configurability for menubars and handleboxes |
| 5576 |
* DND enhancements |
| 5577 |
* gtkfilesel now supports automounters better |
| 5578 |
* Implementation of expose compression |
| 5579 |
* Queued redraws of partial areas |
| 5580 |
* Scrolledwindow (+Viewport) source incompatibilities, children that are added |
| 5581 |
to a scrolled window don't get an automatic viewport anymore. a convenience |
| 5582 |
function gtk_scrolled_window_add_with_viewport() is supplied for this task |
| 5583 |
* Deprecated functions will now issue a message, informing the programmer about |
| 5584 |
the use of this function. These functions will get removed in future versions |
| 5585 |
* Non-functional functions got removed entirely |
| 5586 |
* gtk_widget_new() and gtk_object_new() will now auto-construct new objects. |
| 5587 |
A new function gtk_object_default_construct() is provided now which should |
| 5588 |
be called after every gtk_type_new() to perform the auto-construction |
| 5589 |
* Improved argument support of several widgets |
| 5590 |
* Bug Fixes |
| 5591 |
|
| 5592 |
What is new in GTK+ 1.1.3: |
| 5593 |
|
| 5594 |
* GtkCList/GtkCTree now have the ability to: |
| 5595 |
- hide/show individual columns |
| 5596 |
- disable/enable column resizing |
| 5597 |
- set min and max for column widths |
| 5598 |
- set expander style of the ctree |
| 5599 |
- set/get row and cell styles |
| 5600 |
- set spacing between tree expander and cell contents in ctree |
| 5601 |
- toggle auto_resize for columns |
| 5602 |
* Must enhanced DND support, removed old DND code |
| 5603 |
* Idle functions are now implemented via GHook, giving a slight speed |
| 5604 |
improvement |
| 5605 |
* An environment variable GTK_MODULES which takes a colon separated |
| 5606 |
list of module names GTK+ will now automatically load at gtk_init() startup |
| 5607 |
* GtkFontSel now has support for an extra 'base' filter |
| 5608 |
* New function gdk_window_set_root_origin to get the real geometry taking |
| 5609 |
into account window manager offsets |
| 5610 |
* New function gtk_text_set_line_wrap to toggle line wrapping |
| 5611 |
* New function gtk_widget_add_events which safely adds additional |
| 5612 |
events to a widget's event mask |
| 5613 |
* New function gdk_event_get_time to get the timestamp from a generic |
| 5614 |
event |
| 5615 |
* New widget GtkCalendar |
| 5616 |
* New widget GtkInvisible - InputOnly offscreen windows used for reliable |
| 5617 |
pointer grabs and selection handling in DND code |
| 5618 |
* New functions gtk_object_remove_no_notify[_by_id] to remove a certain |
| 5619 |
data portion without invocation of its destroy notifier |
| 5620 |
* gtk_spin_button_construct is now deprecated, use gtk_spin_button_configure |
| 5621 |
instead |
| 5622 |
* gtk_clist_set_border is now deprecated, use gtk_clist_set_shadow_type |
| 5623 |
instead |
| 5624 |
* Removed functions gtk_object_set_data_destroy[_by_id] |
| 5625 |
* Documentation additions/updates |
| 5626 |
* HTML and plain text files are now included in the distribution |
| 5627 |
* Bug fixes, typeness corrections, and general fixups |
| 5628 |
|
| 5629 |
What is new in GTK+ 1.1.2: |
| 5630 |
|
| 5631 |
* Gtk+ is now featuring runtime loading of dynamic modules via the |
| 5632 |
--gtk-modules= command line switch. such modules have to export a |
| 5633 |
G_MODULE_EXPORT void gtk_module_init (gint *argc, gchar ***argv); |
| 5634 |
function which will be invoked to initialize the module. since such |
| 5635 |
modules may create new widget types, they are always resident. |
| 5636 |
* The tutorial has been updated again. |
| 5637 |
* Changes to menus including tearoff menus and accelerators. |
| 5638 |
* Better support for modal dialogs. |
| 5639 |
* Removed CAN_FOCUS by default from scrollbars and button children of toolbar. |
| 5640 |
* More improvements and fixes for GtkCList and GtkCTree (i.e. row sorting). |
| 5641 |
* GtkCTree rows can be unselectable now. |
| 5642 |
* The GtkCTree API has undergone major renames (see ChangeLog entry from Lars |
| 5643 |
Hamann on Tue Aug 18 00:29:13 1998). |
| 5644 |
* A bunch of varargs functions changed to get va_lists working on systems that |
| 5645 |
implement va_lists as arrays. |
| 5646 |
* Improvements to the gdkrgb code. |
| 5647 |
* Improvements to Gdk color handling so we greatly reduce server traffic and |
| 5648 |
don't leak colors anymore. |
| 5649 |
* Improved internal widget tree iterators (the GtkContainer::foreach signal |
| 5650 |
vanished because of this). |
| 5651 |
* Option menus can have the keyboard focus now. |
| 5652 |
* More fixups to the text widget. |
| 5653 |
* GtkFileSelection should behave much more nicely in combination with AFS now. |
| 5654 |
* Support for label underlining. |
| 5655 |
* Support for GLib 1.1.3 log domains. |
| 5656 |
* Documentation improvements. |
| 5657 |
* Configuration fixes on various platforms. |
| 5658 |
* Miscellaneous fixes to XInput support. |
| 5659 |
* Build with shared library dependencies on Linux |
| 5660 |
* Fix for a major bug in the type systems memory allocation code that could |
| 5661 |
cause random crashes. |
| 5662 |
* Libtool update to version 1.2b. |
| 5663 |
* Lots of bugfixes and cleanups again ;) |
| 5664 |
|
| 5665 |
|
| 5666 |
What is new in GTK+ 1.1.1: |
| 5667 |
|
| 5668 |
* Tutorial updates and additions. |
| 5669 |
* Key binding support for GtkListItems and GtkList. |
| 5670 |
* Extended selection mode and autoscrolling for GtkLists. |
| 5671 |
* A GtkCtree now operates on GtkCTreeNode* structures rather than GList*. |
| 5672 |
* GtkCTreeNodes can now be created from GNode trees. |
| 5673 |
* Bug fixes for GtkNotebook, GtkCList, GtkCombo and GdkWindow reparentation. |
| 5674 |
|
| 5675 |
|
| 5676 |
What is new in GTK+ 1.1.0: |
| 5677 |
|
| 5678 |
* New widget GtkFontSelector. |
| 5679 |
* New featureful progress bar. |
| 5680 |
* New container widget GtkPacker. |
| 5681 |
* New object GtkItemFactory, GtkMenuFactory is deprecated. |
| 5682 |
* New key binding system, configurable via rcfiles, similar to styles. |
| 5683 |
* New widget GtkCTree with drag selections and keyboard movement and |
| 5684 |
and horizontal scrolling. Features also implemented for GtkCList. |
| 5685 |
* Significant speedups to widget creation and destruction through caching |
| 5686 |
colormap and visual queries to the XServer. |
| 5687 |
* Speedups for type creation and especially gtk_type_is_a() checks. |
| 5688 |
* Speedups in signal lookup, creation and emissions and connection handling. |
| 5689 |
* Minor speedups with object data allocation and destruction. |
| 5690 |
* Additions to the signal handling API (e.g. *_emitv). |
| 5691 |
* Support for rc-file reparsing. |
| 5692 |
* Resizing logic is now implemented on container widget basis, rather than |
| 5693 |
for toplevel GtkWindows only. |
| 5694 |
* Buttons support relief styles now. |
| 5695 |
* Some widgets are now allocated through memchunks to behave more memory wise. |
| 5696 |
* Newly included file gtkfeatures.h which defines compatibility macros to |
| 5697 |
test for certain API features upon program compilation. |
| 5698 |
* Child arguments support for container widgets. |
| 5699 |
* Far better support for object arguments, revamp of the underlying |
| 5700 |
mechanism for speed and reusability. Child/object arguments don't |
| 5701 |
need to be preceded by the "GtkType::" portion anymore. |
| 5702 |
* Removed GtkAcceleratorTable in favour of GtkAccelGroup, accelerator display |
| 5703 |
is now performed by a new widget GtkAccelLabel. |
| 5704 |
* Overhaul of the resizing code. Resizing behaviour can now be specified |
| 5705 |
on GtkContainer basis, so the underlying algorithm isn't only available |
| 5706 |
for GtkWindows. |
| 5707 |
* GtkTables are now fully resizable. |
| 5708 |
* The GtkType system now supports an additional base class initialization |
| 5709 |
function. |
| 5710 |
* GtkStyles and key bindings can now be looked up depending on the base |
| 5711 |
types of a widget, through a new keyword `class' in rc files. |
| 5712 |
* GtkButton derives from GtkBin (finally). |
| 5713 |
* More descriptive error messages on rc parsing. |
| 5714 |
* Runtime information is available to query enum/flag definition values. |
| 5715 |
* Upgrade to libtool-1.2 |
| 5716 |
* Legions of bug fixes, memory leaks, segfaults, of-by-something errors... |
| 5717 |
including those that already went into the 1.0.x branch. |
| 5718 |
* A big bunch of features and cosmetic fixups that just got lost in |
| 5719 |
the masses of changesonfigure problem when cross-compiling |