- 03 May, 2006 4 commits
-
-
Matthias Clasen authored
2006-05-03 Matthias Clasen <mclasen@redhat.com> * gtk/gtkaccessible.c: * gtk/gtkclipboard.c: * gtk/gtkfilefilter.c: * gtk/gtkimmodule.c: * gtk/gtkmenubar.c: More G_DEFINE_TYPE conversion.
-
Matthias Clasen authored
2006-05-03 Matthias Clasen <mclasen@redhat.com> * gtk/gtkwidget.c: Make GtkWidget abstract again.
-
Ankitkumar Rameshchandra Patel authored
-
Ankitkumar Rameshchandra Patel authored
-
- 02 May, 2006 10 commits
-
-
Matthias Clasen authored
-
Kristian Rietveld authored
2006-05-02 Kristian Rietveld <kris@imendio.com> * gtk/gtktreeview.c (gtk_tree_view_row_inserted): set tmpnode to the return value of the _gtk_rbtree_insert* functions, since that is the node we really want to check for visibilty.
-
Matthias Clasen authored
-
Matthias Clasen authored
-
2006-05-02 Christian Persch <chpe@cvs.gnome.org> * gtk/gtkpagesetupunixdialog.c: * gtk/gtkprintcontext.c: * gtk/gtkprinter.c: * gtk/gtkprinteroptionwidget.c: * gtk/gtkprintjob.c: * gtk/gtkprintoperation-unix.c: * gtk/gtkprintoperation.c: * gtk/gtkprintunixdialog.c: Use a priv variable when accessing priv multiple times in the same function. Bug #340288.
-
Michael Natterer authored
2006-05-02 Michael Natterer <mitch@imendio.com> * gtk/gtklabel.c (gtk_label_set_line_wrap): added note about the inablity to do height-for-width text layout and suggest to use gtk_widget_set_size_request() for getting a label that wraps at some specific position.
-
Kristian Rietveld authored
2006-05-02 Kristian Rietveld <kris@imendio.com> * ChangeLog.gtk-async-file-chooser: added ChangeLog entries from the kris-async-branch. * Makefile.am: updated EXTRA_DIST
-
Ignacio Casal Quinteiro authored
-
Alexander Larsson authored
2006-05-02 Alexander Larsson <alexl@redhat.com> * ChangeLog.gtk-printing: * Makefile.am (EXTRA_DIST): Add ChangeLog.gtk-printing
-
Ankitkumar Rameshchandra Patel authored
-
- 01 May, 2006 7 commits
-
-
Matthias Clasen authored
-
Kristian Rietveld authored
-
Kristian Rietveld authored
2006-05-02 Kristian Rietveld <kris@imendio.com> * configure.in: Up ABI version to 2.10.0 (by Matthias' request).
-
Kristian Rietveld authored
2006-05-01 Kristian Rietveld <kris@imendio.com> Merge of the GTK+ asynchronous file chooser branch. Please see the kris-asynch-branch for more detailed ChangeLog entries. * configure.in: increase binary version to 2.9.0. * gtk.symbols: * gtkfilechooser.c: * gtkfilechooserbutton.c: * gtkfilechooserdefault.c: * gtkfilechooserdialog.c: * gtkfilechooserembed.c: * gtkfilechooserembed.h: * gtkfilechooserentry.c: * gtkfilechooserentry.h: * gtkfilechooserprivate.h: * gtkfilesystem.c: * gtkfilesystem.h: * gtkfilesystemmodel.c: * gtkfilesystemmodel.h: * gtkfilesystemunix.c: * gtkpathbar.c: * gtkpathbar.h: Merge from kris-async-branch.
-
Matthias Clasen authored
-
Matthias Clasen authored
2006-04-30 Matthias Clasen <mclasen@localhost.localdomain> * gtk/gtktreemodel.c (gtk_tree_model_base_init): Document GtkTreeModel signals.
-
Funda Wang authored
-
- 30 Apr, 2006 7 commits
-
-
Michael David Emmel authored
-
Kristian Rietveld authored
2006-04-30 Kristian Rietveld <kris@imendio.com> Fix for #340200, spotted by Torsten Schoenfeld. * gtk/gtktreeview.c (gtk_tree_view_get_cell_area): fix up logic calculating the level indentation, (gtk_tree_view_start_editing): remove code calculating the level indentation, since _get_cell_area() takes care of this for us.
-
Kjartan Maraas authored
2006-04-30 Kjartan Maraas <kmaraas@gnome.org> * POTFILES.in: Add a whole bunch of missing files. * nb.po: Updated Norwegian bokmål translation.
-
Matthias Clasen authored
2006-04-30 Matthias Clasen <mclasen@localhost.localdomain> Fix problems with setting symbolic colors from rc files. (#338345, Benjamin Berg) * gtk/gtkrc.c (gtk_rc_settings_changed, gtk_rc_font_name_changed) (gtk_rc_color_hash_changed, gtk_rc_reparse_all_for_settings): Don't freeze notification for settings changes while parsing; instead manually avoid recursion, and update the color hashes.
-
Matthias Clasen authored
2006-04-30 Matthias Clasen <mclasen@localhost.localdomain> * gtk/gtkprinteroption.c: * gtk/gtkprinteroptionwidget.c: * gtk/gtkprintunixdialog.c: Improve the print dialog layout, mark some more strings for translation. (#340139, Christian Persch)
-
Matthias Clasen authored
-
Matthias Clasen authored
2006-04-30 Matthias Clasen <mclasen@localhost.localdomain> * gtk/gtkstatusicon.c (gtk_status_icon_class_init): Fix the definition of the ::size-changed signal, and improve its documentation. (#340112, Christian Persch)
-
- 29 Apr, 2006 6 commits
-
-
Priit Laes authored
2006-04-29 Priit Laes <amd@store20.com> * et.po: Translation updated.
-
Behdad Esfahbod authored
2006-04-29 Behdad Esfahbod <behdad@gnome.org> * gtk/gtkwidget.c (gtk_widget_create_pango_layout) (gtk_widget_get/create_pango_context): Change colormap to font map in docs. (#340093)
-
Matthias Clasen authored
2006-04-29 Matthias Clasen <mclasen@redhat.com> * gtk/gtk.symbols: * gtk/gtkstatusicon.h: * gtk/gtkstatusicon.c (gtk_status_icon_position_menu): Add a menu position function for use with popups on status icons. (#334573, Christian Persch)
-
Behdad Esfahbod authored
-
Matthias Clasen authored
2006-04-29 Matthias Clasen <mclasen@redhat.com> * gtk/gtkwidget.c (gtk_widget_is_composited): Fix a C99ism. (#340055, Kazuki Iwamoto)
-
Matthias Clasen authored
2006-04-28 Matthias Clasen <mclasen@redhat.com> * gtk/gtkcellrenderertext.c (get_size): Use _static variants when copying and merging short-lived Pango layouts. (#340033, Morten Welinder)
-
- 28 Apr, 2006 4 commits
-
-
Behdad Esfahbod authored
2006-04-28 Behdad Esfahbod <behdad@gnome.org> * gtk/gtkwidget.c (gtk_widget_create_pango_layout): Fix typo in docs. (#340063)
-
Matthias Clasen authored
2006-04-28 Matthias Clasen <mclasen@redhat.com> * gtk/gtktreeview.c (gtk_tree_view_drag_begin): Don't force the standard DND icon if the user has a custom DND source. (#339522, Joe Wreschnig)
-
Michael Natterer authored
2006-04-28 Michael Natterer <mitch@imendio.com> * gtk/gtktextbuffer.c (create_clipboard_contents_buffer): keep a reference to the source buffer while the clipboard contents buffer exists, because it is needed for serializing the contents buffer. Makes copying from the contents buffer possible even after the resp. text view is destroyed (for example when there is a clipboard manager running on app exit) (bug #339195).
-
Behdad Esfahbod authored
2006-04-27 Behdad Esfahbod <behdad@gnome.org> * gdk/gdkpango.c (gdk_pango_renderer_draw_glyphs): Cast to double before dividing by PANGO_SCALE. (#334582)
-
- 27 Apr, 2006 2 commits
-
-
Matthias Clasen authored
2006-04-27 Matthias Clasen <mclasen@redhat.com> * gtk/gtkentry.c (popup_position_func): Improve positioning of the menu when popped up by keynav. (#334987, Christian Persch)
-
Ankitkumar Rameshchandra Patel authored
-