- 26 Sep, 2004 3 commits
-
-
Matthias Clasen authored
2004-09-26 Matthias Clasen <mclasen@redhat.com> * gtk/gtkfilechooserdefault.c (shortcuts_remove_rows): Remove debug spew. (bookmarks_check_remove_sensitivity): Don't free an uninitialized pointer.
-
Matthias Clasen authored
2004-09-26 Matthias Clasen <mclasen@redhat.com> * gtk/gtkfilechooserdefault.c (shortcuts_remove_rows): Remove debug spew.
-
Matthias Clasen authored
2004-09-26 Matthias Clasen <mclasen@redhat.com> * gtk/gtkimcontext.c (gtk_im_context_get_preedit_string): cursor_pos is in characters, not bytes. (#153332, Owen Taylor)
-
- 25 Sep, 2004 2 commits
-
-
Robert Ögren authored
2004-09-25 Robert Ögren <gtk@roboros.com> * gdk/win32/gdkinput-win32.c (gdk_input_wintab_init): Set lcSysOrgX and lcSysOrgY from device instead of hardcoding to 0, a further fix for bug #145467.
-
Matthias Clasen authored
2004-09-25 Matthias Clasen <mclasen@x1-6-00-50-fc-70-9f-e0> * gtk/gtktextiter.c (inside_word_func): Don't access attr[-1]. (#153628, Padraig O'Briain)
-
- 24 Sep, 2004 2 commits
-
-
Sven Neumann authored
-
Adam Weinberger authored
* en_CA.po: Updated Canadian English translation.
-
- 23 Sep, 2004 1 commit
-
-
Matthias Clasen authored
2004-09-23 Matthias Clasen <mclasen@redhat.com> * gtk/gtkfilechooserdefault.c: Add some tooltips.
-
- 22 Sep, 2004 6 commits
-
-
Matthias Clasen authored
2004-09-22 Matthias Clasen <mclasen@redhat.com> * gtk/gtkrange.c (gtk_range_map, gtk_range_unmap): * gtk/gtkbutton.c (gtk_button_map, gtk_button_unmap): Remove unnecessary g_return_if_fail()s from virtual functions. (#153469, (Tristan Van Berkom)
-
Matthias Clasen authored
2004-09-22 Matthias Clasen <mclasen@redhat.com> * gtk/gtkaboutdialog.c (gtk_about_dialog_finalize): Don't leak cursors. (#153468, Christian Persch)
-
Matthias Clasen authored
2004-09-22 Matthias Clasen <mclasen@redhat.com> * gtk/gtktreeview.c (gtk_tree_view_key_press): Don't leak old_text. (#153467, Christian Persch)
-
Matthias Clasen authored
2004-09-22 Matthias Clasen <mclasen@redhat.com> * gtk/gtkfilechooserdefault.c (selection_check_foreach_cb): Don't use bitops on booleans. (gtk_file_chooser_default_should_respond): Make it easier to select folders in SELECT_FOLDER mode.
-
Matthias Clasen authored
2004-09-22 Matthias Clasen <mclasen@redhat.com> * gtk/gtkfilechooserdefault.c (selection_check_foreach_cb): Don't use bitops on booleans.
-
Matthias Clasen authored
Wed Sep 22 00:52:44 2004 Matthias Clasen <mclasen@redhat.com> * demos/gtk-demo/pixbufs.c (do_pixbufs): Don't leak the frame pixbuf.
-
- 21 Sep, 2004 6 commits
-
-
Manish Singh authored
Tue Sep 21 16:55:38 2004 Manish Singh <yosh@gimp.org> * tests/testtreemodel.c: #include <config.h> for HAVE_MALLINFO define, other minor cleanups.
-
Manish Singh authored
Tue Sep 21 16:27:19 2004 Manish Singh <yosh@gimp.org> * gdk/gdk.c: remove now unused arg variables. * gdk/gdkinternals.h: declare _gdk_windowing_init (). * gtk/gtkmain.c (do_pre_parse_initialization): call gdk_parse_args () here instead of gdk_pre_parse_libgtk_only (). Should fix #153082.
-
Matthias Clasen authored
2004-09-21 Matthias Clasen <mclasen@redhat.com> * gtk/gtkfilechooserdefault.c (gtk_file_chooser_default_should_respond): Don't assert that current_focus != NULL, just return FALSE.
-
Matthias Clasen authored
2004-09-21 Matthias Clasen <mclasen@redhat.com> * gtk/gtkpathbar.c (gtk_path_bar_size_request): Give the path bar arrows some more space.
-
Matthias Clasen authored
2004-09-21 Matthias Clasen <mclasen@redhat.com> * configure.in: Check for mallinfo. * tests/testtreemodel.c: Only include malloc.h if HAVE_MALLINFO is defined. (#153168, Darren Creutz)
-
Matthias Clasen authored
2004-09-21 Matthias Clasen <mclasen@redhat.com> * gtk/gtkactiongroup.c: Fix typos in signal docs. (#153224, John Finlay)
-
- 20 Sep, 2004 2 commits
-
-
Matthias Clasen authored
Mon Sep 20 19:27:48 2004 Matthias Clasen <mclasen@redhat.com> * gtk/gtkfilechooserdefault.c (shortcuts_activate_iter): Don't return FALSE from a void function. (#153185, Joel Fredrikson)
-
Matthias Clasen authored
2004-09-20 Matthias Clasen <mclasen@redhat.com> * gtk/gtkbutton.c (gtk_button_class_init): Add a boolean ::displace-focus style property and apply child displacement to the focus rectangle if it is TRUE. (#141170, Soeren Sandmann)
-
- 19 Sep, 2004 4 commits
-
-
Søren Sandmann authored
Sun Sep 19 23:56:18 2004 Søren Sandmann <sandmann@redhat.com> * gtk/gtkmenu.c (MENU_SCROLL_TIMEOUT2): Change from 50 to 20 to make the menus scroll faster.
-
Adam Weinberger authored
* en_CA.po: Updated Canadian English translation.
-
Matthias Clasen authored
-
Matthias Clasen authored
-
- 18 Sep, 2004 2 commits
-
-
Federico Mena Quintero authored
2004-09-18 Federico Mena Quintero <federico@ximian.com> Merged from 2.4: * gtk/gtkfilesystem.h: Removed the GTK_FILE_PATH() and GTK_IS_FILE_PATH() macros. They are not supposed to exist, as GtkFilePath is not an object. And they never worked, anyway.
-
Marco Pesenti Gritti authored
2004-09-18 Marco Pesenti Gritti <marco@gnome.org> * gtk/gtkentry.c: (gtk_entry_completion_key_press): Make numeric pad enter activate the selected completion entry. Fix bug 143486 reported by Edd Dumbill.
-
- 17 Sep, 2004 7 commits
-
-
Raphael Higino authored
-
Matthias Clasen authored
2004-09-17 Matthias Clasen <mclasen@redhat.com> * NEWS: Updates
-
Matthias Clasen authored
2004-09-17 Matthias Clasen <mclasen@redhat.com> * gtk/gtkfilechooserdefault.c (select_func): Scroll to the selected row. (#143868, Christian Persch)
-
Matthias Clasen authored
2004-09-17 Matthias Clasen <mclasen@redhat.com> * gtk/gtkcellrenderertext.c (gtk_cell_renderer_text_render): Remove leftover debug code. Improve the behaviour of the file chooser in save mode. Fixes bugs #151031, #151608, #151994 reported by Owen Taylor and Alexander Larsson. * gtk/gtkfilechooserdefault.c (gtk_file_chooser_default_set_property): (location_entry_create): Propagate the action to the file chooser entries. (gtk_file_chooser_default_should_respond): Switch folders if the user enters a directory name in the entry and clear the entry after switching folders. (gtk_file_chooser_default_should_respond, shortcuts_row_activated_cb): Move focus to the file list when activating a shortcut. (gtk_file_chooser_default_should_respond): Handle the case where the user clicks on "Save" after selecting a folder in the file list. * gtk/gtkfilechooserbutton.c (gtk_file_chooser_button_set_property): Propagate the action to the file chooser entries. * gtk/gtkfilechooserentry.h: * gtk/gtkfilechooserentry.c (_gtk_file_chooser_entry_set_action): (_gtk_file_chooser_entry_get_action): New functions to propagate the GtkFileChooserAction of the file chooser to the file chooser entry. (check_completion_callback): If we are in save mode, only do inline completion for directories.
-
Jonathan Blandford authored
Fri Sep 17 11:20:03 2004 Jonathan Blandford <jrb@gnome.org> * gtk/gtklabel.c (gtk_label_set_markup): Add an example to the docs.
-
Matthias Clasen authored
Thu Sep 16 23:20:05 2004 Matthias Clasen <maclas@gmx.de> * gtk/gtkselection.c (selection_get_text_plain): * gdk/x11/gdkselection-x11.c (make_list): Warn if a UTF8_STRING or text/plain;charset=utf-8 roperty contains invalid UTF-8. (#152845, Owen Taylor)
-
Matthias Clasen authored
-
- 16 Sep, 2004 4 commits
-
-
Matthias Clasen authored
2004-09-16 Matthias Clasen <mclasen@redhat.com> Fix #152760, Christian Persch: * gtk/gtkaboutdialog.c (gtk_about_dialog_finalize): Don't free private data. (gtk_about_dialog_set_translator_credits): Recommend the msg id translator-credits. (display_credits_dialog): Show translator credits if they're translated, not if they're untranslated.
-
Jonathan Blandford authored
Thu Sep 16 02:07:56 2004 Jonathan Blandford <jrb@gnome.org> * docs/tools/widgets.c (create_icon_view): load images at normal size. * docs/reference/gtk/images/*png: Update shots.
-
Dmitry Mastrukov authored
-
Jonathan Blandford authored
Thu Sep 16 00:33:11 2004 Jonathan Blandford <jrb@gnome.org> * docs/tools/widgets.c (new_widget_info): Add constrained sizing to the widgets. This gives us all images running the same size, which will make the table layout look better.
-
- 15 Sep, 2004 1 commit
-
-
Francisco Javier F. Serrador authored
2004-09-16 Francisco Javier F. Serrador <serrador@cvs.gnome.org> * es.po: Updated Spanish transalation.
-