- 06 Nov, 2008 4 commits
-
-
Tristan Van Berkom authored
2008-11-06 Tristan Van Berkom <tvb@gnome.org> * gtk/gtkmenuitem.[ch]: added new apis gtk_menu_item_[set/get]_label() and gtk_menu_item_[set/get]_use_underline() with "label" and "use-underline" properties, constructors cleaned up to use g_object_new(). GtkMenuItemClass take new vfuncs ->get/set_label(). * gtk/gtkcheckmenuitem.c: constructors cleaned up to use g_object_new(). * gtk/gtkimagemenuitem.[ch]: added new apis gtk_image_menu_item_[get/set]_use_stock() and gtk_image_menu_item_set_accel_group() with "use-stock" and write-only "accel-group" properties. constructors cleaned up to use g_object_new(). svn path=/trunk/; revision=21766
-
Tristan Van Berkom authored
* gtk/gtkbuilder.h: Fixed a crasher in GTK_BUILDER_WARN_INVALID_CHILD_TYPE() svn path=/trunk/; revision=21765
-
Tristan Van Berkom authored
* gtk/gtklabel.c: gtk_label_set_attributes() now applies attributes on top of any markup or mnemonic attributes (bug 558409). * README: Updated and added release notes for 2.16 svn path=/trunk/; revision=21764
-
Richard Hult authored
2008-11-06 Richard Hult <richard@imendio.com> Bug 558586 – handling of keyboard under darwin (quartz) * gdk/quartz/gdkkeys-quartz.c: (maybe_update_keymap): Patch from Arnaud Charlet to replace use of deprecated keyboard layout API with the new TIS API available in 10.5. The old code is still used when building for 10.4. svn path=/trunk/; revision=21763
-
- 05 Nov, 2008 4 commits
-
-
Richard Hult authored
2008-11-05 Richard Hult <richard@imendio.com> * gdk/quartz/gdkevents-quartz.c: (get_keyboard_modifiers_from_ns_event), (create_key_event): Revert (at least for now) the alt/cmd switching since it breaks the "alt-gr" functionality of alt which makes it impossible to input lots of characters. svn path=/trunk/; revision=21761
-
Christian Dywan authored
2008-11-05 Christian Dywan <christian@imendio.com> Bug 559404 – gtk_editable_insert_text counts length in bytes * gtk/gtkeditable.c: Document new_text_length as the number of bytes svn path=/trunk/; revision=21760
-
Richard Hult authored
2008-11-05 Richard Hult <richard@imendio.com> * gdk/quartz/gdkwindow-quartz.c: (gdk_window_impl_quartz_begin_paint_region): Set the fill color outside the loop. svn path=/trunk/; revision=21759
-
Richard Hult authored
2008-11-05 Richard Hult <richard@imendio.com> * gtk/gtkstatusicon.c: (gtk_status_icon_set_has_tooltip), (gtk_status_icon_get_tooltip_markup): Fix build for win32 and quartz. svn path=/trunk/; revision=21758
-
- 04 Nov, 2008 1 commit
-
-
Nickolay V. Shmyrev authored
2008-11-05 Nickolay V. Shmyrev <nshmyrev@yandex.ru> * ru.po: Updated Russian translation by Anton Shestakov. svn path=/trunk/; revision=21757
-
- 03 Nov, 2008 4 commits
-
-
Tor Lillqvist authored
2008-11-04 Tor Lillqvist <tml@novell.com> Bug 557212 - Problem with which window gains focus and is visible * gdk/win32/gdkevents-win32.c (ensure_stacking_on_activate_app): Only do the restacking for the active window of the application. Seems to fix the problem. (gdk_event_translate): Only call ensure_stacking_on_activate_app() when the application is being activated, not deactivated. svn path=/trunk/; revision=21756
-
Matthias Clasen authored
svn path=/trunk/; revision=21754
-
Christian Persch authored
svn path=/trunk/; revision=21753
-
Matthias Clasen authored
svn path=/trunk/; revision=21752
-
- 02 Nov, 2008 1 commit
-
-
Matthias Clasen authored
2008-11-02 Matthias Clasen <mclasen@redhat.com> * gtk/gtkimagemenuitem.c: Make it possible to overrule the gtk-menu-images setting. * gtk/gtkaction.c (connect_proxy): Show the image before adding it to the image menu item. svn path=/trunk/; revision=21751
-
- 01 Nov, 2008 7 commits
-
-
Tor Lillqvist authored
svn path=/trunk/; revision=21750
-
Tor Lillqvist authored
2008-11-01 Tor Lillqvist <tml@novell.com> * tests/testclientmessage.c: New interactive test program to verify client message functionality. * tests/Makefile.am: Add it. svn path=/trunk/; revision=21749
-
Tor Lillqvist authored
2008-11-01 Tor Lillqvist <tml@novell.com> Bug 558278 - Crash when calling a callback set by gdk_add_client_message_filter() * gdk/win32/gdkevents-win32.c (apply_event_filters): Rename from apply_filters() so that it is clear that this function is for GdkEventFilters only. (print_event): Print more information for GDK_CLIENT_EVENT events. (gdk_event_translate): When handling client filters, don't use apply_event_filters(). Use similar code as in the X11 backend, although not exactly, as the parameter list and return value semantics of gdk_event_translate() is different. svn path=/trunk/; revision=21748
-
Matthias Clasen authored
* gtk/gtkstatusicon.[hc]: Add support for button press/release and scroll events. Patch by Ed Catmur svn path=/trunk/; revision=21746
-
Matthias Clasen authored
* gtk/gtkmenu.c (gtk_menu_size_request): Use consistent padding regardless of imagees or checks being in the menu. Also add padding on the right edge. Proposal by Luca Ferretti, patch by Jon McCann svn path=/trunk/; revision=21745
-
Matthias Clasen authored
2008-11-01 Matthias Clasen <mclasen@redhat.com> Bug 412134 – Add API to query style properties from the style * gtk/gtk.symbols: * gtk/gtkstyle.[hc]: Add getters for style properties to avoid the need for ugly workarounds with dummy widget instances. Patch by Mariano Suárez-Alvarez svn path=/trunk/; revision=21744
-
Matthias Clasen authored
svn path=/trunk/; revision=21743
-
- 31 Oct, 2008 4 commits
-
-
Christian Dywan authored
* gtk/gtk.symbols: * gtk/gtkfontsel.c: * gtk/gtkfontsel.h: Deprecate gtk_font_selection_dialog_get_apply_button svn path=/trunk/; revision=21742
-
Matthias Clasen authored
gtk/gtkcellrenderercombo.c (gtk_cell_renderer_combo_set_property): Don't set the model property on the combo box, since that leads to loops. svn path=/trunk/; revision=21740
-
Christian Dywan authored
* tests/testicontheme.c (main): Use theme for "display" and quit on window closing svn path=/trunk/; revision=21739
-
Matthias Clasen authored
2008-10-30 Matthias Clasen <mclasen@redhat.com> Bug 558522 – scroll arrow painted insensitive even though there are pages beyond the edge gtk/gtknotebook.c (gtk_notebook_real_insert_page): Redraw arrows. Pointed out by Christian Persch svn path=/trunk/; revision=21738
-
- 30 Oct, 2008 8 commits
-
-
Tor Lillqvist authored
2008-10-30 Tor Lillqvist <tml@novell.com> * ast.po: Remove fuzzy marker from header and use charset=UTF-8 to avoid crashing with some versions of msgfmt. svn path=/trunk/; revision=21737
-
Michael Natterer authored
svn path=/trunk/; revision=21736
-
Michael Natterer authored
2008-10-30 Michael Natterer <mitch@gimp.org> * gtk/gtkcellrenderertext.h * gtk/gtkentry.[ch] * gtk/gtkimcontext.h * gtk/gtklabel.c * gtk/gtkstyle.h: <pango/pango.h> is pulled in by <gdk/gdk.h>, remove its inclusion here. svn path=/trunk/; revision=21735
-
Michael Natterer authored
2008-10-30 Michael Natterer <mitch@imendio.com> * gtk/*.h: no need to include <gtk/gtkenums.h> in headers which somehow include gtkobject.h or another header which includes it. svn path=/trunk/; revision=21734
-
Marek Kasik authored
2008-10-30 Marek Kasik <mkasik@redhat.com> Bug 339714 - Set printer dpi on cairo ps/pdf surfaces when printing * gtk/gtk.symbols * gtk/gtkprintsettings.c * gtk/gtkprintsettings.h * docs/reference/gtk/gtk-sections.txt * modules/printbackends/file/gtkprintbackendfile.c * modules/printbackends/test/gtkprintbackendtest.c * modules/printbackends/cups/gtkprintbackendcups.c * modules/printbackends/lpr/gtkprintbackendlpr.c: Added lpi (lines per inch) setting to GtkPrintSettings and support for anamorphic dpi. Surface fallback resolution is set to 2*lpi. svn path=/trunk/; revision=21733
-
Michael Natterer authored
2008-10-30 Michael Natterer <mitch@imendio.com> * gtk/*.h: no need to include <gdk/gdk.h> in any widget header, it's included via gtkwidget.h anyway. svn path=/trunk/; revision=21732
-
Sven Neumann authored
2008-10-30 Sven Neumann <sven@gimp.org> * gtk/gtkwidget.c (gtk_widget_get_property): removed redundant conditional. svn path=/trunk/; revision=21731
-
Christian Dywan authored
* gtk/gtklinkbutton.c (gtk_link_button_query_tooltip_cb): Only override the tooltip if not previously set svn path=/trunk/; revision=21728
-
- 29 Oct, 2008 3 commits
-
-
Federico Mena Quintero authored
Signed-off-by:
Federico Mena Quintero <federico@novell.com> svn path=/trunk/; revision=21727
-
Christian Dywan authored
* gdk/directfb/gdkdisplay-directfb.c (gdk_display_open): Correctly say GetInputDevice instead of GetDisplayLayer svn path=/trunk/; revision=21726
-
Christian Dywan authored
* gtk/gtkwidget.c (gtk_widget_error_bell): Test the settings instance and return silently if unset svn path=/trunk/; revision=21725
-
- 28 Oct, 2008 1 commit
-
-
Michael Natterer authored
2008-10-28 Michael Natterer <mitch@imendio.com> * gdk/keyname-table.h: fix small typo. svn path=/trunk/; revision=21724
-
- 27 Oct, 2008 3 commits
-
-
Richard Hult authored
2008-10-27 Richard Hult <richard@imendio.com> Bug 557894 – Wrong return value for gdk_pointer_grab_info_libgtk_only() * gdk/quartz/gdkevents-quartz.c: (gdk_pointer_grab_info_libgtk_only): Return TRUE when there is a pointer grab. Patch by Owen Taylor. svn path=/trunk/; revision=21722
-
Matthias Clasen authored
svn path=/trunk/; revision=21721
-
Matthias Clasen authored
svn path=/trunk/; revision=21720
-