- 06 Oct, 2003 2 commits
-
-
Danilo Šegan authored
2003-10-06 Danilo Šegan <dsegan@gmx.net> * sr.po, sr@Latn: Updated Serbian translation.
-
Christian Rose authored
2003-10-06 Christian Rose <menthos@menthos.com> * sv.po: Updated Swedish translation somewhat.
-
- 05 Oct, 2003 3 commits
-
-
Matthias Clasen authored
Sun Oct 5 23:59:03 2003 Matthias Clasen <maclas@gmx.de> * tests/testsocket.c (child_read_watch): Remove an extraneous unref. (#122336, Frederic Crozat)
-
Matthias Clasen authored
Sun Oct 5 22:38:22 2003 Matthias Clasen <maclas@gmx.de> * gtk/gtkeventbox.c (gtk_event_box_class_init): Trim whitespace in "visible-window" blurb. (#123910, Christian Rose)
-
KAMAGASAKO Masatoshi authored
2003-10-05 KAMAGASAKO Masatoshi <emerald@gnome.gr.jp> * ja.po: Updated Japanese translation.
-
- 04 Oct, 2003 5 commits
-
-
Soeren Sandmann authored
Sun Oct 5 00:53:15 2003 Soeren Sandmann <sandmann@daimi.au.dk> * gtk/gtktoolbar.c (gtk_toolbar_list_children_in_focus_order): focus arrow before pack_end items (#123851, Matthias Clasen)
-
Danilo Šegan authored
2003-10-04 Danilo Šegan <dsegan@gmx.net> * sr.po, sr@Latn.po: Updated Serbian translation.
-
Christian Rose authored
2003-10-04 Christian Rose <menthos@menthos.com> * sv.po: Updated Swedish translation somewhat.
-
Christian Rose authored
2003-10-04 Christian Rose <menthos@menthos.com> * POTFILES.in: Added missing files.
-
Danilo Šegan authored
2003-10-04 Danilo Šegan <dsegan@gmx.net> * sr.po, sr@Latn.po: Updated Serbian translation.
-
- 03 Oct, 2003 6 commits
-
-
Kristian Rietveld authored
Fri Oct 3 20:50:48 2003 Kristian Rietveld <kris@gtk.org> * gtk/gtkcombobox.c (gtk_combo_box_set_model): only set the model on ->priv->cell_view if ->priv->cell_view is non-NULL. * gtk/gtkcomboboxentry.c: include gtkintl.h, add text_renderer field to GtkComboBoxEntryPrivate, (gtk_combo_box_entry_class_init), (gtk_combo_box_entry_init), (gtk_combo_box_entry_set_property), (gtk_combo_box_entry_get_property), (gtk_combo_box_entry_set_text_column), (gtk_combo_box_entry_new): add a construct-only "text_column" property and reorder code to use it and support inheriting this widget.
-
cinamod authored
-
cinamod authored
-
cinamod authored
-
cinamod authored
-
cinamod authored
-
- 02 Oct, 2003 1 commit
-
-
Kristian Rietveld authored
Thu Oct 2 23:28:02 2003 Kristian Rietveld <kris@gtk.org> * gtk/gtkcombobox.c: Added API doc comments. * gtk/gtkcomboboxentry.c: Ditto.
-
- 01 Oct, 2003 9 commits
-
-
Matthias Clasen authored
-
Matthias Clasen authored
2003-10-02 Matthias Clasen <maclas@gmx.de> * gtk/Makefile.am (IGNORE_HFILES): Add gtkcellview.h and gtkcellviewmenuitem.h. * gtk/tmpl/gtkentrycompletion.sgml: * gtk/tmpl/gtktreemodelfilter.sgml: * gtk/tmpl/gtkcelllayout.sgml: * gtk/tmpl/gtkcombobox.sgml: * gtk/tmpl/gtkcomboboxentry.sgml: New templates. * gtk/gtk-sections.txt: * gtk/gtk-docs.sgml: Add sections for GtkEntryCompletion, GtkTreeModelFilter, GtkCellLayout, GtkComboBox, GtkComboBoxEntry. * gtk/tmpl/gtktreednd.sgml: Add short description. * gtk/gtk-docs.sgml: Move GtkItemFactory to the "Deprecated" chapter. * gtk/tmpl/gtktoggletoolbutton.sgml: Fix section title.
-
Federico Mena Quintero authored
2003-10-01 Federico Mena Quintero <federico@ximian.com> * gtkfilechooserimpldefault.c (name_sort_func): Simplify with a macro. This bloats the compiled code, but at least it makes the human-readable code not egregiously ugly. (size_sort_func): Likewise. (mtime_sort_func): Likewise.
-
Kristian Rietveld authored
Wed Oct 1 22:43:40 2003 Kristian Rietveld <kris@gtk.org> * gtk/gtkcellview.[ch]: implement the GtkCellLayout interface, drop packing/attribute/cell data functions from the header, (gtk_cell_view_set_cell_data): added support for cell data funcs. * gtk/gtkcombobox.[ch]: implement the GtkCellLayout interface, drop packing/attribute/cell data functions from the header, implemented cell data func support. * gtk/gtkcomboboxentry.c (gtk_combo_box_entry_new): updated for the move to GtkCellLayout. * tests/testcombo.c (create_combo_box_grid_demo), (main): ditto.
-
cinamod authored
-
Federico Mena Quintero authored
2003-10-01 Federico Mena Quintero <federico@ximian.com> * gtkfilechooserimpldefault.c (tree_selection_changed): Use enum values instead of plain numbers for the file lists's sort columns. (create_file_list): Likewise. (tree_selection_changed): Make the file list start up sorted by name, and don't specify a default sorting function, so that there is no unsorted order. This is for consistency with Nautilus. (list_sort_column_changed_cb): Callback; we cache whether the sort order for the file list's name column is ascending or not. (compare_with_folders_first): New helper function to sort directories before files. (name_sort_func): Use compare_with_folders_first(). (size_sort_func): Likewise. (mtime_sort_func): Likewise. Of course this callback mess would be easy in a real language: (set-sort-func sortable NAME_COLUMN (make-comparer impl (lambda (a b) (strcmp (get-name a) (get-name b))))) (set-sort-func sortable SIZE_COLUMN (make-comparer impl (lambda (a b) (compare (get-size a) (get-size b))))) ... etc ... (define (make-comparer impl f) (lambda (a b) (if (eq (is-dir? a) (is-dir? b)) (f a b) (if (sort-ascending? impl) (if (is-dir? a) -1 1) (if (is-dir? a) 1 -1)))))
-
Matthias Clasen authored
2003-10-01 Matthias Clasen <maclas@gmx.de> * gtk/gtkaction.c (gtk_action_class_init): (gtk_action_[gs]et_property): Introduce a separate "hide_if_empty" property for empty menu handling. (_gtk_action_sync_menu_visible): ...and use it here. * tests/testmerge.c (main): ...and here.
-
Federico Mena Quintero authored
2003-09-30 Federico Mena Quintero <federico@ximian.com> * gtkfilechooserimpldefault.c (struct _GtkFileChooserImplDefault): Added fields for the shortcuts tree and its model. (create_file_list): Don't call gtk_tree_view_column_set_sort_column_id() twice. (create_shortcuts_model): New function. (list_icon_data_func): Use an ICON_SIZE macro instead of a hardcoded value. (list_row_activated): Use _gtk_file_chooser_set_current_folder_path() to avoid converting the GtkFilePath to a URI string. (gtk_file_chooser_impl_default_set_current_folder): Select the appropriate item from the shortcuts list when the current folder changes, to let the user know where he is. (tree_selection_changed): Likewise. * gtkfilesystem.h (struct _GtkFileSystemIface): Added methods for ::supports_shortcuts(), ::list_shortcuts(), ::set_shortcuts().
-
Matthias Clasen authored
* gtk/gtktoolitem.c (gtk_tool_item_class_init): Fix signal doc comments to pacify gtk-doc.
-
- 30 Sep, 2003 13 commits
-
-
Matthias Clasen authored
* gdk/tmpl/keys.sgml: Add two missing signals.
-
Matthias Clasen authored
2003-10-01 Matthias Clasen <maclas@gmx.de> * gtk/gtkmain.c: Doc formatting tweaks. * gtk/gtktoolitem.c (gtk_tool_item_set_is_important): Fix a typo. * gtk/gtkcheckmenuitem.h (gtk_check_menu_item_set_draw_as_radio): Use the same parameter names as in .c file, to pacify gtk-doc. * gtk/gtktoggletoolbutton.[hc]: * gtk/gtktoolbutton.[hc]: * gtk/gtktoolitem.[hc]: * gtk/gtktoolbar.[hc]: * gtk/gtkcolorbutton.[hc]: * gtk/gtkfontbutton.[hc]: * gtk/gtkalignment.[hc]: Define GET_PRIVATE macros in the source, not in the header. * gtk/gtkcheckmenuitem.c (gtk_check_menu_item_[sg]et_draw_as_radio): Document these as 2.4 API additions. * gtk/tmpl/gtkaction.sgml: Fix cross reference to GtkMenuMerge. * gtk/gtk-sections.txt: Additions. * gtk/tmpl/gtkitemfactory.sgml: Add hint to use #GtkUIManager instead.
-
Kristian Rietveld authored
Tue Sep 30 23:42:56 2003 Kristian Rietveld <kris@gtk.org> * gtk/gtkentry.c (gtk_entry_set_completion), (gtk_entry_get_completion): Add API doc comments. * gtk/gtkentrycompletion.c: Fix #includes and add API doc comments.
-
Matthias Clasen authored
* gtk/tmpl/gtkitemfactory.sgml: Add hint to use #GtkUIManager instead.
-
Kristian Rietveld authored
Tue Sep 30 23:12:34 2003 Kristian Rietveld <kris@gtk.org> * gtk/gtktreemodelfilter.c: Add "Since: 2.4" to all API doc comments.
-
Kristian Rietveld authored
Tue Sep 30 22:59:58 2003 Kristian Rietveld <kris@gtk.org> * gtk/gtktreeviewcolumn.c: Some API doc comment fixes. * gtk/gtkcellayout.c: Fix #include and oooooh API doc comments!
-
Matthias Clasen authored
2003-09-30 Matthias Clasen <maclas@gmx.de> * tests/merge-*.ui: * tests/testmerge.c: Test handling of empty menus. * gtk/gtkuimanager.c (_gtk_menu_is_empty): New function to determine whether a menu is empty. Used in gtkaction.c. (update_smart_separators): Also update the visibility of empty menus. (update_node): When creating a new menu proxy, insert an "Empty" menu item which only gets shown if the menu is empty. * gtk/gtkaction.c (gtk_action_class_init): Document the meaning of "is_important" for menu proxies. (_gtk_action_sync_menu_visible): New function to sync the visibility of menu proxies. Used in gtkuimanager.c. (gtk_action_sync_visible): New function to sync the visibility of proxies.
-
Kristian Rietveld authored
Tue Sep 30 21:43:34 2003 Kristian Rietveld <kris@gtk.org> * gtk/gtkcombobox.c (gtk_combo_box_menu_button_press): set popup_in_progress to TRUE, (gtk_combo_box_menu_show): and back to FALSE here; the menu now won't disappear on the first button release. (Reported by Matthias Clasen).
-
Kristian Rietveld authored
Tue Sep 30 21:08:43 2003 Kristian Rietveld <kris@gtk.org> * gtk/gtkcombobox.c (gtk_combo_box_init): actually show the child. * gtk/gtkcomboboxentry.c (gtk_combo_box_entry_init): ditto. (#123543, Marco Pesenti Gritti).
-
Murray Cumming authored
2003-09-30 Murray Cumming <murrayc@usa.net> * gtk/gtkcellrenderer.h: The render vfunc takes a GdkDrawable* instead of a GdkWindow*, because that what it is given. The documentation was already correct. This should cause no API/ABI breakage with C compilers. * gtk/gtkcellrenderertext.c, gtkcellrendererpixbuf.c, gtkcellrenderertogger.c: Updated the declarations of the render vfunc implementation accordingly.
-
Gustavo Maciel Dias Vieira authored
2003-09-30 Gustavo Maciel Dias Vieira <gdvieira@zaz.com.br> * pt_BR.po: Applied revision by Augusta Marques da Silva <augusta.marques@gmx.net>.
-
cinamod authored
-
Matthias Clasen authored
2003-09-30 Matthias Clasen <maclas@gmx.de> * gdk/gdkkeys.c (gdk_keymap_class_init): Document the "direction-changed" and "keys-changed" signals. * gdk/gdkscreen.c (gdk_screen_class_init): Document the "size-changed" signal. * gdk/gdkdisplaymanager.c (gdk_display_manager_class_init): Document the "display-opened" signal. * gdk/gdkdisplay.c (gdk_display_close): Doc tweak. (gdk_display_class_init): Document the "closed" signal. * gdk/tmpl/keys.sgml: Small addition. * gdk/gdk-sections.txt: Add GdkDisplayClass and GdkScreenClass. * gdk-pixbuf/gdk-pixbuf-sections.txt: Add GdkPixbufLoaderClass.
-
- 29 Sep, 2003 1 commit
-
-
Matthias Clasen authored
* gdk-pixbuf/gdk-pixbuf-sections.txt: Add GdkPixbufLoaderClass.
-