- 25 Sep, 2008 2 commits
-
-
Marek Kasik authored
2008-09-25 Marek Kasik <mkasik@redhat.com> Bug 553241 – double freed pointer in lpr_write cause firefox3 crash * modules/printbackends/lpr/gtkprintbackendlpr.c: The redundant freeing of memory was removed. Patch by Chris Wang svn path=/trunk/; revision=21516
-
Michael Natterer authored
2008-09-25 Michael Natterer <mitch@imendio.com> * gtk/gtkfilechooserdefault.c (gtk_file_chooser_default_finalize): don't unref the file system backend, the newly added unset_file_system_backend() already does this (bug #553135). svn path=/trunk/; revision=21514
-
- 24 Sep, 2008 7 commits
-
-
Michael Natterer authored
2008-09-24 Michael Natterer <mitch@imendio.com> * gtk/gtkeventbox.c: events return gboolean not gint, reindented static prototypes. svn path=/trunk/; revision=21513
-
Johan Dahlin authored
2008-09-24 Johan Dahlin <johan@gnome.org> Bug 553385 – gtk-builder-convert creates untranslated combobox models * gtk/gtk-builder-convert: Set the translatable property on col tags for converted combos. svn path=/trunk/; revision=21512
-
Tor Lillqvist authored
2008-09-24 Tor Lillqvist <tml@novell.com> * gtk-zip.sh.in: Include all of share/man, lib/pkgconfig, share/aclocal and share/gtk-doc instead of trying to list individual files or subdirectories. We had missed gail.pc, for instance. svn path=/trunk/; revision=21511
-
Christian Dywan authored
* gtk/gtkmenu.c (gtk_menu_class_init), (gtk_menu_paint): Implement "arrow-scaling" style property in GtkMenu. svn path=/trunk/; revision=21509
-
Christian Dywan authored
* gtk/gtkbox.c (gtk_box_init), (gtk_box_set_spacing), (_gtk_box_set_spacing_set), (_gtk_box_get_spacing_set): * gtk/gtkbox.h: * gtk/gtkdialog.c (gtk_dialog_class_init), (update_spacings): Implement "content-area-spacing" style property in GtkDialog and internal helper _gtk_box_get_spacing_set in GtkBox. Patch by Tim Janik, Sven Herzberg and myself. svn path=/trunk/; revision=21508
-
Christian Dywan authored
* gtk/gtktreeview.c (grab_focus_and_unset_draw_keyfocus), (gtk_tree_view_focus): Honor GTK_WIDGET_CAN_FOCUS properly svn path=/trunk/; revision=21507
-
Denis Washington authored
2008-09-24 Denis Washington <denisw@svn.gnome.org> * gtk/gtkiconview.c: draw focus as a rectangle around the complete item, not just the text. (Bug #38254) svn path=/trunk/; revision=21506
-
- 23 Sep, 2008 3 commits
-
-
Michael Natterer authored
2008-09-23 Michael Natterer <mitch@imendio.com> * gtk/gtkobject.c * gtk/gtksignal.[ch]: s/GtkType/GType/ and s/GtkSignalMarshaller/GSignalCMarshaller/. svn path=/trunk/; revision=21498
-
Michael Natterer authored
2008-09-23 Michael Natterer <mitch@imendio.com> * gdk/x11/gdkevents-x11.c (gdk_event_translate): remove unused variable and fix indentation. svn path=/trunk/; revision=21496
-
Michael Natterer authored
2008-09-23 Michael Natterer <mitch@imendio.com> * gtk/gtkclist.h * gtk/gtkctree.h * gtk/gtklist.h * gtk/gtklistitem.h * gtk/gtkobject.h * gtk/gtkoldeditable.h * gtk/gtkpixmap.h * gtk/gtkpreview.h * gtk/gtktext.h * gtk/gtktipsquery.h * gtk/gtktree.h * gtk/gtktreeitem.h: get rid of GtkType and GTK_CHECK_FOO() also in all deprecated headers. svn path=/trunk/; revision=21495
-
- 22 Sep, 2008 5 commits
-
-
Matthias Clasen authored
2008-09-22 Matthias Clasen <mclasen@redhat.com> Bug 553135 – eog crash: assertion failed. Gtk error: shortcuts_remove_rows: code should not be reached * gtk/gtkfilechooserdefault.c: Disconnect from GtkFileSystem signals when we are destroyed, in order to avoid nasty surprises. Patch by Claudio Saavedra svn path=/trunk/; revision=21492
-
Emmanuele Bassi authored
2008-09-22 Emmanuele Bassi <ebassi@linux.intel.com> Bug 552789 – Show size column in the search and recently used files modes * gtk/gtkfilechooserdefault.c: Display the file size column when in OPERATION_MODE_SEARCH. This removes a stat() call and simplifies the code a little bit by changing the query for file informations for each search engine hit. svn path=/trunk/; revision=21491
-
Michael Natterer authored
2008-09-22 Michael Natterer <mitch@imendio.com> * gtk/gtksignal.[ch] * gtk/gtkclist.c * gtk/gtklist.c * gtk/gtkmain.c * gtk/gtktext.c * gtk/gtktreeitem.c: use G_CALLBACK and GCallback instead of GTK_SIGNAL_FUNC and GtkSignalFunc also in deprecated code. svn path=/trunk/; revision=21488
-
Frederic Crozat authored
2008-09-22 Frederic Crozat <fcrozat@mandriva.com> * gtk/gtkfilesystem.c: use the correct gi18n header. Fixes bug #553000. svn path=/trunk/; revision=21486
-
Michael Natterer authored
2008-09-22 Michael Natterer <mitch@imendio.com> * gtk/gtktoolbar.[ch]: add "Deprecated: 2.4" to all the deprecated append(), prepend() and insert() functions and recommend to use gtk_toolbar_insert() instead. Use GCallback instead of GtkSignalFunc even in deprecated API. svn path=/trunk/; revision=21485
-
- 21 Sep, 2008 1 commit
-
-
Matthias Clasen authored
svn path=/trunk/; revision=21468
-
- 20 Sep, 2008 1 commit
-
-
Michael Natterer authored
svn path=/trunk/; revision=21463
-
- 19 Sep, 2008 3 commits
-
-
Owen Taylor authored
2008-09-19 Owen Taylor <otaylor@redhat.com> Small cleanups to debug messages for GtkPlug/GtkSocket * gtk/gtksocket-x11.c: Fix debug message to say "Socket" not "Plug" * gtk/gtkplug-x11.c: Remove excess newlines from the ends of debug messages. svn path=/trunk/; revision=21458
-
Carlos Garnacho authored
2008-09-19 Carlos Garnacho <carlos@imendio.com> Bug 83935 – GtkEntry's default invisible char should be U+25CF * gtk/gtkentry.c (find_invisible_char) (gtk_entry_init): Find a more suitable invisible char than '*' based on the used font. (gtk_entry_class_init) (gtk_entry_set_property) (gtk_entry_get_property): Add a "invisible-char-set" property. (gtk_entry_unset_invisible_char): New function, needed now that the default invisible char isn't fixed. * gtk/gtkentry.h: * gtk/gtk.symbols: * docs/reference/gtk/gtk-sections.txt: Add the new function. svn path=/trunk/; revision=21446
-
Christian Persch authored
* gtk/gtkimmulticontext.c: (gtk_im_multicontext_get_slave): Plug mem leak. svn path=/trunk/; revision=21445
-
- 18 Sep, 2008 8 commits
-
-
Emmanuele Bassi authored
2008-09-18 Emmanuele Bassi <ebassi@linux.intel.com> * gtk/gtkfilechooserdefault.c (settings_save): Save the size column visibility state with the rest of the FileChooser settings. svn path=/trunk/; revision=21437
-
Emmanuele Bassi authored
2008-09-18 Emmanuele Bassi <ebassi@linux.intel.com> Bug 325095 – show a 'size' column * gtk/gtkfilechooserdefault.c: * gtk/gtkfilechooserprivate.h: Add a context menu item controlling the visibility of the file size column. This works only for the browse mode, and the column is not visible by default. * gtk/gtkfilechoosersettings.[ch]: Add a ShowSizeColumn key to the settings file. svn path=/trunk/; revision=21431
-
Dominic Lachowicz authored
2008-09-18 Dominic Lachowicz <domlachowicz@gmail.com> * modules/engines/ms-windows/*: Revert most of previous patch, as it didn't work as expected; Some work toward #531086 - the new GtkTooltip widget doesn't theme properly on win32. Now, at least the background color seems okay w svn path=/trunk/; revision=21430
-
Dominic Lachowicz authored
2008-09-18 Dominic Lachowicz <domlachowicz@gmail.com> * modules/engins/ms-windows/*: MS Windows style should use pango_win32_font_description_from_logfont; Allows us to rip out a lot of potentially buggy code, and also get the font specification from the XP theme (#434987) svn path=/trunk/; revision=21429
-
Matthias Clasen authored
2008-09-18 Matthias Clasen <mclasen@redhat.com> * configure.in: updated version number to 2.15.0 for development. * ChangeLog.pre-2-14: rotate ChangeLog === Branch for 2.14 === svn path=/trunk/; revision=21428
-
Matthias Clasen authored
svn path=/trunk/; revision=21422
-
Matthias Clasen authored
svn path=/trunk/; revision=21420
-
Matthias Clasen authored
svn path=/trunk/; revision=21419
-
- 17 Sep, 2008 8 commits
-
-
Matthias Clasen authored
2008-09-17 Matthias Clasen <mclasen@redhat.com> Bug 346903 – gtk_enumerate_printers needs events to complete * gtk/gtkprintbackend.h: * gtk/gtkprintbackend.c: Add a GtkPrintBackend::status property. * modules/printbackends/cups/gtkcupsutils.h: * modules/printbackends/cups/gtkcupsutils.c: Turn the connection test into a tristate available/unavailable/in progress. * modules/printbackends/cups/gtkprintbackendcups.c: Use a single connection test instance for getting the default printer and for getting the printer list. Set the GtkPrintBackend::status property according to the result of the connection test. Use the printer-type attribute to find the default printer, if cups supports it. * gtk/gtkprinter.c: When enumerating printers, give up when the backend status is 'unavailable'. * gtk/gtkprintunixdialog.c (printer_status_cb): Select the printer when it is the default and nothing else has been selected yet. svn path=/trunk/; revision=21417
-
Christian Persch authored
gtkimmodule svn path=/trunk/; revision=21416
-
Christian Persch authored
* gtk/gtkimage.c: (ensure_pixbuf_for_gicon): Fix critical warnings when looking up the icon fails. Plug a mem leak. svn path=/trunk/; revision=21415
-
Matthias Clasen authored
slow * gtk/gtknotebook.c (gtk_notebook_page_allocate): Return a boolean that indicates whether the tab allocation has changed. (gtk_notebook_pages_allocate): Only redraw the tabs if their allocation has changed. (gtk_notebook_calculate_tabs_allocations): Remove unused return value. Patch by Owen Taylor svn path=/trunk/; revision=21414
-
Matthias Clasen authored
2008-09-17 Matthias Clasen <mclasen@redhat.com> Bug 408154 – [PATCH] Change GtkEntryCompletion max-items to style property * gtk/gtkentrycompletion.c (_gtk_entry_completion_resize_popup): Take actions into account when finding the available space for matches. Patch by Ross Burton svn path=/trunk/; revision=21413
-
Matthias Clasen authored
svn path=/trunk/; revision=21412
-
Matthias Clasen authored
2008-09-17 Matthias Clasen <mclasen@redhat.com> Bug 552107 – Small libtool fixes * configure.in: Regenerate libtool early, quote $deplibs_check_method. Patch by Patryk Zawadzki svn path=/trunk/; revision=21411
-
Matthias Clasen authored
2008-09-17 Matthias Clasen <mclasen@redhat.com> Bug 551722 – gtk_widget_set_scroll_adjustments() should check the signal signature * gtk/gtkwidget.c (gtk_widget_set_scroll_adjustments): Check the signature of the signal. Patch by Christian Persch svn path=/trunk/; revision=21410
-
- 16 Sep, 2008 2 commits
-
-
Michael Natterer authored
2008-09-16 Michael Natterer <mitch@imendio.com> * gtk/gtkwidget.c (_gtk_widget_set,get_pointer_window): don't access widget->window if the widget is not realized. svn path=/trunk/; revision=21403
-
Matthias Clasen authored
2008-09-16 Matthias Clasen <mclasen@redhat.com> Bug 551987 – GtkPaned redrawing problem * gtk/gtkpaned.c: Remove excess invalidations. Patch by Owen Taylor svn path=/trunk/; revision=21400
-