- 02 Aug, 2008 9 commits
-
-
Tor Lillqvist authored
2008-08-02 Tor Lillqvist <tml@novell.com> Bug 339699 - implement gtk_print_operation_set_show_dialog for Windows * gtk/gtkprint-win32.c * gtk/gtkprint-win32.h * gtk/gtkprintoperation-win32.c: Patch by ecyrbe@gmail.com. svn path=/trunk/; revision=20942
-
Matthias Clasen authored
svn path=/trunk/; revision=20940
-
Matthias Clasen authored
2008-08-02 Matthias Clasen <mclasen@redhat.com> Bug 429427 – Add "arrow-spacing" style property to GtkRange * gtk/gtkrange.c: Add an arrow-spacing style property. Patch by Carlos Garnacho and Christian Dywan svn path=/trunk/; revision=20939
-
Matthias Clasen authored
2008-08-02 Matthias Clasen <mclasen@redhat.com> Bug 429411 – add style properties to set minimum progressbar width/height * gtk/gtkprogressbar.c: Add style properties for minimum size. Patch by Carlos Garnacho and Christian Dywan svn path=/trunk/; revision=20938
-
Matthias Clasen authored
svn path=/trunk/; revision=20936
-
Matthias Clasen authored
svn path=/trunk/; revision=20935
-
Matthias Clasen authored
svn path=/trunk/; revision=20932
-
Matthias Clasen authored
svn path=/trunk/; revision=20931
-
Claudio Saavedra authored
2008-08-01 Claudio Saavedra <csaavedra@igalia.com> Bug 545931 – small documentation typos * gtk/gtkcomboboxentry.c: Fix some typos in the documentation. svn path=/trunk/; revision=20927
-
- 01 Aug, 2008 3 commits
-
-
Hans Breuer authored
2008-08-01 Hans Breuer <hans@breuer.org> * gdk/makefile.msc : build gdkwindowimpl * gtk/gtkwidget.c : fix c99ism - declaration needs to be at the start of a block * tests/makefile.msc : update svn path=/trunk/; revision=20926
-
Cody Russell authored
svn path=/trunk/; revision=20925
-
Cody Russell authored
2008-07-31 Cody Russell <bratsche@gnome.org> Bug 56070 – Can't click button after setting it sensitive. * gtk/gtkwidget.[ch] * gtk/gtkwindow.c * gtk/gtkmain.c * gtk/gtkbutton.c * gtk/gtkprivate.h * gdk/gdkevents.h: Synthesize crossing events events where necessary. * gtk/tests/crossingevents.c: Add unit tests for crossing events. Big thanks to Ed Catmur, Matthias Clasen, and everyone else who has worked on and helped out with this. svn path=/trunk/; revision=20924
-
- 31 Jul, 2008 1 commit
-
-
Matthias Clasen authored
svn path=/trunk/; revision=20921
-
- 30 Jul, 2008 1 commit
-
-
Tor Lillqvist authored
2008-07-30 Tor Lillqvist <tml@novell.com> * gtk/gtkprintoperation-win32.c: Fix problems in handling custom paper sizes. The DEVMODE::dmPaperWidth and dmPaperLength are in tenths of a millimeter, and the RECT passed to CreateEnhMetaFile() is in hundredths of a millimeter. Patch by Sven Neumann. svn path=/trunk/; revision=20916
-
- 28 Jul, 2008 2 commits
-
-
Matthias Clasen authored
svn path=/trunk/; revision=20912
-
Matthias Clasen authored
svn path=/trunk/; revision=20910
-
- 26 Jul, 2008 1 commit
-
-
Sven Herzberg authored
2008-07-27 Sven Herzberg <sven@imendio.com> Bug 544863 – gtkquartz.h not included in released 2.13.5 package * gtk/Makefile.am: explicitly include the moved header in EXTRA_DIST svn path=/trunk/; revision=20908
-
- 25 Jul, 2008 1 commit
-
-
Murray Cumming authored
2008-07-25 Murray Cumming <murrayc@murrayc.com> * gtk/gtkstatusicon.c (gtk_status_icon_class_init): Documented the activate and popup-menu signals as being for use by applications and language bindings, though they are G_SIGNAL_ACTION, as stated in bug #361561. svn path=/trunk/; revision=20905
-
- 24 Jul, 2008 1 commit
-
-
Matthias Clasen authored
svn path=/trunk/; revision=20902
-
- 22 Jul, 2008 1 commit
-
-
Matthias Clasen authored
svn path=/trunk/; revision=20888
-
- 21 Jul, 2008 8 commits
-
-
Matthias Clasen authored
svn path=/trunk/; revision=20887
-
Michael Natterer authored
2008-07-21 Michael Natterer <mitch@imendio.com> * gtk/gtkbox.c (gtk_box_add): use gtk_box_pack_start() instead of the deprecated gtk_box_pack_start_defaults(). * gtk/gtkbindings.c (gtk_binding_entry_add_signal) (gtk_binding_parse_signal): use _gtk_binding_entry_add_signall() instead of the deprecated gtk_binding_entry_add_signall(). svn path=/trunk/; revision=20885
-
Emmanuele Bassi authored
2008-07-21 Emmanuele Bassi <ebassi@gnome.org> * gtk/gtkrecentmanager.c: (recent_app_info_new), (recent_app_info_free): Use GSlice to allocate the application data for recently used resources; do not call time() to initialize the timestamp, as it will be overwritten anyway later. (#535223, Michael Meeks) svn path=/trunk/; revision=20884
-
Kristian Rietveld authored
2008-07-21 Kristian Rietveld <kris@gtk.org> Bug 543989 - Crash in gtk_tree_view_size_allocate_columns * gtk/gtktreeview.c (gtk_tree_view_size_allocate_columns): check for width_changed != NULL. (Patch by Josselin Mouette). svn path=/trunk/; revision=20883
-
Michael Natterer authored
2008-07-21 Michael Natterer <mitch@imendio.com> * gtk/gtktoolbar.c (gtk_toolbar_class_init): use the simpler g_signal_override_class_handler() instead of g_signal_override_class_closure(). * gtk/gtktextview.c (gtk_text_view_class_init): ditto. (gtk_text_view_compat_move_focus): chain up using g_signal_chain_from_overridden_handler() instead of the generic g_signal_chain_from_overridden() which needs manual fiddling with millions of GValues. svn path=/trunk/; revision=20880
-
Michael Natterer authored
2008-07-21 Michael Natterer <mitch@imendio.com> * gtk/gtkuimanager.c: remove redundant include. svn path=/trunk/; revision=20878
-
Michael Natterer authored
2008-07-21 Michael Natterer <mitch@imendio.com> * gtk/gtkbindings.[ch]: remove _gtk_binding_signal_new(). * gtk/gtkfilechooserdefault.c * gtk/gtkmenu.c * gtk/gtkmenushell.c * gtk/gtkscalebutton.c * gtk/gtktextview.c * gtk/gtktoolbar.c * gtk/gtkwidget.c: use g_signal_new_class_handler() instead. Add some missing I_() to the signal names. svn path=/trunk/; revision=20874
-
Michael Natterer authored
2008-07-21 Michael Natterer <mitch@imendio.com> * gtk/gtkspinbutton.c: remove g_return_if_fail() from private functions and virtual function implementations. Some minor cleanups. svn path=/trunk/; revision=20873
-
- 18 Jul, 2008 4 commits
-
-
Federico Mena Quintero authored
Signed-off-by:
Federico Mena Quintero <federico@novell.com> svn path=/trunk/; revision=20865
-
Matthias Clasen authored
svn path=/trunk/; revision=20864
-
Federico Mena Quintero authored
2008-07-18 Federico Mena Quintero <federico@novell.com> * demos/gtk-demo/changedisplay.c (find_toplevel_at_pointer): Don't do funny casts to avoid compiler warnings. * demos/gtk-demo/textview.c (easter_egg_callback): Likewise. * gtk/gtkmain.c (rewrite_event_for_grabs, gtk_get_event_widget): Likewise. * gtk/gtkmodules.c (load_module): Likewise. * gtk/gtkselection.c (gtk_selection_convert): Likewise. * gtk/gtktipsquery.c (gtk_tips_query_event): Likewise. * gtk/queryimmodules.c (query_module): Likewise. * tests/testgtk.c (create_gridded_geometry, create_key_lookup) (find_widget_at_pointer): Likewise. Signed-off-by:
Federico Mena Quintero <federico@novell.com> svn path=/trunk/; revision=20862
-
Sven Herzberg authored
2008-07-18 Sven Herzberg <sven@imendio.com> Make aliasfilecheck.sh pass for the quartz backend, too. * gtk/Makefile.am: don't include gtkquartz.h in the list of c files svn path=/trunk/; revision=20860
-
- 16 Jul, 2008 4 commits
-
-
Paolo Borelli authored
svn path=/trunk/; revision=20846
-
Paolo Borelli authored
2008-07-15 Paolo Borelli <pborelli@katamail.com> Bug 447998 - GtkBuilder does not support building parts of the xml tree * gtk/gtkbuilder.c: * gtk/gtkbuilder.h: * gtk/gtkbuilderprivate.h: * gtk/gtkbuilderparser.c: * gtk/gtk.symbols: Add two new functions that allow cherry picking and construct objects from a ui description file or string. * gtk/tests/builder.c: tests for the above. svn path=/trunk/; revision=20845
-
Paolo Borelli authored
2008-07-15 Paolo Borelli <pborelli@katamail.com> * gtk/tests/builder.c: fix up broken test (cellview has no "clicked" signal) case and plug a couple of leaks. svn path=/trunk/; revision=20844
-
Matthias Clasen authored
* gtk/gtkfilesystem.c (_gtk_file_system_set_bookmark_label): Don't free a GFile. Reported by Sebastien Bacher svn path=/trunk/; revision=20843
-
- 15 Jul, 2008 4 commits
-
-
Matthias Clasen authored
Patch by Marek Kasik, icons by Mike Langlie: * gtk/gtk.symbols: * gtk/gtkprintbackend.h: * gtk/gtkprinter.[hc]: Add new paused and accepting-jobs properties and getters/setters. * gtk/gtkstock.h: * gtk/gtkiconfactory.c: * gtk/Makefile.am: * gtk/stock-icons/{16,24}/gtk-print-paused.{png,svg}: New icon. * modules/printbackends/cups/gtkprintbackendcups.c: * gtk/gtkprintunixdialog.c: Handle paused and job-rejecting printers. svn path=/trunk/; revision=20838
-
Xavier Claessens authored
2008-07-15 Xavier Claessens <xclaesse@gmail.com> Bug 542523 - GtkTextTag should handle setting properties to NULL * gtk/gtktexttag.c (gtk_text_tag_set_property): Unset the color when setting it to NULL instead of displaying a warning. svn path=/trunk/; revision=20836
-
Matthias Clasen authored
svn path=/trunk/; revision=20834
-
Matthias Clasen authored
* gtk/gtkfilechooserbutton.c (update_label_and_image): Unset the image when the label is set to "(None)". Reported by Neil Roberts svn path=/trunk/; revision=20833
-