summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Update info on compiling GTK+GMT 2003 Tony Gale2003-10-286-4/+90
| | | | | | Tue Oct 28 17:06:17 GMT 2003 Tony Gale <gale@gtk.org> * docs/faq/gtk-faq.sgml: Update info on compiling GTK+
* Add getters corresponding to the is_active and has_toplevel_focusOwen Taylor2003-10-288-2/+130
| | | | | | | | | Tue Oct 28 10:34:24 2003 Owen Taylor <otaylor@redhat.com> * gtk/gtkwindow.[ch] (gtk_window_is_active, gtk_has_toplevel_focus): Add getters corresponding to the is_active and has_toplevel_focus properties. (#122531)
* hook up the destroy handler. (gtk_expander_destroy),Mark McLoughlin2003-10-286-15/+91
| | | | | | | | | | | | | | 2003-10-28 Mark McLoughlin <mark@skynet.ie> * gtk/gtkexpander.c: (gtk_expander_class_init): hook up the destroy handler. (gtk_expander_destroy), (gtk_expander_unrealize): remove the expand/collapse timeout on destroy instead of unrealize to avoid leaving the expander in a inconsistent state when unrealizing during animation. (gtk_expander_start_animation): remove realized check. (gtk_expander_set_expanded): if the widget isn't realized, expand immediately.
* Silently do nothing when recipient is NULL, as described in the docOwen Taylor2003-10-286-2/+35
| | | | | | | | Tue Oct 28 09:44:16 2003 Owen Taylor <otaylor@redhat.com> * gtk/gtkxembed.c (_gtk_xembed_send_focus_message): Silently do nothing when recipient is NULL, as described in the doc comment. (#123107, Thomas Leonard)
* Move docs inline, rewrite docs, mention memory management for the returnOwen Taylor2003-10-287-15/+70
| | | | | | | | Tue Oct 28 09:21:29 2003 Owen Taylor <otaylor@redhat.com> * gtk/gtkmain.c (gtk_check_version): Move docs inline, rewrite docs, mention memory management for the return value. (Partly addresses #125549, Michael Natterer)
* Changew index to filter_index to fix compilation error.Padraig O'Briain2003-10-287-2/+37
| | | | | | | | | 2003-10-28 Padraig O'Briain <padraig.obriain@sun.com> * gtk/gtkfilechooserdefault.c (gtk_file_chooser_default_remove_filter): Changew index to filter_index to fix compilation error. * gtk/gtkfilesystem.h: Correct definition of gtk_file_path_get_string.
* #include <X11/extensions/Xrandr.h> if we have RandR support, forManish Singh2003-10-278-1/+66
| | | | | | | | | | | | | | Mon Oct 27 15:47:58 2003 Manish Singh <yosh@gimp.org> * gdk/x11/gdkscreen-x11.c: #include <X11/extensions/Xrandr.h> if we have RandR support, for XRRUpdateConfiguration declaration. * gtk/gtkfilefilter.c: #include "gtkprivate.h" for _gtk_fnmatch declaration. * gtk/gtkuimanager.c (gtk_ui_manager_add_ui_from_file): Make length a gsize variable, since that's what g_file_get_contents() expects.
* shut up cvsManish Singh2003-10-271-1/+1
|
* Fix attribution for above/below EWMH work.Owen Taylor2003-10-276-1/+21
| | | | | | Mon Oct 27 12:18:49 2003 Owen Taylor <otaylor@redhat.com> * NEWS: Fix attribution for above/below EWMH work.
* Updated Japanese translation.KAMAGASAKO Masatoshi2003-10-272-33/+33
| | | | | | 2003-10-28 KAMAGASAKO Masatoshi <emerald@gnome.gr.jp> * ja.po: Updated Japanese translation.
* Add "name" as a construct-only property. (#125475, Murray Cumming)Matthias Clasen2003-10-256-0/+94
| | | | | | | Sat Oct 25 23:30:13 2003 Matthias Clasen <maclas@gmx.de> * gtk/gtkactiongroup.c (gtk_action_group_class_init): Add "name" as a construct-only property. (#125475, Murray Cumming)
* Add bug numbers to ChangeLogSoeren Sandmann2003-10-255-0/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Thu Oct 23 21:55:10 2003 Soeren Sandmann <sandmann@daimi.au.dk> Fix bug 116297 and 125472 * gtk/gtktoolbar.c (gtk_toolbar_highlight_drop_location): Make this function take an index and a GtkToolItem. * tests/testtoolbar.c (main): Make "Show Arrow" default to true. Make one of the separators !draw and expand. Update for new highlight_drop_location() API. * gtk/gtktoolitem.[ch]: Remove "pack_end" property * gtk/gtktoolbar.h: Formatting fixes. * gtk/gtktoolbar.c: Remove "pack_end" child property. Allow separator tool items to expand. (logical_to_physical, physical_to_logical): Fix off-by-one errors (Fix #125472, Marco Pesenti Gritti) * gtk/gtkseparatortoolitem.[ch]: Add new "draw" property. (gtk_separator_tool_item_expose) only draw if "draw" is TRUE. Also return FALSE, not TRUE. (gtk_separator_too_item_{set|get}_property, (gtk_separator_tool_item_{set|get}_draw): new functions
* Broken pipeSøren Sandmann Pedersen2003-10-251-40/+24
|
* Make this function take an index and a GtkToolItem.Soeren Sandmann2003-10-25117-5236/+5473
| | | | | | | | | | | | | | | | | | | | | | | | | | Thu Oct 23 21:55:10 2003 Soeren Sandmann <sandmann@daimi.au.dk> * gtk/gtktoolbar.c (gtk_toolbar_highlight_drop_location): Make this function take an index and a GtkToolItem. * tests/testtoolbar.c (main): Make "Show Arrow" default to true. Make one of the separators !draw and expand. Update for new highlight_drop_location() API. * gtk/gtktoolitem.[ch]: Remove "pack_end" property * gtk/gtktoolbar.h: Formatting fixes. * gtk/gtktoolbar.c: Remove "pack_end" child property. Allow separator tool items to expand. (logical_to_physical, physical_to_logical): Fix off-by-one errors (Fix #125472, Marco Pesenti Gritti) * gtk/gtkseparatortoolitem.[ch]: Add new "draw" property. (gtk_separator_tool_item_expose) only draw if "draw" is TRUE. Also return FALSE, not TRUE. (gtk_separator_too_item_{set|get}_property, (gtk_separator_tool_item_{set|get}_draw): new functions
* === Released 2.3.0 ===GTK_2_3_0Owen Taylor2003-10-24184-39238/+86320
| | | | | | | | | | | | | | Fri Oct 24 16:54:04 2003 Owen Taylor <otaylor@redhat.com> * === Released 2.3.0 === * configure.in: Remove a stray comma. * README.in: Fix a few notes about Xft 1 and pango-1.0. * NEWS: Finish updates for 2.3.0. * po/Makefile.in.in: Update to latest GLib version.
* Relicense to be dual AFL/LGPL (and thus also GPL) rather than AFL/GPL.Owen Taylor2003-10-2410-85/+150
| | | | | | | Fri Oct 24 16:02:32 2003 Owen Taylor <otaylor@redhat.com> * *.[ch]: Relicense to be dual AFL/LGPL (and thus also GPL) rather than AFL/GPL. Also update AFL version to 1.2.
* Fix licensing (I managed to put it under GPL licensing instead ofKristian Rietveld2003-10-2415-80/+120
| | | | | | | | | | Fri Oct 24 20:31:35 2003 Kristian Rietveld <kris@gtk.org> * gtk/gtkcellview.[ch], gtk/gtkcellviewmenuitem.[ch], gtk/gtkcombobox.[ch], gtk/gtkcomboboxentry.[ch], gtk/gtktreemodelfilter.[ch]: Fix licensing (I managed to put it under GPL licensing instead of LGPL...). (Fixes #125381, Soeren Sandmann).
* add padding to the class structure.Kristian Rietveld2003-10-246-0/+26
| | | | | | Fri Oct 24 20:22:40 2003 Kristian Rietveld <kris@gtk.org> * gtk/gtktreemodelfilter.h: add padding to the class structure.
* Fixed docs. (gtk_file_chooser_remove_filter): Likewise.Federico Mena Quintero2003-10-238-4/+94
| | | | | | | | | | | | | 2003-10-23 Federico Mena Quintero <federico@ximian.com> * gtk/gtkfilechooser.c (gtk_file_chooser_get_preview_uri): Fixed docs. (gtk_file_chooser_remove_filter): Likewise. (gtk_file_chooser_select_all): Added docs. (gtk_file_chooser_unselect_all): Likewise. * gtk/gtkfilechooserdialog.c (gtk_file_chooser_dialog_new): Added docs. * gtk/gtkfilechooserwidget.c (gtk_file_chooser_widget_new): Added docs.
* Added the text for the initial section, and descriptions for the signalsFederico Mena Quintero2003-10-235-69/+135
| | | | | | | | | | | | | 2003-10-23 Federico Mena Quintero <federico@ximian.com> * gtk/tmpl/gtkfilechooser.sgml: Added the text for the initial section, and descriptions for the signals and enumerations. * gtk/tmpl/gtkfilechooserdialog.sgml: Added the text for the initial section, and a short example. * gtk/tmpl/gtkfilechooserwidget.sgml: Added the text for the initial section.
* Add short descriptions.Matthias Clasen2003-10-235-12/+12
| | | | | | | | | Fri Oct 24 00:25:07 2003 Matthias Clasen <maclas@gmx.de> * gtk/tmpl/gtkfilefilter.sgml: * gtk/tmpl/gtkfilechooser.sgml: * gtk/tmpl/gtkfilechooserwidget.sgml: * gtk/tmpl/gtkfilechooserdialog.sgml: Add short descriptions.
* Add "Since: 2.4" to all API doc comments.Matthias Clasen2003-10-237-15/+160
| | | | | | | Thu Oct 23 23:22:15 2003 Matthias Clasen <maclas@gmx.de> * gtk/gtkfilefilter.c: * gtk/gtkfilechooser.c: Add "Since: 2.4" to all API doc comments.
* Move GtkCombo and GtkOptionMenu to the "Deprecated" chapter. AddMatthias Clasen2003-10-238-3/+37
| | | | | | | | | | Thu Oct 23 22:41:02 2003 Matthias Clasen <maclas@gmx.de> * gtk/gtk-docs.sgml: Move GtkCombo and GtkOptionMenu to the "Deprecated" chapter. Add GtkFileChooser, GtkFileChooserDialog, GtkFileChooseWidget and GtkFileFilter. * gtk/gtkfilefilter.c (gtk_file_filter_new): Fix doc markup.
* Updates.Matthias Clasen2003-10-236-7/+28
|
* Added gtk_file_chooser_get_type, gtk_file_chooser_dialog_get_type,Federico Mena Quintero2003-10-238-26/+846
| | | | | | | | | | | | | | | | | | | | | | | | 2003-10-23 Federico Mena Quintero <federico@ximian.com> * gtk/gtk.types: Added gtk_file_chooser_get_type, gtk_file_chooser_dialog_get_type, gtk_file_chooser_widget_get_type, gtk_file_filter_get_type. * gtk/gtk-sections.txt: Added GtkFileChooser, GtkFileChooserWidget, GtkFileChooserDialog, GtkFileFilter. * gtk/Makefile.am (IGNORE_HFILES): Added gtkcellrendererseptext.h, gtkfilechooserdefault.h, gtkfilechooserentry.h, gtkfilechooserutils.h, gtkfilesystem.h, gtkfilesystemmodel.h, gtkfilesystemunix.h. * gtk/tmpl/gtkfilechooser.sgml: New template file. * gtk/tmpl/gtkfilechooserdialog.sgml: Likewise. * gtk/tmpl/gtkfilechooserwidget.sgml: Likewise. * gtk/tmpl/gtkfilefilter.sgml: Likewise.
* Updates for 2.3.0; changed header to match the style we used for 2.1.0.Kristian Rietveld2003-10-236-5/+39
| | | | | | | Thu Oct 23 21:12:50 2003 Kristian Rietveld <kris@gtk.org> * NEWS: Updates for 2.3.0; changed header to match the style we used for 2.1.0.
* Actually assign the new leader. (#125168, Mariano Suarez-Alvarez)Matthias Clasen2003-10-236-1/+27
| | | | | | | Thu Oct 23 20:47:44 2003 Matthias Clasen <maclas@gmx.de> * gdk/x11/gdkwindow-x11.c (gdk_window_set_group): Actually assign the new leader. (#125168, Mariano Suarez-Alvarez)
* Fix includes.Kristian Rietveld2003-10-2313-48/+78
| | | | | | | | Thu Oct 23 20:21:16 2003 Kristian Rietveld <kris@gtk.org> * gtk/gtkcelllayout.c, gtk/gtkcellview.c gtk/gtkcellviewmenuitem.c, gtk/gtkcombobox.c, gtk/gtkcomboboxentry.c, gtk/gtkentrycompletion.c, gtk/gtktreemodelfilter.c, gtk/gtkcellrenderertoggle.c: Fix includes.
* 0.5.1Raymond Penners2003-10-231-1/+6
|
* update xp_theme_defscinamod2003-10-232-0/+18
|
* Partial update for 2.3.0.Soeren Sandmann2003-10-236-1/+38
| | | | | | Thu Oct 23 15:13:56 2003 Soeren Sandmann <sandmann@daimi.au.dk> * NEWS: Partial update for 2.3.0.
* Convert GtkOptionMenu to GtkComboBox.Owen Taylor2003-10-236-72/+57
| | | | | | | Thu Oct 23 01:09:04 2003 Owen Taylor <otaylor@redhat.com> * gtk/gtkfilechooserdefault.c: Convert GtkOptionMenu to GtkComboBox.
* cvsignore updatesOwen Taylor2003-10-231-0/+4
|
* gtk/gtkfilechooserutils.c gtk/gtkfilechooserprivate.[ch]: Basic frameworkOwen Taylor2003-10-2323-68/+240
| | | | | | | | | | | | | | | | | | | | | | | Wed Oct 22 23:20:04 2003 Owen Taylor <otaylor@redhat.com> * gtk/gtkfilechooser.[ch] gtk/gtkfilefilter.[ch] gtk/gtkfilechooserwidget.[ch] gtk/gtkfilechooserdialog.[ch]: gtk/gtkfilechooserutils.c gtk/gtkfilechooserprivate.[ch]: Basic framework for the new file selector widget. * gtk/gtkfilechooserdefault.[ch] gtk/gtkcellrenderersep.[ch] gtk/gtkfilechooserentry.[ch] gtk/gtkfilesystemmodel.[ch]: Initial implementation of the GtkFileChooser user interface. * gtk/gtkfilesystemunix.[ch]: GtkFileSystem implementation for Unix files. * configure.in gtk/Makefile.am gtk/xdgmime: Build code for freedesktop.org MIME system on Unix. * tests/testfilechooser.c: Test program for GtkFileChooser * tests/prop-editor.c: Add support for properties on interfaces.
* Fix some unused variables.Owen Taylor2003-10-237-4/+42
| | | | | | | | | | Tue Oct 21 16:12:51 2003 Owen Taylor <otaylor@redhat.com> * demos/gtk-demo/menus.c (do_menus): Fix some unused variables. * gtk/gtkmain.c (_gtk_get_lc_ctype): Fix an unused variable warning
* Renamed from GtkFileChooserImplDefault to GtkFileChooserDefault.Federico Mena Quintero2003-10-233-253/+253
| | | | | | | 2003-10-22 Federico Mena Quintero <federico@ximian.com> * gtkfilechooserdefault.[ch]: Renamed from GtkFileChooserImplDefault to GtkFileChooserDefault.
* Update NEWS for 2.3.0Matthias Clasen2003-10-226-0/+40
|
* Dutch translation updated by Tino Meinen.Vincent van Adrighem2003-10-222-666/+1501
| | | | | | 2003-10-22 Vincent van Adrighem <adrighem@gnome.org> * nl.po: Dutch translation updated by Tino Meinen.
* More code formattingRaymond Penners2003-10-223-9/+9
|
* Code formattingRaymond Penners2003-10-224-60/+65
|
* set ctrl_pressed and shift_pressed according to the current event stateKristian Rietveld2003-10-216-0/+44
| | | | | | | | Tue Oct 21 22:07:12 2003 Kristian Rietveld <kris@gtk.org> * gtk/gtktreeview.c (gtk_tree_view_real_move_cursor): set ctrl_pressed and shift_pressed according to the current event state (if there is one). (Fixes #125063, reported by Sebastien Bacher).
* use more XP style functionscinamod2003-10-214-113/+283
|
* Free the info itself.Federico Mena Quintero2003-10-212-0/+4
| | | | | | | | | 2003-10-20 Federico Mena Quintero <federico@ximian.com> * gtkfilesystem.c (gtk_file_info_free): Free the info itself. * gtkfilechooserimpldefault.c (shortcuts_insert_path): Free the GtkFileInfo.
* remove the completion timeout when the user pressed on Enter/ESC. FixesKristian Rietveld2003-10-206-0/+47
| | | | | | | | | Mon Oct 20 23:24:27 2003 Kristian Rietveld <kris@gtk.org> * gtk/gtkentry.c (gtk_entry_key_press): remove the completion timeout when the user pressed on Enter/ESC. Fixes the bug where the completion popup popped up after the user pressed on Enter (which is just weird). Reported by the Epiphany people (all of them).
* New utility function. (gtk_file_system_gnome_vfs_get_folder): UseFederico Mena Quintero2003-10-201-0/+3
| | | | | | | | | | | | | | 2003-10-20 Federico Mena Quintero <federico@ximian.com> * gtkfilesystemgnomevfs.c (folder_child_new): New utility function. (gtk_file_system_gnome_vfs_get_folder): Use folder_child_new(). (gtk_file_folder_gnome_vfs_get_info): Likewise. (directory_load_callback): Likewise. (monitor_callback): Likewise. * TODO: Removed the item about factoring out the code that creates FolderChild structures.
* Add support for OS X like sliding of toolbar items during drag and drop,Soeren Sandmann2003-10-208-301/+748
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Mon Oct 20 20:27:22 2003 Soeren Sandmann <sandmann@daimi.au.dk> Add support for OS X like sliding of toolbar items during drag and drop, (#110919, Dave Bordoley) Make dnd highlighting the responsibility of the application. (Fixes #116298, Owen Taylor) * gtk/gtktoolbar.h: Add prototypes for new API. * gtk/gtktoolbar.c (physical_to_logical, logical_to_physical): new functions converting between "position including placeholders" and "position excluding placeholders". (gtk_toolbar_class_init): remove drag_leave and drag_motion handlers (struct _ToolbarContent): new struct containing information related to toolbar items. (gtk_toolbar_highlight_drop_location): new public function (gtk_toolbar_unhighlight_drop_location): new public function * tests/testtoolbar.c (toolbar_drag_motion, toolbar_drag_leave): new functions (main): connect to dnd signals. Make the "New" item expand to make drag and drop more exciting.
* Scrollbar grippersRaymond Penners2003-10-202-1/+11
|
* bump version #cinamod2003-10-201-0/+4
|
* gtkrcRaymond Penners2003-10-182-1/+3
|
* GrippersRaymond Penners2003-10-183-3/+26
|