summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Construct the "Select All" menuitem from stock.Matthias Clasen2005-08-2914-3/+49
| | | | | | | | | | | | | | | 2005-08-29 Matthias Clasen <mclasen@redhat.com> * gtk/gtktextview.c (popup_targets_received): * gtk/gtkentry.c (popup_targets_received): Construct the "Select All" menuitem from stock. * gtk/stock-icons/stock_select_all_{16,24}.png: * gtk/stock-icons/Makefile.am: * gtk/gtkiconfactory.c: * gtk/gtkstock.h: * gtk/gtkstock.c: Add a "Select All" stock item. (#78545, Calum Benson)
* Add a pointer to the spec.Matthias Clasen2005-08-293-0/+9
| | | | | | 2005-08-29 Matthias Clasen <mclasen@redhat.com> * gtk/gtktrayicon.c: Add a pointer to the spec.
* Add docs.Matthias Clasen2005-08-298-4/+328
| | | | | | | | 2005-08-29 Matthias Clasen <mclasen@redhat.com> * gtk/gtkstatusicon-x11.c: Add docs. * gtk/gtkstatusicon.h: Fix a typo.
* Add a cross-platform "tray icon" API, by porting EggStatusIcon/EggTrayIconMatthias Clasen2005-08-2911-4/+1906
| | | | | | | | | | | | | | | | | | | | | | | | | | 2005-08-29 Matthias Clasen <mclasen@redhat.com> Add a cross-platform "tray icon" API, by porting EggStatusIcon/EggTrayIcon (#105101) * gtk/gtkstatusicon.h: A GtkStatusIcon is an object which displays an icon in a notification area. * gtk/gtkstatusicon-x11.c: GtkStatusIcon implementation for X11, using GtkTrayIcon. * gtk/gtktrayicon.h: * gtk/gtktrayicon.c: An implementation of the freedesktop.org system tray specification, not public API. * gtk/gtk.symbols: Add new exported functions. * gtk/gtk.h: Include gtkstatusicon.h. * gtk/Makefile.am: Add new files. * tests/Makefile.am: * tests/teststatusicon.c: Test for GtkStatusIcon.
* Add builtin GtkStockItems for GTK_STOCK_CONNECT and GTK_STOCK_DISCONNECTChristopher Aillon2005-08-293-0/+12
| | | | | | | 2005-08-29 Christopher Aillon <caillon@redhat.com> * gtk/gtkstock.c: Add builtin GtkStockItems for GTK_STOCK_CONNECT and GTK_STOCK_DISCONNECT
* Use XFixesChangeSaveSet if available. (#314682)Matthias Clasen2005-08-293-0/+17
| | | | | | | 2005-08-29 Matthias Clasen <mclasen@redhat.com> * gtk/gtksocket-x11.c (_gtk_socket_windowing_embed_notify): Use XFixesChangeSaveSet if available. (#314682)
* Only cancel if the menu was active. (#314298, Christian Persch, analysisMatthias Clasen2005-08-293-1/+11
| | | | | | | 2005-08-29 Matthias Clasen <mclasen@redhat.com> * gtk/gtkmenu.c (gtk_menu_grab_notify): Only cancel if the menu was active. (#314298, Christian Persch, analysis by Mark McLoughlin)
* Updated Korean translation.Changwoo Ryu2005-08-292-1492/+1405
| | | | | | 2005-08-29 Changwoo Ryu <cwryu@debian.org> * ko.po: Updated Korean translation.
* Updated Welsh translation.Telsa Gwynne2005-08-292-2/+24
|
* Remove an accidentally leftover duplicate pixbuf creation. (#314700,Matthias Clasen2005-08-293-2/+8
| | | | | | | | 2005-08-29 Matthias Clasen <mclasen@redhat.com> * gtk/gtkiconcache.c (_gtk_icon_cache_get_icon): Remove an accidentally leftover duplicate pixbuf creation. (#314700, Kjartan Maraas)
* Don't leak the cursor theme name. (#314693, Kjartan Maraas)Matthias Clasen2005-08-293-0/+8
| | | | | | | 2005-08-29 Matthias Clasen <mclasen@redhat.com> * gtk/gtksettings.c (settings_update_cursor_theme): Don't leak the cursor theme name. (#314693, Kjartan Maraas)
* Free state.children in all cases. (#313862, Kjartan Maraas)Matthias Clasen2005-08-293-1/+18
| | | | | | | 2005-08-29 Matthias Clasen <mclasen@redhat.com> * gdk/x11/gdkasync.c (_gdk_x11_get_window_child_info): Free state.children in all cases. (#313862, Kjartan Maraas)
* Updated Brazilian Portuguese translation.Evandro Fernandes Giovanini2005-08-282-600/+613
| | | | | | 2005-08-28 Evandro Fernandes Giovanini <evandrofg@ig.com.br> * pt_BR.po: Updated Brazilian Portuguese translation.
* Updated Indonesian translation.Mohammad DAMT2005-08-282-547/+560
| | | | | | 2005-08-28 Mohammad DAMT <mdamt@gnome.org> * id.po: Updated Indonesian translation.
* Updated Spanish translationFrancisco Javier F. Serrador2005-08-282-1356/+1313
| | | | | | 005-08-28 Francisco Javier F. Serrador <serrador@cvs.gnome.org> * es.po: Updated Spanish translation
* Updated Spanish translationFrancisco Javier F. Serrador2005-08-282-548/+561
| | | | | | 2005-08-28 Francisco Javier F. Serrador <serrador@cvs.gnome.org> * es.po: Updated Spanish translation
* Updated mk translationIvan Stojmirov2005-08-281-1319/+1295
|
* Updated Ukrainian translation.Maxim Dziumanenko2005-08-282-1195/+1232
| | | | | | 2005-08-28 Maxim Dziumanenko <mvd@mylinux.ua> * Updated Ukrainian translation.
* Updated Catalan translation.Josep Puigdemont i Casamajó2005-08-282-34/+59
|
* Updated TranslationsAnkitkumar Rameshchandra Patel2005-08-282-1289/+1283
|
* Add new translationsMatthias Clasen2005-08-284-0/+12
|
* Updated French translation.Christophe Merlet2005-08-272-139/+86
|
* Updated Catalan translation by Xavier Conde.Jordi Mallach2005-08-272-1331/+1338
|
* Fix the default value of the ui property. (#314532, Yong Wang)Matthias Clasen2005-08-273-1/+7
| | | | | Fix the default value of the ui property. (#314532, Yong Wang)
* Don't warn when G_MAXLONG is passed as length.Matthias Clasen2005-08-273-5/+12
| | | | | | | 2005-08-27 Matthias Clasen <mclasen@redhat.com> * gdk/x11/gdkproperty-x11.c (gdk_property_get): Don't warn when G_MAXLONG is passed as length.
* Add a separate --ignore-theme-index option to avoid overloading --force.Matthias Clasen2005-08-266-4/+37
| | | | | | | 2005-08-26 Matthias Clasen <mclasen@redhat.com> * gtk/updateiconcache.c: Add a separate --ignore-theme-index option to avoid overloading --force. (JP Rosevaar)
* Bump version to 2.9.0Matthias Clasen2005-08-267-3/+21
| | | | | | | | | | | 2005-08-26 Matthias Clasen <mclasen@redhat.com> * configure.in: Bump version to 2.9.0 * gdk-pixbuf/gdk-pixbuf.sgml: * gdk/gdk-docs.sgml: * gtk/gtk-docs.sgml: Add indices for new symbols in 2.10
* Make the GdkScreen font options api public, and add propertiesMatthias Clasen2005-08-2611-63/+177
| | | | | | | | | | | | | | | | | | 2005-08-26 Matthias Clasen <mclasen@redhat.com> * gdk/gdk.symbols: * gdk/gdkscreen.h: * gdk/gdkscreen.c: Make the GdkScreen font options api public, and add properties GdkScreen::font-options and GdkScreen::resolution. (#314004) * gdk/gdkpango.c: * gtk/gtksettings.c: * gtk/gtkwidget.c: Adjust all callers. * gdk/gdkintl.h: Simplify and use glib/gi18n-lib.h. * gdk/gdkpango.c: Include gdkintl.h, not gtkintl.h. * gdk/gdkscreen.c: Include gdkintl.h.
* Avoid an uninitialized variable warning, pointed out by Colin Walters.Matthias Clasen2005-08-263-2/+12
| | | | | | | 2005-08-26 Matthias Clasen <mclasen@redhat.com> * gtk/gtkicontheme.c (theme_lookup_icon): Avoid an uninitialized variable warning, pointed out by Colin Walters. (#314585)
* Remove some ifdeffed out debugging printouts.Tor Lillqvist2005-08-263-31/+46
| | | | | | | | 2005-08-26 Tor Lillqvist <tml@novell.com> * gtk/gtkfilesystemwin32.c: Remove some ifdeffed out debugging printouts. (gtk_file_system_win32_parse): Don't mishandle UNC paths. (#314519)
* Fix the calculation of week_start. (#314473, JP Rosevaar)Matthias Clasen2005-08-263-1/+11
| | | | | | | 2005-08-26 Matthias Clasen <mclasen@redhat.com> * gtk/gtkcalendar.c (gtk_calendar_init): Fix the calculation of week_start. (#314473, JP Rosevaar)
* Acquire GDK lock. (#314533, Thomas Fitzsimmons)Thomas Fitzsimmons2005-08-263-0/+14
| | | | | | | 2005-08-25 Thomas Fitzsimmons <fitzsim@redhat.com> * gtk/gtkfilesystemmodel.c (idle_finished_loading_cb): Acquire GDK lock. (#314533, Thomas Fitzsimmons)
* Handle NULL gracefully. (#314523, Ed Catmur)Matthias Clasen2005-08-263-0/+13
| | | | | | | 2005-08-25 Matthias Clasen <mclasen@redhat.com> * gtk/gtktoolbar.c (_gtk_toolbar_elide_underscores): Handle NULL gracefully. (#314523, Ed Catmur)
* Handle theme == NULL.Owen Taylor2005-08-253-3/+15
| | | | | | | 2005-08-25 Owen Taylor <otaylor@redhat.com> * gdk/x11/gdkcursor-x11.c (gdk_x11_display_set_cursor_theme): Handle theme == NULL.
* Take widget y offset into account when positioning the popup. (#314470,Matthias Clasen2005-08-253-0/+13
| | | | | | | | 2005-08-25 Matthias Clasen <mclasen@redhat.com> * gtk/gtkmenutoolbutton.c (menu_position_func): Take widget y offset into account when positioning the popup. (#314470, Christian Persch)
* Add missing bug numberOwen Taylor2005-08-252-4/+4
|
* Use gdk_screen_init as instance_init, not base_init! (Fix from FredericOwen Taylor2005-08-253-5/+19
| | | | | | | | | 2005-08-25 Owen Taylor <otaylor@redhat.com> * gdk/gdkscreen.c (gdk_screen_get_type): Use gdk_screen_init as instance_init, not base_init! (Fix from Frederic Crozat, reported by Joe Marcus Clarke). Trivial cleanup: use -1. rather than -1 for a negative flag value.
* Updated Catalan translation.Jordi Mallach2005-08-252-614/+617
|
* Add a note about cut-and-paste between here and Pango.Owen Taylor2005-08-243-0/+11
| | | | | | | 2005-08-24 Owen Taylor <otaylor@redhat.com> * gdk/gdkpango.c (draw_error_underline): Add a note about cut-and-paste between here and Pango.
* Truncate ChangeLog after moving asideOwen Taylor2005-08-243-11012/+0
|
* 2.8.2GTK_2_8_2Matthias Clasen2005-08-24176-167/+219
|
* Cleanup up the mess I createdMatthias Clasen2005-08-241-5/+114
|
* UpdatesMatthias Clasen2005-08-244-0/+13
|
* Make sure font and cursor settings get propagated down to the screenMatthias Clasen2005-08-244-111/+19
| | | | | | | | 2005-08-24 Matthias Clasen <mclasen@redhat.com> * gtk/gtksettings.c (gtk_settings_get_for_screen): Make sure font and cursor settings get propagated down to the screen initially. Pointed out by Frederic Crozat.
* Don't try to send a client message if the screen is NULL. Noticed byMatthias Clasen2005-08-244-1/+16
| | | | | | | 2005-08-24 Matthias Clasen <mclasen@redhat.com> * gtk/gtkicontheme.c (ensure_valid_themes): Don't try to send a client message if the screen is NULL. Noticed by Kjartan Maraas.
* Bump versionMatthias Clasen2005-08-244-2/+8
|
* 2.8.1GTK_2_8_1Matthias Clasen2005-08-24175-25985/+26055
|
* Make it compileMatthias Clasen2005-08-241-1/+1
|
* Fix #314335Matthias Clasen2005-08-244-3/+22
|
* Fix for #314004, reported by Michael Reinsch:Owen Taylor2005-08-249-88/+331
| | | | | | | | | | | | | | | | | | | | 2005-08-23 Owen Taylor <otaylor@redhat.com> Fix for #314004, reported by Michael Reinsch: * gdk/gdk.symbols: * gdk/gdkscreen.[ch]: Add gdk_screen_get/set_font_options_libgtk_only() Add gdk_screen_get/set_resolution_libgtk_only() * gdk/gdkpango.c (gdk_pango_context_get_for_screen): Set the options for the screen on the newly created context. * gtk/gtksettings.c (settings_update_font_options/dpi) gtkwidget.c: Move font options and dpi code from gtkwidget.c to gtksettings.c, set the font options on the screen. * gtk/gtkwidget.c (gtk_widget_update_pango_context): Just get the font options from the screen and set them on the context.