summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* Don't stumble over separators which are not backed by model rows.Matthias Clasen2004-08-095-2/+27
| | | | | | | Sun Aug 8 22:52:26 2004 Matthias Clasen <maclas@gmx.de> * gtk/gtkcombobox.c (find_menu_by_path): Don't stumble over separators which are not backed by model rows.
* Oops.Matthias Clasen2004-08-091-4/+3
|
* Don't leak the path.Matthias Clasen2004-08-095-0/+22
| | | | | | | Sun Aug 8 11:01:23 2004 Matthias Clasen <maclas@gmx.de> * gtk/gtkcombobox.c (gtk_combo_box_set_active): Don't leak the path.
* take targets into account again to allow dnd of other things than textHans Breuer2004-08-086-5/+149
| | | | | | | | | | | 2004-08-07 Hans Breuer <hans@breuer.org> * gtk/gtkdnd.c (gtk_drag_dest_set) : take targets into account again to allow dnd of other things than text * gdk/win32/gdkselection-win32.c : offer windows bitmap to be pasted from clipboard (makes The GIMP 2.1's "File/Acquire/Paste as New" work, only using gtk+ API)
* Add gtk_cell_renderer_progress_get_type.Matthias Clasen2004-08-085-0/+17
| | | | | | Sun Aug 8 01:32:36 2004 Matthias Clasen <maclas@gmx.de> * gtk/gtk.def: Add gtk_cell_renderer_progress_get_type.
* Replace duplicate gtk_tree_view_get_hover_expand byMatthias Clasen2004-08-085-8/+13
| | | | | | | Sun Aug 8 01:29:08 2004 Matthias Clasen <maclas@gmx.de> * gtk/gtk.def: Replace duplicate gtk_tree_view_get_hover_expand by gtk_tree_view_set_hover_expand.
* Remove duplicate gtk_tree_view_get_hover_expand.Matthias Clasen2004-08-085-1/+16
| | | | | | Sun Aug 8 01:28:06 2004 Matthias Clasen <maclas@gmx.de> * gtk/gtk.def: Remove duplicate gtk_tree_view_get_hover_expand.
* Remove the static function gtk_menu_get_private.Matthias Clasen2004-08-085-1/+16
| | | | | | Sun Aug 8 01:23:08 2004 Matthias Clasen <maclas@gmx.de> * gtk/gtk.def: Remove the static function gtk_menu_get_private.
* Don't hardcode mapping of VK_DECIMAL to GDK_KP_Decimal. Instead, letTor Lillqvist2004-08-075-2/+28
| | | | | | | | | 2004-08-07 Tor Lillqvist <tml@iki.fi> * gdk/win32/gdkkeys-win32.c (update_keymap): Don't hardcode mapping of VK_DECIMAL to GDK_KP_Decimal. Instead, let ToAsciiEx() map it to what's printed on the keypad decimal key for the current input locale (keyboard layout). (#149404)
* Use GtkTreeViewRowSeparatorFunc instead of GtkCellRendererSepText.Matthias Clasen2004-08-079-246/+174
| | | | | | | | | | | | | | | | | | | Sat Aug 7 18:19:03 2004 Matthias Clasen <maclas@gmx.de> * gtk/gtkfilechooserdefault.c (save_folder_combo_create): (shortcuts_list_create): Use GtkTreeViewRowSeparatorFunc instead of GtkCellRendererSepText. (#147864) * gtk/gtkcellrendererseptext.[hc]: Removed. * gtk/Makefile.am: Remove gtkcellrendererseptext.[hc] Sat Aug 7 18:15:15 2004 Matthias Clasen <maclas@gmx.de> * gtk/gtkcombobox.c (gtk_combo_box_menu_row_deleted): (gtk_combo_box_menu_row_inserted): (gtk_combo_box_menu_row_changed): Correctly handle insertion and deletion of separators in menu mode.
* WM_WINDOWPOSCHANGED): Add _gdk_offset_{x,y} to top-level windowTor Lillqvist2004-08-075-17/+41
| | | | | | | | | 2004-08-07 Tor Lillqvist <tml@iki.fi> * gdk/win32/gdkevents-win32.c (handle_configure_event, gdk_event_translate:WM_WINDOWPOSCHANGED): Add _gdk_offset_{x,y} to top-level window coordinates, not just in generated events. (#148526, Robert Ögren)
* Fix a typoMatthias Clasen2004-08-072-1/+6
|
* Make the column drag code a bit more robust (still scary, though).Matthias Clasen2004-08-075-2/+52
| | | | | | | | | | | | | | Sat Aug 7 01:26:08 2004 Matthias Clasen <maclas@gmx.de> Make the column drag code a bit more robust (still scary, though). (#106992, Christian Biere) * gtk/gtktreeview.c (_gtk_tree_view_column_start_drag): Assert that cur_reorder is NULL here. * gtk/gtktreeview.c (gtk_tree_view_button_release_drag_column): Reset cur_reorder to NULL, and only hide drag_highlight_window if it exists.
* Fix #144232:Federico Mena Quintero2004-08-066-9/+102
| | | | | | | | | | | | | | | | | | | | | | 2004-08-06 Federico Mena Quintero <federico@ximian.com> Fix #144232: * gtk/gtkfilechooserdefault.c (save_widgets_create): Use a GtkFileChooserEntry for the file name, rather than a GtkEntry. (update_chooser_entry): Set the contents of the file chooser entry rather than the plain entry's. (gtk_file_chooser_default_set_current_folder): Set the new folder on the save entry. (gtk_file_chooser_default_set_current_name): Set the name on the file chooser entry. (check_save_entry): Use the file chooser entry rather than the plain entry. * gtk/gtkfilechooserentry.c (_gtk_file_chooser_entry_set_base_folder): Call gtk_file_chooser_entry_changed() so that we recompute the current folder based on the new base folder.
* make it compile and more similar to the X11 implementation [backwardHans Breuer2004-08-0614-52/+467
| | | | | | | | | | | | | | | | | | | | | | | | | | | 2004-08-06 Hans Breuer <hans@breuer.org> * gdk/win32/gdkwindow-win32.c : make it compile and more similar to the X11 implementation [backward compatibility for GDK_WINDOW_TEMP, GDK_INPUT_ONLY (fixes bug #148702), use the *screen* function variants, dont reparent already destroyed] (get_visible_region) : take the win32 part into account (_gdk_windowing_window_destroy) : remove from handle table * gdk/win32/gdkdisplay-win32.c : added gdk_display_(request|supports)_selection_notification () with a currently mostly pointless implementation ;-) * gtk/gtkfilesystemwin32.c (*_to_path) : same changes as on *NIX, plugs memory leak (gtk_file_system_win32_render_icon) : use new GTK_STOCK_DIRECTORY * gtk/makefile.msc.in demos/gtk-demo/makefile.msc.in gtk/stock-icons/makefile.msc tests/makefile.msc : updated * gdk/gdk.def gtk/gtk.def : updated externals * tests/testiconview.c : remove unneeded dirent.h inclusion
* updatedHans Breuer2004-08-063-3/+13
| | | | | | 2004-08-06 Hans Breuer <hans@breuer.org> * gdk_pixbuf.def makefile.msc : updated
* Fix an off-by-one error. (#141809, Markku Vire)Matthias Clasen2004-08-065-1/+13
| | | | | * gtk/gtktreeview.c (gtk_tree_view_move_cursor_page_up_down): Fix an off-by-one error. (#141809, Markku Vire)
* Really fix the initialization of the target list.Matthias Clasen2004-08-069-30/+202
| | | | | | | | | | | | | | | | | | | | | | | | | | | 2004-08-06 Matthias Clasen <mclasen@redhat.com> * gtk/gtkdnd.c (gtk_drag_dest_set, gtk_drag_source_set): Really fix the initialization of the target list. Support XDND v5. (#10220, Owen Taylor) * gdk/x11/gdkdnd-x11.c: Record the XDND version and whether the drop was successful in the GdkDragContextPrivateX11 struct. (xdnd_finished_filter): Store the success status of the drop for an XDND version 5 interaction. For other versions, always assume the drop was successful. (xdnd_check_dest): Return the protocol version. (_gdk_drag_get_protocol_for_display): Return the protocol version. (gdk_drag_find_window_for_screen): Store the used protocol version in the GdkDragContext. (xdnd_send_enter): Send the used protocol version from the context, instead of hardwiring 3. (xdnd_enter_filter): Accept protocol versions >= 3 and store the used protocol version in the context. * gdk/gdkdnd.h: * gdk/x11/gdkdnd-x11.c (gdk_drag_drop_succeeded): New function to find out whether a drop was successful.
* Set x_root and y_root in button and motion events from the tablet.Robert Ögren2004-08-065-0/+34
| | | | | | | 2004-07-28 Robert Ögren <gtk@roboros.com> * gdk/win32/gdkinput-win32.c (_gdk_input_other_event): Set x_root and y_root in button and motion events from the tablet. (#148715)
* poznat prevodIvan Stojmirov2004-08-051-307/+240
|
* updated Breton and Walloon filesPablo Saratxaga2004-08-053-203/+218
|
* Call gdk_window_enable_synchronized_configure()Soeren Sandmann2004-08-056-3/+46
| | | | | | | | | | | Thu Aug 5 19:58:08 2004 Soeren Sandmann <sandmann@daimi.au.dk> * gtk/gtkplug.c (gtk_plug_realize): Call gdk_window_enable_synchronized_configure() * gdk/x11/gdkwindow-x11.c (gdk_window_configure_finished): Make noop if gdk_window_enable_synchronized_configure() has not been called.
* Fix up previous commit.Matthias Clasen2004-08-041-2/+2
|
* Add setter and getter for the ::show-hidden property. (#145610, JeffMatthias Clasen2004-08-048-0/+63
| | | | | | | 2004-08-04 Matthias Clasen <mclasen@redhat.com> * gtk/gtkfilechooser.[hc]: Add setter and getter for the ::show-hidden property. (#145610, Jeff Franks)
* Add buttons to select and unselect all nodes, make the popup menu actuallyMatthias Clasen2004-08-046-17/+80
| | | | | | | | | | | 2004-08-04 Matthias Clasen <mclasen@redhat.com> * tests/testiconview.c: Add buttons to select and unselect all nodes, make the popup menu actually work. * gtk/gtkiconview.c: Make GTK_SELECTION_BROWSE work as intended, let button 3 presses through to the app, to make popup menus work.
* Add testiconview. A test for GtkIconView ...which uses this image.Matthias Clasen2004-08-047-0/+331
| | | | | | | | 2004-08-04 Matthias Clasen <mclasen@redhat.com> * tests/Makefile.am: Add testiconview. * tests/testiconview.c: A test for GtkIconView * tests/gnome-textfile.png: ...which uses this image.
* s/childs/children/g.Matthias Clasen2004-08-048-22/+50
| | | | | | | | | Wed Aug 4 01:37:57 2004 Matthias Clasen <maclas@gmx.de> * gtk/gtktreeview.c: * gtk/gtktreestore.c: * gtk/gtktreemodelfilter.c: * gtk/gtknotebook.c: s/childs/children/g.
* Fix #133446, noticed by Christian Persch:Matthias Clasen2004-08-045-17/+93
| | | | | | | | | | | Wed Aug 4 01:04:48 2004 Matthias Clasen <maclas@gmx.de> Fix #133446, noticed by Christian Persch: * gtk/gtkaction.c (gtk_action_class_init): Add a new boolean property ::visible-overflown. * gtk/gtkaction.c (gtk_action_create_menu_proxy): Don't create a menu proxy if visible_overflown is FALSE.
* Make the the GtkAction{Toggle,Radio,}Entry* arguments to theMatthias Clasen2004-08-046-130/+163
| | | | | | | | | Tue Aug 3 20:16:26 2004 Matthias Clasen <maclas@gmx.de> * gtk/gtkactiongroup.[hc]: Make the the GtkAction{Toggle,Radio,}Entry* arguments to the gtk_action_group_add_..._actions() functions const, since the most common use case is to use a static array. (142334, Mariano Suarez-Alvarez)
* Make gtk_ui_manager_add_ui() accept paths with a leading "/ui". (#149077,Matthias Clasen2004-08-045-2/+39
| | | | | | | Tue Aug 3 20:03:33 2004 Matthias Clasen <maclas@gmx.de> * gtk/gtkuimanager.c (get_node): Make gtk_ui_manager_add_ui() accept paths with a leading "/ui". (#149077, David Malcolm)
* Correct the return type of gtk_tree_model_filter_get_flags(). (#149195,Matthias Clasen2004-08-035-2/+22
| | | | | | | Tue Aug 3 18:38:40 2004 Matthias Clasen <maclas@gmx.de> * gtk/gtktreemodelfilter.c: Correct the return type of gtk_tree_model_filter_get_flags(). (#149195, Morten Welinder)
* Fix #149191, reported by Morten Welinder:Matthias Clasen2004-08-036-2/+35
| | | | | | | | | | Tue Aug 3 18:16:55 2004 Matthias Clasen <maclas@gmx.de> Fix #149191, reported by Morten Welinder: * gtk/gtkmain.c: Include gtkclipboard.h, * gtk/gtkwidget.h: Declare _gtk_widget_grab_notify, not _gtk_widget_emit_grab_notify.
* Add missing parens. (#149190, Morten Welinder)Matthias Clasen2004-08-035-1/+21
| | | | | | | Tue Aug 3 14:50:14 2004 Matthias Clasen <maclas@gmx.de> * gtk/gtkicontheme.c (add_size): Add missing parens. (#149190, Morten Welinder)
* Remove accidentally committed debug code.Matthias Clasen2004-08-035-9/+20
| | | | | | | Tue Aug 3 14:29:49 2004 Matthias Clasen <maclas@gmx.de> * gtk/gtkcombobox.c (gtk_combo_box_menu_fill): Remove accidentally committed debug code.
* Optimize for the case that row_column and col_column are unset. (#148868,Matthias Clasen2004-08-035-85/+103
| | | | | | | | Tue Aug 3 01:19:12 2004 Matthias Clasen <maclas@gmx.de> * gtk/gtkcombobox.c (gtk_combo_box_relayout_item): Optimize for the case that row_column and col_column are unset. (#148868, Lorenzo Gil Sánchez)
* New function. Make sure the sync counter is recreated when a window isSoeren Sandmann2004-08-027-34/+83
| | | | | | | | Mon Aug 2 21:52:45 2004 Soeren Sandmann <sandmann@daimi.au.dk> * gdk/x11/gdkwindow-x11.c (ensure_sync_counter): New function. Make sure the sync counter is recreated when a window is reparented to become a toplevel. (#148358)
* Some trees in combo boxes.Matthias Clasen2004-08-025-11/+767
| | | | | | 2004-08-02 Matthias Clasen <mclasen@redhat.com> * tests/testcombo.c: Some trees in combo boxes.
* Rework the combo box to handle tree models. (#139582, Matt Walton)Matthias Clasen2004-08-025-511/+969
| | | | | | | 2004-08-02 Matthias Clasen <mclasen@redhat.com> * gtk/gtkcombobox.c: Rework the combo box to handle tree models. (#139582, Matt Walton)
* Add hover-expand setter and getter.Matthias Clasen2004-08-022-0/+6
| | | | | | 2004-08-02 Matthias Clasen <mclasen@redhat.com> * gtk/gtk-sections.txt: Add hover-expand setter and getter.
* Add a new boolean property ::hover-expand and make the treeviewMatthias Clasen2004-08-027-4/+157
| | | | | | | | | | 2004-08-02 Matthias Clasen <mclasen@redhat.com> * gtk/gtktreeview.h: * gtk/gtktreeview.c: * gtk/gtktreeprivate.h: Add a new boolean property ::hover-expand and make the treeview expand/collapse rows on mouseover if it is set.
* Remove some erroneous declarations.Matthias Clasen2004-08-025-3/+8
| | | | | | 2004-08-02 Matthias Clasen <mclasen@redhat.com> * gtk/gtkiconview.h: Remove some erroneous declarations.
* Don't crash if the displayed row is gone.Matthias Clasen2004-08-025-0/+23
| | | | | | | 2004-08-02 Matthias Clasen <mclasen@redhat.com> * gtk/gtkcellview.c (gtk_cell_view_set_cell_data): Don't crash if the displayed row is gone.
* C99ism.Morten Welinder2004-08-025-3/+20
| | | | | | 2004-08-02 Morten Welinder <terra@gnome.org> * gtk/gtkentry.c (gtk_entry_motion_notify): C99ism.
* Don't steal the pointer grab from the context menu of the entry. (#148686,Matthias Clasen2004-08-021-0/+3
| | | | | | | | Mon Aug 2 02:07:43 2004 Matthias Clasen <maclas@gmx.de> * gtk/gtkentrycompletion.c (_gtk_entry_completion_popdown): Don't steal the pointer grab from the context menu of the entry. (#148686, Christian Persch)
* Add a new binding signal ::backspace, bind it to the backspace key, andMatthias Clasen2004-08-028-14/+189
| | | | | | | | | | | Mon Aug 2 01:30:03 2004 Matthias Clasen <maclas@gmx.de> * gtk/gtktextview.[hc]: * gtk/gtkentry.[hc]: Add a new binding signal ::backspace, bind it to the backspace key, and make it pay attention to the Pango backspace_deletes_character attribute. (#119891, Noah Levitt, patch by Theppitak Karoonboonyanan)
* Add missing error traps. (#149011, Thomas Leonard)Matthias Clasen2004-08-025-0/+30
| | | | | | | | Mon Aug 2 01:02:57 2004 Matthias Clasen <maclas@gmx.de> * gdk/x11/gdkevents-x11.c (gdk_check_wm_state_changed): (gdk_check_wm_desktop_changed): Add missing error traps. (#149011, Thomas Leonard)
* Add the same warning that the blink_cb() in GtkEntry already has.Matthias Clasen2004-08-025-0/+27
| | | | | | | Mon Aug 2 00:21:26 2004 Matthias Clasen <maclas@gmx.de> * gtk/gtktextview.c (blink_cb): Add the same warning that the blink_cb() in GtkEntry already has. (#148733)
* Document the xalign property and its getter and setter as 2.4 additions.Matthias Clasen2004-08-027-6/+78
| | | | | | | | | | | | | | | | | Mon Aug 2 00:12:16 2004 Matthias Clasen <maclas@gmx.de> * gtk/gtkentry.c (gtk_entry_class_init): (gtk_entry_get_alignment): (gtk_entry_set_alignment): Document the xalign property and its getter and setter as 2.4 additions. (#148978, Axel Simon) Mon Aug 2 00:11:31 2004 Matthias Clasen <maclas@gmx.de> * gtk/gtkuimanager.c (gtk_ui_manager_class_init): * gtk/gtkactiongroup.c (gtk_action_group_class_init): Use canonical signal names in doc comments, since gtk-doc won't pick up signal docs with underscores.
* Fix progressive loading of 8bit pcx files. (#148518, Magnus Bergman)Matthias Clasen2004-08-022-1/+6
| | | | | | | Sun Aug 1 23:57:06 2004 Matthias Clasen <maclas@gmx.de> * io-pcx.c (pcx_increment_load_data_1): Fix progressive loading of 8bit pcx files. (#148518, Magnus Bergman)
* Updated Simplified Chinese translationFunda Wang2004-08-012-281/+206
|