- 17 Aug, 2004 1 commit
-
-
Matthias Clasen authored
2004-08-17 Matthias Clasen <mclasen@redhat.com> * gtk/gtkfilechooserbutton.[hc]: New widget to go along with GtkFontButton and GtkColorButton for use in preference dialogs. Replaces GnomeFileEntry. (#148108, James M. Cape) * gtk/gtk.h: Include gtkfilechooserbutton.h * gtk/Makefile.am (gtk_public_h_sources): Add gtkfilechooserbutton.h (gtk_c_sources): Add gtkfilechooserbutton.c * gtk/gtk.symbols: Add the GtkFileChooserButton symbols. * gtk/gtkfilechooserutils.[hc]: Make the delegate quark available. * gtk/gtkfilechooserentry.[hc] (_gtk_file_chooser_entry_new): Allow to suppress tab-eating using the new eat_tabs argument. Adjust all callers. * tests/testfilechooserbutton.c: Test for GtkFileChooserButton. * tests/Makefile.am (noinst_PROGRAMS): Add testfilechooserbutton
-
- 16 Aug, 2004 7 commits
-
-
Morten Welinder authored
2004-08-16 Morten Welinder <terra@gnome.org> * tests/testtreemodel.c (test_run): Comment out mallinfo stuff. Fix g_print %-strings.
-
Matthias Clasen authored
2004-08-16 Matthias Clasen <mclasen@redhat.com> * gtk/gtkwidget.c (gtk_widget_render_icon): Doc update. * gtk/gtkiconfactory.c (render_icon_name_pixbuf): When the size is -1, use the available size closest to 48. (#150147) * gtk/gtkicontheme.c (gtk_icon_theme_get_icon_sizes): Actually return a pointer to the beginning of the sizes array, not the end.
-
Morten Welinder authored
2004-08-16 Morten Welinder <terra@gnome.org> * gtk/gtksequence.c (_gtk_sequence_set): Fix C99ism.
-
Christian Rose authored
2004-08-16 Christian Rose <menthos@menthos.com> * configure.in: Added "bs" to ALL_LINGUAS. * po/bs.po, po-properties/bs.po: Added Bosnian translations by Kenan Hadžiavdić <kenanh@frisurf.no>.
-
Matthias Clasen authored
-
Matthias Clasen authored
Mon Aug 16 01:35:25 2004 Matthias Clasen <maclas@gmx.de> Fix #150125: * gtk/gtkcombobox.[hc]: Add a ::focus-on-click property and change the default behaviour to focus on click. * gtk/gtkbutton.c (gtk_button_set_focus_on_click): Typo fix.
-
Matthias Clasen authored
Mon Aug 16 01:03:08 2004 Matthias Clasen <maclas@gmx.de> * gtk/gtktextiter.c (gtk_text_iter_set_visible_line_offset): (gtk_text_iter_set_visible_line_index): Count from the beginning of the line, not from the current position. (#150101, Torsten Schoenfeld)
-
- 15 Aug, 2004 3 commits
-
-
Tor Lillqvist authored
2004-08-15 Tor Lillqvist <tml@iki.fi> * gtk-zip.sh.in: Fix typo. The gtk.immodules file had never been included in my zipfiles...! * gtk/gtkfilesystemwin32.c (extract_icon): Improve handling of icon alpha channel (on Windows XP) and mask (older Windows versions). (#148641, Tim Evans)
-
Žygimantas Beručka authored
2004-08-15 Žygimantas Beručka <uid0@akl.lt> * lt.po: Updated Lithuanian translation.
-
Matthias Clasen authored
Sun Aug 15 02:31:55 2004 Matthias Clasen <maclas@gmx.de> * gtk/gtkfilesystemunix.c (get_icon_type_from_stat): Make the use of S_ISFIFO and S_ISSOCK conditional. (#150146, Gustavo Carneiro)
-
- 14 Aug, 2004 2 commits
-
-
Tor Lillqvist authored
2004-08-14 Tor Lillqvist <tml@iki.fi> * gtk/gtkfilechooserdefault.c (shortcuts_append_home, shortcuts_append_desktop, set_local_only) * gtk/gtkfilesystemwin32.c (gtk_file_system_win32_render_icon) * gtk/gtkpathbar.c (find_button_type, _gtk_path_bar_set_file_system): Guard against g_get_home_dir() returning NULL. (#150007)
-
Soeren Sandmann authored
Sat Aug 14 17:56:33 2004 Soeren Sandmann <sandmann@daimi.au.dk> * gtk/gtkentry.c (gtk_entry_get_pixel_ranges): New function. * gtk/gtkentry.c (in_selection): New function using gtk_entry_get_pixel_ranges() to determine whether a click is in the selection. Improve entry behavior wrt. dragging and selecting. Bug #143249. Sat Aug 14 17:53:46 2004 Soeren Sandmann <sandmann@daimi.au.dk> * configure.in: Require glib 2.5.2 * gtk/gtksequence.[ch]: New internal data structure. * gtk/gtkliststore.[hc]: Reimplement in terms of new data structure * tests/Makefile.am (testtreemodel_SOURCES): * tests/testtreemodel.c: New test program written by Matthias.
-
- 13 Aug, 2004 13 commits
-
-
Matthias Clasen authored
* gtk/gtkfilechooserdefault.c (gtk_file_chooser_default_style_set): Don't install the settings_notify_cb from here, since it may be called before the first screen_changed signal, confusing the logic in gtk_file_chooser_screen_changed(). (#148803, Abel Daniel)
-
cinamod authored
-
Matthias Clasen authored
-
cinamod authored
-
Matthias Clasen authored
2004-08-13 Matthias Clasen <mclasen@redhat.com> * gtk/gtkcombobox.c: Make re-sensitivation work in menu mode.
-
cinamod authored
-
Matthias Clasen authored
-
Matthias Clasen authored
Fri Aug 13 01:06:56 2004 Matthias Clasen <maclas@gmx.de> * gtk/gtktreeview.c (gtk_tree_view_row_inserted): Make fixed height mode handle insertions. (135955, Michael Vogt, testcase by Tim-Philipp Müller, fix by Pawel Salek)
-
Matthias Clasen authored
-
Matthias Clasen authored
Thu Aug 12 23:52:12 2004 Matthias Clasen <maclas@gmx.de> Fix #149547, Markus Lausser: * gtk/gtkcombobox.c (gtk_combo_box_size_allocate): * gtk/gtkcombobox.c (gtk_combo_box_size_request): Don't crash if size_request or size_allocate are called early. * gtk/gtkcombobox.c (gtk_combo_box_size_allocate): Protect against being allocated too small.
-
Matthias Clasen authored
Thu Aug 12 23:18:03 2004 Matthias Clasen <maclas@gmx.de> * gtk/gtkhandlebox.c: Remove an accidentally added include.
-
Matthias Clasen authored
Thu Aug 12 22:19:12 2004 Matthias Clasen <maclas@gmx.de> * io-bmp.c (DecodeHeader): Properly determine the number of colors in an OS/2 BMP file. (#150003, Jon-Kare Hellan)
-
Matthias Clasen authored
Thu Aug 12 21:02:57 2004 Matthias Clasen <maclas@gmx.de> * demos/gtk-demo/appwindow.c (about_cb): Adjust to GtkAboutDialog API changes. * gtk/gtkaboutdialog.h: * gtk/gtkaboutdialog.c (gtk_about_dialog_set_email_hook): (gtk_about_dialog_set_url_hook): Add callback data and destroy notify for language bindings. (#149999, Olivier Andrieu)
-
- 12 Aug, 2004 9 commits
-
-
Matthias Clasen authored
2004-08-12 Matthias Clasen <mclasen@redhat.com> * gtk/gtkfilesystem.c: Underscore-prefix gtk_file_system_module_get_type(). * gtk/gtkfilechooserdefault.c: Underscore-prefix shortcuts_model_filter_get_type(). * gtk/gtkimmodule.c: Make gtk_im_module_get_type() static. * gtk/gtk.symbols: * gtk/gtkinternals.h: Remove the no longer exported get_type functions.
-
Matthias Clasen authored
2004-08-12 Matthias Clasen <mclasen@redhat.com> * pixops/pixops.c: Remove C99-isms. (#149967, Vincent Noel)
-
Matthias Clasen authored
Thu Aug 12 01:35:46 2004 Matthias Clasen <maclas@gmx.de> * gtk/gtkiconview.c: Make the icon view accessible by implementing the necesssary ATK interfaces. (#149728, Padraig O'Briain)
-
Matthias Clasen authored
Thu Aug 12 00:02:29 2004 Matthias Clasen <maclas@gmx.de> * gtk/gtkaction.c (gtk_action_new): Link to information about allowed action names. (#149620, David Malcolm)
-
Matthias Clasen authored
Wed Aug 11 23:14:25 2004 Matthias Clasen <maclas@gmx.de> * gtk/gtk.symbols: * gtk/gtkaction.h: * gtk/gtkaction.c (gtk_action_set_sensitive): (gtk_action_set_visible): Add setters for the ::sensitive and ::visible properties of GtkAction. (#149622, David Malcolm)
-
Federico Mena Quintero authored
2004-08-11 Federico Mena Quintero <federico@ximian.com> Fix #149422, #143457: * gtk/gtkfilechooserdefault.c (gtk_file_chooser_default_should_respond): Rewrite to take the current focus into account, the contents of the save entry, and the last focus for the shortcuts list. (switch_to_selected_folder): We don't need an assertion on the action here.
-
Matthias Clasen authored
Wed Aug 11 22:56:55 2004 Matthias Clasen <maclas@gmx.de> * abicheck.sh: Check all symbols.
-
Matthias Clasen authored
Wed Aug 11 20:56:00 2004 Matthias Clasen <maclas@gmx.de> * gtk/gtkinternals.h: * gtk/gtk.symbols: Add shortcuts_model_filter_get_type. * gtk/abicheck.sh: Check all symbols.
-
Matthias Clasen authored
Wed Aug 11 20:44:35 2004 Matthias Clasen <maclas@gmx.de> * xdgmime.h (xdg_mime_shutdown): Add the XDG_PREFIX to this function as well.
-
- 11 Aug, 2004 5 commits
-
-
Matthias Clasen authored
Wed Aug 11 19:20:34 2004 Matthias Clasen <maclas@gmx.de> * gtk/gtktreeview.c (gtk_tree_view_maybe_begin_dragging_row): Don't start a drag if the treeview is only a drag destination. (#149836, Pawel Salek)
-
Matthias Clasen authored
2004-08-11 Matthias Clasen <mclasen@redhat.com> * gtk/gtktreedatalist.[hc]: * gtk/gtkliststore.c: * gtk/gtktreestore.c: Underscore-prefix gtk_tree_data_list_compare_func. * gtk/gtk.symbols: Remove gtk_tree_data_list_compare_func. * gtk/makegtkalias.pl: No need to include gtktreedatalist.h any more.
-
Matthias Clasen authored
2004-08-11 Matthias Clasen <mclasen@redhat.com> * pixops/pixops.c: Make scaling and compositing functions handle edge pixels consistently. (#111922, Brian Cameron)
-
Matthias Clasen authored
2004-08-11 Matthias Clasen <mclasen@redhat.com> * pixops/pixops-internal.h: * pixops/pixops.c: * pixops/*.S: underscore prefix the mmx implementations, in order to not export them. * gdk-pixbuf.symbols: Remove the mmx pixops implementations. * abicheck.sh: No need to define INCLUDE_MMX_SYMBOLS any more.
-
Matthias Clasen authored
2004-08-11 Matthias Clasen <mclasen@redhat.com> * gdk-pixbuf/Makefile.am (IGNORE_HFILES): Add gdk-pixbuf-alias.h
-