- 14 Oct, 2008 3 commits
-
-
Christian Dywan authored
* gtk/tests/object.c (list_ignore_properties): Remove some recently fixed properties from the exception list svn path=/trunk/; revision=21653
-
Matthias Clasen authored
2008-10-13 Matthias Clasen <mclasen@redhat.com> Bug 555779 – GtkCellRendererPixbuf crashed on failed GIcon lookup * gtk/gtkcellrendererpixbuf (gtk_cell_renderer_pixbuf_create_themed_pixbuf): Don't crash if a GIcon is not present in the current theme. Patch by Alex Larsson. svn path=/trunk/; revision=21650
-
Matthias Clasen authored
2008-10-13 Matthias Clasen <mclasen@redhat.com> Bug 552318 – menubar mnemonics consumed even when gtk-enable-mnemonics=false * gtk/gtkwindow.c (gtk_window_activate_key): Don't let mnemonic entries block accelerator activation when gtk-enable-mnemonics is FALSE. Problem reported by Andreas Moog. svn path=/trunk/; revision=21648
-
- 13 Oct, 2008 6 commits
-
-
Matthias Clasen authored
2008-10-13 Matthias Clasen <mclasen@redhat.com> Bug 555953 – libferret missing link against libgtk-x11 * modules/other/gail/test/Makefile.am: Link libferret against gtk. svn path=/trunk/; revision=21646
-
Cody Russell authored
2008-10-13 Cody Russell <cody@jhu.edu> * test/testfilechooser.c: Fix option parsing so that -a and --action work correctly. svn path=/trunk/; revision=21645
-
Matthias Clasen authored
2008-10-13 Matthias Clasen <mclasen@redhat.com> Bug 555791 – Natuilus Crashes when opening USB MP3 Player Contents * io-tga.c (gdk_pixbuf__tga_stop_load): Don't segfault on short files. Problem reported by Pedro Villavicencio svn path=/trunk/; revision=21643
-
Christian Persch authored
svn path=/trunk/; revision=21642
-
Christian Persch authored
svn path=/trunk/; revision=21641
-
Takeshi AIHANA authored
2008-10-13 Takeshi AIHANA <takeshi.aihana@gmail.com> * ja.po: Fixed wrong translations (Bug #556017). svn path=/trunk/; revision=21640
-
- 12 Oct, 2008 6 commits
-
-
Jorge Gonzalez Gonzalez authored
svn path=/trunk/; revision=21638
-
Jorge Gonzalez Gonzalez authored
svn path=/trunk/; revision=21637
-
Leonardo Ferreira Fontenelle authored
2008-10-12 Leonardo Ferreira Fontenelle <leonardof@gnome.org> * pt_BR.po: Fixed terminology in Brazilian Portuguese translation by Vladimir Melo. svn path=/trunk/; revision=21636
-
Simos Xenitellis authored
svn path=/trunk/; revision=21634
-
Matthias Clasen authored
2008-10-11 Matthias Clasen <mclasen@redhat.com> * gtk/gtktoolbar.c: Revert the GtkSettings::gtk-toolbar-icon-size part of the previous change, since it doesn't work correctly without extra complication, and using custom icon sizes doesn't make too much sense in a desktop-wide setting. svn path=/trunk/; revision=21633
-
Matthias Clasen authored
2008-10-11 Matthias Clasen <mclasen@redhat.com> Bug 555186 – Setting gtk-toolbar-icon-size with custom icon_size * gtk/gtktoolbar.c: Turn GtkToolbar::icon-size and GtkSettings::gtk-toolbar-icon-size into int properties, to allow the use of app-registered icon sizes. svn path=/trunk/; revision=21632
-
- 11 Oct, 2008 2 commits
-
-
Christian Dywan authored
* gtk/gtkwidget.c (gtk_widget_real_grab_focus): Actually test for GTK_IS_WINDOW *and* GTK_WIDGET_TOPLEVEL svn path=/trunk/; revision=21631
-
Behdad Esfahbod authored
2008-10-10 Behdad Esfahbod <behdad@gnome.org> Bug 551355 – [PATCH] Make glib build with libtool 2.2 * autogen.sh: Accept libtool 2.2. We are moving towards having it working. svn path=/trunk/; revision=21630
-
- 10 Oct, 2008 4 commits
-
-
Richard Hult authored
2008-10-10 Richard Hult <richard@imendio.com> * gdk/quartz/gdkkeys-quartz.c: (gdk_keymap_get_caps_lock_state) Add empty stub to fix linking. svn path=/trunk/; revision=21629
-
Simos Xenitellis authored
svn path=/trunk/; revision=21627
-
Simos Xenitellis authored
svn path=/trunk/; revision=21626
-
Simos Xenitellis authored
svn path=/trunk/; revision=21623
-
- 09 Oct, 2008 7 commits
-
-
Christian Dywan authored
* gtk/gtkwidget.c (gtk_widget_real_grab_focus): Test for GTK_IS_WINDOW instead of GTK_WIDGET_TOPLEVEL svn path=/trunk/; revision=21622
-
Christian Dywan authored
shouldn't require a screen * gtk/gtkfontsel.c (gtk_font_selection_set_font_name): Don't warn if there is no screen, just return FALSE svn path=/trunk/; revision=21621
-
Christian Dywan authored
* gtk/gtkscalebutton.c (gtk_scale_button_set_adjustment): Create a new adjustment if NULL is passed, like other widgets svn path=/trunk/; revision=21620
-
Christian Dywan authored
* gtk/gtktable.c (gtk_table_class_init), (gtk_table_resize): Always use 65535 instead of G_MAXUINT since that is the actually supported maximum number of columns and rows svn path=/trunk/; revision=21619
-
Richard Hult authored
2008-10-09 Richard Hult <richard@imendio.com> Bug 550342 – Splash screens have a caption * gdk/quartz/gdkwindow-quartz.c: (_gdk_window_new), (gdk_window_set_decorations): Patch from Marianne Gagnon to make splash windows borderless. svn path=/trunk/; revision=21617
-
Michael Natterer authored
2008-10-09 Michael Natterer <mitch@imendio.com> Bug 516425 – Optionally display accelerators in popups * gtk/tmpl/gtkuimanager.sgml: document the enhanced XML syntax and the new enum value for popups with accelerators. svn path=/trunk/; revision=21616
-
Michael Natterer authored
2008-10-09 Michael Natterer <mitch@imendio.com> Bug 516425 – Optionally display accelerators in popups * gtk/gtkuimanager.h (enum GtkUIManagerItemType): add value GTK_UI_MANAGER_POPUP_WITH_ACCELS which works like _POPUP but shows the actions' accelerators. * gtk/gtkuimanager.c: honor the new enum value for programmatically created UIs, and support <popup accelerators="true"> in the XML for the same purpose. svn path=/trunk/; revision=21615
-
- 08 Oct, 2008 7 commits
-
-
Simos Xenitellis authored
svn path=/trunk/; revision=21613
-
Christian Persch authored
Also fixes some "format not a string literal and no format arguments" warnings. svn path=/trunk/; revision=21611
-
Matthias Clasen authored
svn path=/trunk/; revision=21609
-
Matthias Clasen authored
2008-10-08 Matthias Clasen <mclasen@redhat.com> * gtk/gtkfilechooserdefault.c (update_current_folder_get_info_cb): Don't forget to reset reload_state when current_folder is already correct. Fixes https://bugzilla.redhat.com/show_bug.cgi?id=465992 svn path=/trunk/; revision=21608
-
Christian Dywan authored
2008-10-08 Christian Dywan <christian@imendio.com> Bug 555270 – Allow unsetting a MessageDialog's image * gtk/gtkmessagedialog.c (gtk_message_dialog_set_property), Remove a superfluous cast to GtkWidget* (gtk_message_dialog_set_image): Accept NULL for the image and unset the image in that case. svn path=/trunk/; revision=21607
-
Christian Dywan authored
* gtk/gtkenums.h: Add GtkArrowPlacement * gtk/gtkmenu.c (gtk_menu_class_init), (get_arrows_border), (get_arrows_visible_area), (get_double_arrows), (get_arrows_sensitive_area): Implement GtkMenu::arrow-placement to allow scrolling arrows to be placed at the start, end or both Patch by Tommi Komulainen and myself svn path=/trunk/; revision=21606
-
Christian Dywan authored
mistakenly requires a display * gtk/gtkstatusbar.c (set_grip_cursor): Only change the cursor of the resize grip if there is a grip window. svn path=/trunk/; revision=21605
-
- 07 Oct, 2008 5 commits
-
-
Matthias Clasen authored
svn path=/trunk/; revision=21603
-
Matthias Clasen authored
2008-10-07 Matthias Clasen <mclasen@redhat.com> Bug 554950 – gail must make itself resident * gail.c: Make the module resident, since it can't handle being unloaded. svn path=/trunk/; revision=21601
-
Tim Janik authored
svn path=/trunk/; revision=21600
-
11:03:30 Tim Janik authored
2008-10-07 11:03:30 Tim Janik <timj@imendio.com> * gtk/gtkbox.h: keep GtkBox as an abstract type and keep _gtk_box_new() as private function until we settle on the exact semantics. renamed _gtk_box_set_old_defaults() as suggested by Mitch. svn path=/trunk/; revision=21599
-
Michael Natterer authored
2008-10-07 Michael Natterer <mitch@imendio.com> * gtk/gtkbox.c: reindent static prototypes. svn path=/trunk/; revision=21598
-