- 21 Oct, 2008 2 commits
-
-
Tor Lillqvist authored
2008-10-21 Tor Lillqvist <tml@novell.com> Bug 557266 - Window Management Problem Also reported in mail to gtk-list, and of course it has been well known in general that window state management is messy and buggy in various ways in gdk/win32. * gdk/win32/gdkwindow-win32.c (show_window_internal): Correct handling of GDK_WINDOW_STATE_ABOVE windows. It doesn't work to set the WS_EX_TOPMOST extended style bit using SetWindowLong(). We must call SetWindowPos() on the window using HWND_TOPMOST instead. The description for WS_EX_TOPMOST in the documentation for CreateWindowEx() even implies that if you read it carefully. svn path=/trunk/; revision=21694
-
Michael Natterer authored
2008-10-21 Michael Natterer <mitch@imendio.com> * gdk/gdkapplaunchcontext.c: reorder functions to be in standard order, add prototypes and namespace to static functions, add g_return_if_fail()s which were missing all over the place. svn path=/trunk/; revision=21692
-
- 20 Oct, 2008 2 commits
-
-
Christian Persch authored
2008-10-20 Christian Persch <chpe@gnome.org> Bug 557059 – crash when compositing emblems with icon * gtk/gtkicontheme.c: (apply_emblems): Copy the pixbuf before using it with gtk_pixbuf_composite, in case its pixdata is read-only (mmaped from icon cache or builtins). svn path=/trunk/; revision=21690
-
Murray Cumming authored
2008-10-20 Murray Cumming <murrayc@murrayc.com> * gtk/gtkiconview.c: gtk_icon_view_set_tooltip_row(), gtk_icon_view_set_tooltip_item(): * gtk/gtktreeview.c: gtk_icon_view_set_tooltip_row(), gtk_icon_view_set_tooltip_cell(): Documentation: Mention the simple set_tooltip_column() alternative. svn path=/trunk/; revision=21689
-
- 19 Oct, 2008 2 commits
-
-
Gil Forcada Codinachs authored
svn path=/trunk/; revision=21686
-
Theppitak Karoonboonyanan authored
2008-10-19 Theppitak Karoonboonyanan <thep@linux.thai.net> * th.po: Updated Thai translation. svn path=/trunk/; revision=21682
-
- 18 Oct, 2008 1 commit
-
-
Ignacio Casal Quinteiro authored
svn path=/trunk/; revision=21680
-
- 17 Oct, 2008 3 commits
-
-
Tor Lillqvist authored
2008-10-18 Tor Lillqvist <tml@novell.com> * gdk/win32/gdkevents-win32.c (gdk_event_translate): On WM_WINDOWPOSCHANGING, don't dereference windowpos in the debugging output without setting it first. 2008-10-18 Tor Lillqvist <tml@novell.com> Bug 556578 - GIMP windows stay on top of other windows * gdk/win32/gdkevents-win32.c (ensure_stacking_on_unminimize) (ensure_stacking_on_window_pos_changing) (ensure_stacking_on_activate_app): Ignore unmapped windows in the loops where we look for the lowest "transient-type" window. (gdk_event_translate): Don't call ensure_stacking_on_window_pos_changing() or ensure_stacking_on_activate_app() for unmapped windows. svn path=/trunk/; revision=21676
-
Gil Forcada Codinachs authored
svn path=/trunk/; revision=21672
-
Vladimer Sichinava authored
svn path=/trunk/; revision=21670
-
- 16 Oct, 2008 3 commits
-
-
Marcel Telka authored
2008-10-16 Marcel Telka <marcel@telka.sk> * sk.po: Updated Slovak translation by Pavol Šimo. svn path=/trunk/; revision=21665
-
Marcel Telka authored
2008-10-16 Marcel Telka <marcel@telka.sk> * sk.po: Updated Slovak translation by Pavol Šimo. svn path=/trunk/; revision=21664
-
Marek Kašík authored
2008-10-16 Marek Kasik <mkasik@redhat.com> Bug 556527 - The current page property is not passed to GtkPrintUnixDialog * gtk/gtkprintoperation-unix.c: pass current-page property to GtkPrintUnixDialog svn path=/trunk/; revision=21660
-
- 15 Oct, 2008 1 commit
-
-
Michael Natterer authored
2008-10-15 Michael Natterer <mitch@imendio.com> * gdk/gdkapplaunchcontext.h (GDK_IS_APP_LAUNCH_CONTEXT): fix typo in the type name so the macro becomes usable. svn path=/trunk/; revision=21658
-
- 14 Oct, 2008 4 commits
-
-
Og B. Maciel authored
svn path=/trunk/; revision=21655
-
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 4 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
-