summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 2.5.6GTK_2_5_6Matthias Clasen2004-12-03172-18271/+19311
|
* gdk-pixbuf/Makefile.am (gdk_pixbuf.def) gdk/Makefile.am (gdk.def) WorkTor Lillqvist2004-12-037-3/+35
| | | | | | | | | | 2004-12-03 Tor Lillqvist <tml@iki.fi> * gdk-pixbuf/Makefile.am (gdk_pixbuf.def) * gdk/Makefile.am (gdk.def) * gtk/Makefile.am (gtk.def): Work around gcc misfeature. At least gcc 3.3.1 doesn't like to do -E on files that it thinks aren't source files. Use redirection and '-' instead.
* Reinstate the previous behavior for clicking Ok after activating aMatthias Clasen2004-12-035-4/+33
| | | | | | | | 2004-12-02 Matthias Clasen <mclasen@redhat.com> * gtk/gtkfilechooserdefault.c (gtk_file_chooser_default_should_respond): Reinstate the previous behavior for clicking Ok after activating a bookmark or path bar button in folder modes. (#160044, Dennis Cranston)
* Add long descriptions.Matthias Clasen2004-12-023-2/+47
|
* Merged from gtk-2-4:Federico Mena Quintero2004-12-025-16/+193
| | | | | | | | | | | | | | | | | | | | | | | | | | | 2004-12-02 Federico Mena Quintero <federico@ximian.com> Merged from gtk-2-4: Fix #159656: * gtk/gtkfilechooserdefault.c (PendingOp): New enumeration for the pending operation to perform when finishing loading a folder. (struct _GtkFileChooserDefault): New fields 'pending_op' and 'pending_select_path'. (pending_op_queue): New utility function. (pending_op_process): New utility function. (gtk_file_chooser_default_select_path): Don't select the path immediately; delay it until the folder is finished loading. (browse_files_model_finished_loading_cb): Process the pending operation. (browse_files_select_first_row): New utility function. (gtk_file_chooser_default_initial_focus): Use browse_files_select_first_row(). (gtk_file_chooser_default_should_respond): Queue an operation to select the first row once we load the child folder. (up_folder_handler): Queue an operation to select the current folder once we load the parent folder. (gtk_file_chooser_default_finalize): Free the pending_select_path.
* Make sure we always return a value. Return None in the fallthrough case.Manish Singh2004-12-025-0/+22
| | | | | | | Thu Dec 2 13:18:34 2004 Manish Singh <yosh@gimp.org> * gdk/x11/gdkgc-x11.c (make_fg_tile_picture): Make sure we always return a value. Return None in the fallthrough case.
* Don't leak pango_font_description object (#160214, Frederic Crozat).Matthias Clasen2004-12-025-0/+21
| | | | | | | 2004-12-02 Matthias Clasen <mclasen@redhat.com> * gtk/gtkmessagedialog.c: (setup_primary_label_font): Don't leak pango_font_description object (#160214, Frederic Crozat).
* Handle the fact the the changed row may also be moved. (#159387, OlivierMatthias Clasen2004-12-025-1/+69
| | | | | | | | 2004-12-01 Matthias Clasen <mclasen@redhat.com> * gtk/gtkiconview.c (gtk_icon_view_row_changed): Handle the fact the the changed row may also be moved. (#159387, Olivier Andrieu)
* Document all window types. (#160149, Billy Biggs)Matthias Clasen2004-12-022-4/+18
| | | | | | | 2004-12-01 Matthias Clasen <mclasen@redhat.com> * gdk/tmpl/windows.sgml: Document all window types. (#160149, Billy Biggs)
* Use the module's correct name in test. (#160122)Tor Lillqvist2004-12-015-1/+21
| | | | | | | 2004-12-01 Tor Lillqvist <tml@iki.fi> * modules/input/imime.c (im_module_create): Use the module's correct name in test. (#160122)
* Updated Czech translation.Miloslav Trmac2004-12-012-34/+40
| | | | | | 2004-12-01 Miloslav Trmac <mitr@volny.cz> * cs.po: Updated Czech translation.
* xp theme combo box arrows on toolbarsDom Lachowicz2004-12-015-17/+36
|
* draw XP status bar grip, toolbar grip properlyDom Lachowicz2004-12-015-2/+10
|
* added virtual functions GtkUIManager::get_widget() and ::get_action().Michael Natterer2004-12-016-60/+125
| | | | | | | | | | | | 2004-12-01 Michael Natterer <mitch@gimp.org> * gtk/gtkuimanager.[ch]: added virtual functions GtkUIManager::get_widget() and ::get_action(). Moved the code from gtk_ui_manager_get_widget() and get_action() to the default implementations. Fixes bug #160096. (gtk_ui_manager_get_toplevels): added missing precondition check for GTK_IS_UI_MANAGER(self).
* ms-windows theme should use ms-windows button orderDom Lachowicz2004-12-015-0/+17
|
* ms windows theme menus should not have tearoffsDom Lachowicz2004-11-305-0/+17
|
* Assign an arbitrary, but consistent, order to nodes that the user functionSøren Sandmann2004-11-305-28/+47
| | | | | | | | | Tue Nov 30 17:53:37 2004 Søren Sandmann <sandmann@redhat.com> * gtk/gtksequence.c (node_compare): Assign an arbitrary, but consistent, order to nodes that the user function compares as equal. Better fix for bug #157670 and a better way to make sorting stable.
* remove the disputable memset at the end of gdk_pixmap_new() - on X11 theHans Breuer2004-11-306-2/+55
| | | | | | | | | | | 2004-11-30 Hans Breuer <hans@breuer.org> * gdk/win32/gdkpixmap-win32.c : remove the disputable memset at the end of gdk_pixmap_new() - on X11 the bits are not initialized either - fixes bug #145107 * gtk/gtkfilesystemwin32.c : add an idle handler to emit "volumes-changed" when drives are plugged in or removed. Fixes bug #137815
* Update the documentation to specify a more useful behaviour, which can beMatthias Clasen2004-11-308-18/+92
| | | | | | | | | | | | | | 2004-11-30 Matthias Clasen <mclasen@redhat.com> * gtk/gtktreesortable.c (gtk_tree_sortable_get_sort_column_id): Update the documentation to specify a more useful behaviour, which can be implemented with the multiple special values we have now. (#159984, Nicholas Rahn) * gtk/gtktreemodelsort.c (gtk_tree_model_sort_get_sort_column_id): * gtk/gtktreestore.c (gtk_tree_store_get_sort_column_id): * gtk/gtkliststore.c (gtk_list_store_get_sort_column_id): Update the implementations.
* Don't paint in the trailing end of a wrapped line when the selectionOwen Taylor2004-11-305-3/+52
| | | | | | | | | | | | | Tue Nov 30 16:25:29 2004 Owen Taylor <otaylor@redhat.com> * gtk/gtktextdisplay.c (render_para): Don't paint in the trailing end of a wrapped line when the selection starts after the line. (#159984, Matthias Clasen) * gtk/gtktextdisplay.c (gtk_text_layout_draw): pass in byte_count + 1 for selection_end index when the selection end is past the end of the line so that render_para() can distinguish it from selection-end *at* the end of the line. Fixes newlines not being selected.
* removed "GtkFileChooserButton:active" property and getter/setter.James M. Cape2004-11-3010-824/+408
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2004-11-30 James M. Cape <jcape@ignore-your.tv> * gtk/gtkfilechooserbutton.h (gtk_file_chooser_button_get_active) (gtk_file_chooser_button_set_active): * gtk/gtkfilechooserbutton.c (gtk_file_chooser_button_class_init) (gtk_file_chooser_button_get_active) (gtk_file_chooser_button_set_active): * docs/reference/gtk/gtk-sections.txt: * docs/reference/gtk/tmpl/gtkfilechooserbutton.sgml: * gtk/gtk.symbols: removed "GtkFileChooserButton:active" property and getter/setter. * gtk/gtkfilechooserbutton.c (struct _GtkFileChooserButtonPrivate) (button_toggled_cb) (dialog_response_cb) (button_notify_active_cb) (gtk_file_chooser_button_init) (button_clicked_cb) (gtk_file_chooser_button_show): Use a GtkButton instead of a GtkToggleButton. (struct _GtkFileChooserButtonPrivate) (gtk_file_chooser_button_destroy) (gtk_file_chooser_button_style_set) (gtk_file_chooser_button_screen_changed): Don't bother with the (remove_settings_signal) (settings_notify_cb) (check_icon_theme): Don't use GtkSettings at all, just call change_icon_theme() directly. (struct _GtkFileChooserButtonPrivate) (gtk_file_chooser_button_init) (gtk_file_chooser_button_drag_data_received) (gtk_file_chooser_button_mnemonic_activate) (gtk_file_chooser_button_set_width_chars) (gtk_file_chooser_button_get_width_chars) (entry_changed_cb) (update_idler) (update_entry) (update_dialog) (dialog_selection_changed_cb) (dialog_response_cb) (entry_size_allocate_cb): Remove all references to the now-defunct entry, store the old path (to support "Cancel") in an instance member. (update_label_and_image) (update_label) (update_image) (gtk_file_chooser_button_init) (dialog_response_cb) (dialog_selection_changed_cb): Merge label/image updates, only display the filename (not the whole path, fixes #157725). (struct _GtkFileChooserButtonPrivate) (dialog_selection_changed_cb) (dialog_selection_changed_proxy_cb): Merge "selection-changed" handlers, block while dialog is visible (fixes #158482). * tests/testfilechooserbutton.c (delete_event_cb) (properties_button_clicked_cb) (print_selected_path_clicked_cb) (tests_button_clicked_cb) (main): Add per-chooser "tests" window, don't delete on WM close, update properties_button_clicked_cb() "delete-event" callback.
* Added "nso" to ALL_LINGUAS.Dwayne Bailey2004-11-309-1/+7495
| | | | | | | | | 2004-11-30 Dwayne Bailey <dwayne@translate.org.za> * configure.in: Added "nso" to ALL_LINGUAS. * po/nso.po, po-properties/nso.po: Added Northern Sotho translation by Zuza Software Foundation <info@translate.org.za>.
* gdk/x11/gdkdrawable-x11.c (_gdk_x11_drawable_draw_xtrapezoids) CallOwen Taylor2004-11-305-8/+44
| | | | | | | | | | | | Tue Nov 30 09:46:49 2004 Owen Taylor <otaylor@redhat.com> * gdk/x11/gdkdrawable-x11.c (_gdk_x11_drawable_draw_xtrapezoids) * gdk/x11/gdkdrawable-x11.c (_gdk_x11_drawable_draw_xft_glyphs): Call gdk_x11_drawable_update_xft_clip (part of #159929, James Henstridge) * gdk/x11/gdkdrawable-x11.c (gdk_x11_draw_glyphs_transformed): Remove unused variables.
* A little bit of microoptimization of repeated GDK_GC_XDISPLAY()/XGC().Owen Taylor2004-11-305-4/+26
| | | | | | | Tue Nov 23 19:37:34 2004 Owen Taylor <otaylor@redhat.com> * gdk/x11/gdkgc-x11.c (_gdk_x11_gc_flush): A little bit of microoptimization of repeated GDK_GC_XDISPLAY()/XGC().
* Fix a typo in the docs. (#159955, Masao Mutoh)Matthias Clasen2004-11-302-3/+8
| | | | | | | 2004-11-30 Matthias Clasen <mclasen@redhat.com> * gdk-pixbuf-animation.c (gdk_pixbuf_animation_iter_get_pixbuf): Fix a typo in the docs. (#159955, Masao Mutoh)
* UpdatesMatthias Clasen2004-11-305-0/+59
|
* Don't do the popup-on-click handling for menubars. (#159931, SørenMatthias Clasen2004-11-306-9/+52
| | | | | | | | | | | 2004-11-29 Matthias Clasen <mclasen@redhat.com> * gtk/gtkmenushell.c (gtk_menu_shell_button_release): Don't do the popup-on-click handling for menubars. (#159931, Søren Sandmann) * gtk/gtkmenuitem.c (gtk_real_menu_item_select): Don't handle popup delay if the submenu is already mapped.
* remove gtk_cell_view_set_cell_data() declaration.Manish Singh2004-11-305-1/+16
| | | | | | Mon Nov 29 16:56:33 2004 Manish Singh <yosh@gimp.org> * gtk/gtkcellview.h: remove gtk_cell_view_set_cell_data() declaration.
* Merged from gtk-2-4:Federico Mena Quintero2004-11-305-13/+55
| | | | | | | | | | | | | 2004-11-29 Federico Mena Quintero <federico@ximian.com> Merged from gtk-2-4: * gtk/gtkfilechooserdefault.c (trap_activate_cb): Don't handle Enter if we are in SELECT_FOLDER or CREATE_FOLDER actions. This lets us navigate thei file system more easily. (gtk_file_chooser_default_should_respond): If we are in SELECT_FOLDER or CREATE_FOLDER modes, return TRUE if something is selected.
* If the item is already in the right place, don't move it. Bug #157670.Søren Sandmann2004-11-295-1/+52
| | | | | | | | | Mon Nov 29 17:51:51 2004 Søren Sandmann <sandmann@redhat.com> * gtk/gtksequence.c (_gtk_sequence_sort_changed): If the item is already in the right place, don't move it. Bug #157670. * gtk/gtksequence.c (already_in_place): New function
* Take nodes in reverse order to make sure sort is stable.Søren Sandmann2004-11-295-1/+22
| | | | | | | Mon Nov 29 17:28:53 2004 Søren Sandmann <sandmann@redhat.com> * gtk/gtksequence.c (_gtk_sequence_sort): Take nodes in reverse order to make sure sort is stable.
* Updated Spanish translation.Francisco Javier F. Serrador2004-11-292-93/+168
| | | | | | 2004-11-29 Francisco Javier F. Serrador <serrador@cvs.gnome.org> * es.po: Updated Spanish translation.
* Don't call gtk_cell_view_set_cell_data() from here.Matthias Clasen2004-11-299-4/+55
| | | | | | | | | | | | | | | | 2004-11-29 Matthias Clasen <mclasen@redhat.com> * gtk/gtkcombobox.c (cell_view_is_sensitive): Don't call gtk_cell_view_set_cell_data() from here. * gtk/gtk.symbols: Remove gtk_cell_view_set_cell_data() * gtk/gtkcellview.c (gtk_cell_view_get_cell_renderers): Call gtk_cell_view_set_cell_data() from here. (gtk_cell_view_set_cell_data): Make static. * gtk/gtkcombobox.c (gtk_combo_box_menu_popup): Make menu mode work better when resizing the combo box.
* Protect against stupid bsearch() implementations. (#159737, MortenMatthias Clasen2004-11-293-14/+27
| | | | | | | | | 2004-11-29 Matthias Clasen <mclasen@redhat.com> * xdgmimeparent.c (_xdg_mime_parent_list_lookup): * xdgmimealias.c (_xdg_mime_alias_list_lookup): Protect against stupid bsearch() implementations. (#159737, Morten Welinder)
* Updated Danish translation.Martin Willemoes Hansen2004-11-292-16/+24
| | | | * da.po: Updated Danish translation.
* Determine the direction of XKB groups from their content, not by lookingMatthias Clasen2004-11-295-38/+193
| | | | | | | | | | | | | | | 2004-11-29 Matthias Clasen <mclasen@redhat.com> Determine the direction of XKB groups from their content, not by looking for hardcoded keymap names. (#116626, patch by Behdad Esfahbod, based on an earlier patch by Ilya Konstantinov) * gdk/x11/gdkkeys-x11.c (struct _GdkKeymapX11): Cache directions for XKB groups. (get_direction): Determine direction of group by looking at directions of keysyms. (update_direction): Maintain the cache of group directions. (gdk_keymap_get_direction): Use update_direction().
* Add dead_hook and dead_horn.Matthias Clasen2004-11-296-0/+32
| | | | | | | | | 2004-11-29 Matthias Clasen <mclasen@redhat.com> * gdk/gdkkeynames.c: Add dead_hook and dead_horn. * gdk/gdkkeysyms.h (GDK_dead_hook, GDK_dead_horn): Define these keysyms. (#159739, Samuel Thibault)
* Mention subclassing, aliasing and supertypes.Matthias Clasen2004-11-292-0/+13
| | | | | | | 2004-11-29 Matthias Clasen <mclasen@redhat.com> * gtk/tmpl/gtkfilefilter.sgml: Mention subclassing, aliasing and supertypes.
* Use the perl found by configure. (#149826, Morten Welinder)Matthias Clasen2004-11-298-7/+36
| | | | | | | | 2004-11-29 Matthias Clasen <mclasen@redhat.com> * gtk/Makefile.am (gtkalias.h): * gdk/Makefile.am (gdkalias.h): Use the perl found by configure. (#149826, Morten Welinder)
* ytpo fix, so attributes are really propagated.Manish Singh2004-11-282-1/+6
| | | | | | | Sun Nov 28 12:11:21 2004 Manish Singh <yosh@gimp.org> * makegdkpixbufalias.pl: ytpo fix, so attributes are really propagated.
* Updated Canadian English translation.Adam Weinberger2004-11-282-16/+24
| | | | * en_CA.po: Updated Canadian English translation.
* Add necessary libraries to make it compile with -no-undefined. (#159713,Matthias Clasen2004-11-282-1/+12
| | | | | | | 2004-11-28 Matthias Clasen <mclasen@redhat.com> * Makefile.am (LDADDS): Add necessary libraries to make it compile with -no-undefined. (#159713, Robert Ögren)
* Mark as const.Matthias Clasen2004-11-2815-103/+159
| | | | | | | | | | | | | | | | | | 2004-11-28 Matthias Clasen <mclasen@redhat.com> * gtk/gtkwidget.h (gtk_requisition_get_type): * gtk/gtktypeutils.h (gtk_identifier_get_type): * gtk/gtktexttag.h (gtk_text_attributes_get_type): * gtk/gtkstyle.h (gtk_border_get_type): * gtk/gtkfilesystemmodel.h (_gtk_file_system_model_get_type): * gtk/gtkfilechooserentry.h (_gtk_file_chooser_entry_get_type): * gtk/gtkfilechooserembed.h (_gtk_file_chooser_embed_get_type): * gtk/gtkfilechooserdefault.h (_gtk_file_chooser_default_get_type): * gtk/gtkaccelmap.h (gtk_accel_map_get_type): Mark as const. * gtk/gtk.symbols: * gtk/Makefile.am: Mark get_type() functions generated by glib-mkenums as const.
* Mark as const.Matthias Clasen2004-11-2816-68/+133
| | | | | | | | | | | | | | | | | | | 2004-11-28 Matthias Clasen <mclasen@redhat.com> * gdk/gdkvisual.h (gdk_visual_get_type): * gdk/gdkscreen.h (gdk_screen_get_type): * gdk/gdkinput.h (gdk_device_get_type): * gdk/gdk.h (gdk_rectangle_get_type): * gdk/gdkfont.h (gdk_font_get_type): * gdk/gdkevents.h (gdk_event_get_type): * gdk/gdkdrawable.h (gdk_drawable_get_type): * gdk/gdkdisplay.h (gdk_display_get_type): * gdk/gdkcursor.h (gdk_cursor_get_type): * gdk/gdkcolor.h (gdk_color_get_type): Mark as const. * gdk/gdk.symbols: * gdk/Makefile.am (stamp-gdkenumtypes.h): Mark get_type() functions generated by glib-mkenums as const.
* Mark get_type() functions generated by glib-mkenums as const.Matthias Clasen2004-11-283-7/+13
| | | | | | | | 2004-11-28 Matthias Clasen <mclasen@redhat.com> * gdk-pixbuf.symbols: * Makefile.am: Mark get_type() functions generated by glib-mkenums as const.
* Return a boolean indicating whether we could do the requested move.Matthias Clasen2004-11-286-9/+76
| | | | | | | | | | 2004-11-28 Matthias Clasen <mclasen@redhat.com> * gtk/gtktextview.c (gtk_text_view_move_iter_by_lines): Return a boolean indicating whether we could do the requested move. (gtk_text_view_move_cursor_internal): For GTK_MOVEMENT_DISPLAY_LINES, move to the beginning/end of the line if we're on the first/last line. (#155891, Paolo Borelli)
* Don't claim to have handled the accelerator if the action is insensitive.Matthias Clasen2004-11-285-4/+22
| | | | | | | | 2004-11-28 Matthias Clasen <mclasen@redhat.com> * gtk/gtkaction.c (closure_accel_activate): Don't claim to have handled the accelerator if the action is insensitive. (#151541, Jody Goldberg)
* New imageMatthias Clasen2004-11-289-0/+52
| | | | | | | | | 2004-11-28 Matthias Clasen <mclasen@redhat.com> * gtk/images/combo-box.png: New image * gtk/visual_index.xml: * gtk/Makefile.am (HTML_IMAGES): Add combo-box.png
* Implement keynav for the color picker (only on X11 currently, since GDKMatthias Clasen2004-11-285-3/+92
| | | | | | | | | | 2004-11-27 Matthias Clasen <mclasen@redhat.com> * gtk/gtkcolorsel.c (key_press): Implement keynav for the color picker (only on X11 currently, since GDK doesn't support pointer warping). Space and Return pick a color, Esc cancels the picking, arrow keys move the pointer by single pixels, Alt-arrow combinations move the pointer by 20 pixels. (#135385, Frances Keenan)
* Add gdk/gdkpango.c. (pointed out by Marcel Telka)Matthias Clasen2004-11-284-0/+12
| | | | | | | 2004-11-27 Matthias Clasen <mclasen@redhat.com> * POTFILES.in: Add gdk/gdkpango.c. (pointed out by Marcel Telka)