2005-12-05 15:49:55 +00:00
|
|
|
2005-12-05 Matthias Clasen <mclasen@redhat.com>
|
|
|
|
|
|
|
|
* gtk/gtkobject.h (GTK_OBJECT_FLOATING): Use g_object_is_floating.
|
|
|
|
|
2005-12-02 20:57:45 +00:00
|
|
|
2005-12-02 Matthias Clasen <mclasen@redhat.com>
|
|
|
|
|
|
|
|
* gtk/gtktoolbutton.c (clone_image_menu_size): Don't leak
|
|
|
|
a pixbuf. (#323024, Paolo Borelli)
|
|
|
|
|
2005-12-02 19:57:36 +00:00
|
|
|
2005-12-02 Matthias Clasen <mclasen@redhat.com>
|
|
|
|
|
|
|
|
* gtk/gtkfilesystemunix.c (get_icon_for_mime_type): Don't crash
|
|
|
|
if mime_type is NULL. (#322998, Sadrul Habib Chowdhury)
|
|
|
|
|
2005-12-02 19:49:10 +00:00
|
|
|
2005-12-02 Michael Natterer <mitch@imendio.com>
|
|
|
|
|
|
|
|
* gtk/gtkmenu.c: applied modified patch from maemo-gtk which
|
|
|
|
adds a "horizontal-padding" style property. Fixes bug #323036.
|
|
|
|
|
2005-12-01 20:49:17 +00:00
|
|
|
2005-12-01 Michael Natterer <mitch@imendio.com>
|
|
|
|
|
|
|
|
Merged modified patch from maemo-gtk that allows to disable
|
|
|
|
toolbar animations. Addresses bug #142582.
|
|
|
|
|
|
|
|
* gtk/gtksettings.c: added boolean property "gtk-enable-animations".
|
|
|
|
(patch from Christian Neumair)
|
|
|
|
|
|
|
|
* gtk/gtktoolbar.c: don't animate toolbar changes if the settings
|
|
|
|
property is FALSE. Replaced the individual "notify::foo"
|
|
|
|
connections to GtkSettings by a single "notify" callback and
|
|
|
|
dispatch internally.
|
|
|
|
|
2005-12-01 13:03:43 +00:00
|
|
|
2005-12-01 Michael Natterer <mitch@imendio.com>
|
|
|
|
|
|
|
|
* gtk/gtkmenu.c (gtk_menu_class_init): removed redundant
|
|
|
|
assignment of widget_class->motion_notify_event.
|
|
|
|
|
2005-11-29 19:34:15 +00:00
|
|
|
2005-11-29 Matthias Clasen <mclasen@redhat.com>
|
|
|
|
|
2005-11-30 04:25:34 +00:00
|
|
|
* gtk/gtktoggleaction.c (gtk_toggle_action_class_init): Add
|
|
|
|
an active property. (#322673, Jorn Baayen)
|
|
|
|
|
2005-11-29 19:34:15 +00:00
|
|
|
Properly handle model changes in GtkTreeSelection: (#322569,
|
|
|
|
Milosz Derezynski)
|
|
|
|
|
|
|
|
* gtk/gtktreeselection.c (gtk_tree_selection_selected_foreach):
|
|
|
|
Get a reference to the model, and stop the iteration if the model
|
|
|
|
of the treeview is changed on the way.
|
|
|
|
|
|
|
|
* gtk/gtktreeprivate.h:
|
|
|
|
* gtk/gtktreeselection.c (_gtk_tree_selection_emit_changed): New
|
|
|
|
private function to emit the GtkTreeSelection::changed signal.
|
|
|
|
|
|
|
|
* gtk/gtktreeview.c (gtk_tree_view_set_model): Call
|
|
|
|
_gtk_tree_selection_emit_changed() when the model changes.
|
|
|
|
|
2005-11-29 01:15:13 +00:00
|
|
|
2005-11-28 Federico Mena Quintero <federico@ximian.com>
|
|
|
|
|
|
|
|
Fixes the critical warnings from bug #317999, thus fixing the bug
|
|
|
|
completely:
|
|
|
|
|
|
|
|
* gtk/gtkfilechooserdefault.c
|
|
|
|
(gtk_file_chooser_default_get_paths): In SELECT_FOLDER mode,
|
|
|
|
use _gtk_file_chooser_get_current_folder_path() instead of fetching the
|
|
|
|
impl->current_folder directly. The latter may be null if we are
|
|
|
|
in RELOAD_NONE state.
|
|
|
|
|
2005-11-28 22:25:03 +00:00
|
|
|
2005-11-28 Federico Mena Quintero <federico@ximian.com>
|
|
|
|
|
|
|
|
Fix bug #321560, based on a patch by Bogdan Nicula (bogdanni@hotmail.com):
|
|
|
|
|
|
|
|
* gtk/gtkfilechooserdefault.c (up_folder_handler): Don't add the
|
|
|
|
current_folder to the pending select paths here; the path bar will
|
|
|
|
give it to us now.
|
|
|
|
(path_bar_clicked): Add the child_path to the pending select paths
|
|
|
|
here.
|
|
|
|
(show_and_select_paths): Don't filter out folders.
|
|
|
|
(show_and_select_paths): Don't take separate arguments for
|
|
|
|
only_one_path and multiple paths.
|
|
|
|
|
|
|
|
* tests/autotestfilechooser.c (test_folder_switch_and_filters):
|
|
|
|
New test about preserving the filters when we change folders.
|
|
|
|
|
2005-11-28 15:32:44 +00:00
|
|
|
2005-11-28 Matthias Clasen <mclasen@redhat.com>
|
|
|
|
|
2005-11-28 16:00:26 +00:00
|
|
|
* gtk/gtkscale.c (_gtk_scale_format_value): Insert an LRM, to prevent
|
|
|
|
-20 to come out as 20- in RTL locales. (#322571, Tze'ela Hebron)
|
|
|
|
|
2005-11-28 15:42:00 +00:00
|
|
|
* gtk/gtkaction.c (gtk_action_sync_button_stock_id)
|
|
|
|
(connect_proxy): Buttons use the label property for stock ids. (#322565,
|
|
|
|
Milosz Derezynski)
|
|
|
|
|
2005-11-28 15:32:44 +00:00
|
|
|
* gtk/gtkiconview.c (update_text_cell, update_pixbuf_cell): Correctly
|
|
|
|
handle the cell list and indices into it. (#321856)
|
|
|
|
|
2005-11-28 14:17:06 +00:00
|
|
|
2005-11-28 Matthias Clasen <mclasen@redhat.com>
|
|
|
|
|
|
|
|
* gtk/gtktooltips.c (gtk_tooltips_timeout): Set timer_tag to 0 when
|
|
|
|
the timeout is done. (#322291, Jean-Yves Lefort)
|
|
|
|
|
2005-11-28 14:03:20 +00:00
|
|
|
2005-11-28 Matthias Clasen <mclasen@redhat.com>
|
|
|
|
|
|
|
|
* gtk/gtkfilechooserdefault.c (shortcuts_key_press_event_cb): Make
|
|
|
|
F2 work for renaming bookmarks. (#320822, Jaap A. Haitsma, patch
|
|
|
|
by Paolo Borelli)
|
|
|
|
|
2005-11-28 01:51:08 +00:00
|
|
|
2005-11-28 Tor Lillqvist <tml@novell.com>
|
|
|
|
|
2005-11-28 08:40:56 +00:00
|
|
|
* gdk/win32/gdkwindow-win32.c (gdk_window_set_urgency_hint):
|
|
|
|
Implement the conditional use of FlashWindowEx() properly for MSVC
|
|
|
|
compilations. The code was confusingly assuming that if compiled
|
|
|
|
with a "new" compiler, it will only be run on "new" Windows
|
|
|
|
versions. We want it to run on "old" versions, too, even if
|
|
|
|
compiled with a "new" compiler. There are two orthogonal issues:
|
|
|
|
whether the compiler defines the necessary API in its headers, and
|
|
|
|
whether it is present at run-time. (#318077)
|
|
|
|
|
2005-11-28 01:51:08 +00:00
|
|
|
* gtk/gtkcalendar.c (gtk_calendar_init): Use GetLocaleInfo() on
|
|
|
|
Windows to get the localized weekday and month names. strftime()
|
|
|
|
in the Microsoft C library returns strings in the default codepage
|
|
|
|
for the locale of the process, not the system codepage. Thus
|
|
|
|
g_locale_to_utf8() isn't useable on the return value from
|
|
|
|
strftime(). (#322603)
|
|
|
|
|
2005-11-27 20:23:46 +00:00
|
|
|
2005-11-27 Matthias Clasen <mclasen@redhat.com>
|
|
|
|
|
2005-11-27 20:48:41 +00:00
|
|
|
* gtk/gtkmessagedialog.c (gtk_message_dialog_new_with_markup):
|
|
|
|
Fix an example. (#322493, Elie De Brauwer)
|
|
|
|
|
2005-11-27 20:36:15 +00:00
|
|
|
Fix two memory handling problems in GtkTreeView: (#322350,
|
|
|
|
Søren Sandmann)
|
|
|
|
|
|
|
|
* gtk/gtktreeview.c (gtk_tree_view_destroy)
|
|
|
|
(gtk_tree_view_set_model): Remove all references to nodes in
|
|
|
|
the old model.
|
|
|
|
(gtk_tree_view_real_collapse_row): Unmark expanded_collapsed_node
|
|
|
|
before removing the children.
|
|
|
|
|
2005-11-27 20:23:46 +00:00
|
|
|
* gtk/gtkcolorbutton.c (gtk_color_button_init): Don't leak a
|
|
|
|
PangoLayout here. (#322505, Paolo Borelli)
|
|
|
|
|
2005-11-27 00:20:55 +00:00
|
|
|
2005-11-27 Tor Lillqvist <tml@novell.com>
|
|
|
|
|
2005-11-27 02:58:09 +00:00
|
|
|
Once again rework Win32 window decoration code. Doesn't break
|
|
|
|
#104514. The dialogs in gtk-demo now have the same decorations and
|
|
|
|
behaviour as on X11. Tried to fix #322516 but it seems very hard
|
|
|
|
to make the trivial sample program there behave as expected. OTOH,
|
|
|
|
simply moving the gtk_window_decorate() call in the #322516 sample
|
|
|
|
program after the call to gtk_widget_show() helps...
|
|
|
|
|
2005-11-27 00:20:55 +00:00
|
|
|
* gdk/win32/gdkwindow-win32.c (set_or_clear_style_bits): Revert to
|
2005-11-27 02:58:09 +00:00
|
|
|
the correct semantics. Each call to gdk_window_set_decorations()
|
|
|
|
which calls this function is supposed to affect all decorations.
|
|
|
|
|
|
|
|
(decorate_based_on_hints): New function, looks at both geometry
|
|
|
|
hints and type hint and sets window decorations based on
|
|
|
|
that. Consolidate code from gdk_window_set_geometry_hints() and
|
|
|
|
gdk_window_set_type_hint() here.
|
|
|
|
|
|
|
|
(gdk_window_set_geometry_hints, gdk_window_set_type_hint): Call
|
|
|
|
decorate_based_on_hints().
|
2005-11-27 00:20:55 +00:00
|
|
|
|
2005-11-25 23:47:46 +00:00
|
|
|
2005-11-25 Dom Lachowicz <cinamod@hotmail.com>
|
|
|
|
|
|
|
|
* modules/engines/ms-windows/*.[ch]: Merge with gtk-wimp's CVS.
|
|
|
|
Includes improved menu icon spacing, [+]/[-] expander drawing,
|
|
|
|
status-bar gippie drawing, and notebook tab drawing.
|
|
|
|
|
2005-11-24 16:51:22 +00:00
|
|
|
2005-11-24 Michael Natterer <mitch@imendio.com>
|
|
|
|
|
|
|
|
* gtk/gtktoolbar.h (struct _GtkToolbar): changed two private guint
|
|
|
|
that used to hold signal handler IDs to two guint of padding.
|
|
|
|
|
|
|
|
* gtk/gtktoolbar.c (struct _GtkToolbarPrivate): added them as
|
|
|
|
gulong here.
|
|
|
|
|
|
|
|
(gtk_toolbar_screen_changed): changed accordingly.
|
|
|
|
|
2005-11-23 18:06:58 +00:00
|
|
|
Wed Nov 23 18:55:47 2005 Tim Janik <timj@imendio.com>
|
|
|
|
|
|
|
|
* gtk/gtkobject.[hc]: deprecated floating/sink API and implemented it
|
|
|
|
in terms of the GObject floating/sink API.
|
|
|
|
|
|
|
|
* gtk/gtkaboutdialog.c:
|
|
|
|
* gtk/gtkaction.c:
|
|
|
|
* gtk/gtkcellview.c:
|
|
|
|
* gtk/gtkclist.c:
|
|
|
|
* gtk/gtkcolorsel.c:
|
|
|
|
* gtk/gtkcombobox.c:
|
|
|
|
* gtk/gtkfilechooserdefault.c:
|
|
|
|
* gtk/gtkiconview.c:
|
|
|
|
* gtk/gtkinvisible.c:
|
|
|
|
* gtk/gtkitemfactory.c:
|
|
|
|
* gtk/gtklayout.c:
|
|
|
|
* gtk/gtkmenu.c:
|
|
|
|
* gtk/gtkmenutoolbutton.c:
|
|
|
|
* gtk/gtknotebook.c:
|
|
|
|
* gtk/gtkprogress.c:
|
|
|
|
* gtk/gtkrange.c:
|
|
|
|
* gtk/gtkspinbutton.c:
|
|
|
|
* gtk/gtkstatusicon.c:
|
|
|
|
* gtk/gtktext.c:
|
|
|
|
* gtk/gtktextview.c:
|
|
|
|
* gtk/gtktoolbar.c:
|
|
|
|
* gtk/gtktoolbutton.c:
|
|
|
|
* gtk/gtktoolitem.c:
|
|
|
|
* gtk/gtktreeitem.c:
|
|
|
|
* gtk/gtktreeview.c:
|
|
|
|
* gtk/gtktreeviewcolumn.c:
|
|
|
|
* gtk/gtkuimanager.c:
|
|
|
|
* gtk/gtkviewport.c:
|
|
|
|
* gtk/gtkwidget.c:
|
|
|
|
* gtk/gtkwindow.c:
|
|
|
|
ported to use GObject's g_object_ref_sink().
|
|
|
|
|
|
|
|
* gtk/gtkcolorsel.c:
|
|
|
|
* gtk/gtkfilechooserdefault.c:
|
|
|
|
* gtk/gtkaboutdialog.c:
|
|
|
|
fixed compiler warnings.
|
|
|
|
|
2005-11-23 17:11:36 +00:00
|
|
|
2005-11-23 Matthias Clasen <mclasen@redhat.com>
|
|
|
|
|
|
|
|
* gtk/gtksettings.c (gtk_settings_class_init): Add some docs
|
|
|
|
about gtk-color-scheme.
|
|
|
|
|
2005-11-23 16:51:23 +00:00
|
|
|
2005-11-23 Behdad Esfahbod <behdad@gnome.org>
|
|
|
|
|
|
|
|
* configure.in (enable_explicit_deps): Fix typo when checking
|
|
|
|
libtool config deplibs_check_method. Moreover, enable explicit
|
|
|
|
deps if we get anything other than pass_all from libtool. (part of
|
|
|
|
#318750)
|
|
|
|
|
2005-11-23 14:35:05 +00:00
|
|
|
2005-11-23 Matthias Clasen <mclasen@redhat.com>
|
|
|
|
|
2005-11-23 15:09:47 +00:00
|
|
|
* gtk/updateiconcache.c (write_csource): Don't create a big
|
|
|
|
string, since Visual C++ doesn't like strings longer than 64k.
|
|
|
|
(#322238, Kazuki IWAMOTO
|
|
|
|
|
2005-11-23 14:35:05 +00:00
|
|
|
* gtk/gtkentry.c: Include gtkimcontextsimple.h (#322235,
|
|
|
|
Kazuki IWAMOTO)
|
|
|
|
|
2005-11-23 14:23:26 +00:00
|
|
|
2005-11-23 Michael Natterer <mitch@imendio.com>
|
|
|
|
|
|
|
|
* gtk/gtkrc.c (gtk_rc_reset_widgets): don't leak all toplevel
|
|
|
|
windows on other screens (correctly remove all temporary
|
|
|
|
references).
|
|
|
|
|
2005-11-23 10:33:58 +00:00
|
|
|
2005-11-23 Michael Natterer <mitch@imendio.com>
|
|
|
|
|
|
|
|
Added symbolic themable colors. Patch is a merged version of
|
|
|
|
proposals from Matthias and maemo-gtk. Fixes bug #114355.
|
|
|
|
|
|
|
|
* configure.in: require glib >= 2.9.1 for refcountable hashtables.
|
|
|
|
|
|
|
|
* gtk/gtksettings.c: added property "color-scheme" which is a
|
|
|
|
string defining colors like "foreground:black\nbackground:grey".
|
|
|
|
Automatically provide a name->GdkColor hash table mapping for the
|
|
|
|
color scheme.
|
|
|
|
|
|
|
|
* gtk/gtkrc.[ch]: added list of color hashes that works like the
|
|
|
|
list of icon factories. Append the color scheme hash from
|
|
|
|
GtkSettings if it exists. Extended gtkrc syntax to allow defining
|
|
|
|
and referencing of logical colors. Also allow to modulate colors
|
|
|
|
in gtkrc by using arbitrary expressions of mix(), shade(),
|
|
|
|
lighter() and darker(). Added internal function
|
|
|
|
_gtk_rc_style_get_color_hashes().
|
|
|
|
|
|
|
|
* gtk/gtkstyle.[ch]: keep a private list of color hashes around.
|
|
|
|
Get the list from _gtk_rc_style_get_color_hashes(). Export
|
|
|
|
internal function _gtk_style_shade() (used by above color
|
|
|
|
expressions). Added public API gtk_style_lookup_color() which
|
|
|
|
looks up a logical color by name.
|
|
|
|
|
|
|
|
* gtk/gtk.symbols: add gtk_style_lookup_color
|
|
|
|
|
|
|
|
* tests/testgtkrc: use symbolic colors for making
|
|
|
|
the scrollbars red.
|
|
|
|
|
2005-11-22 12:40:15 +00:00
|
|
|
2005-11-22 Michael Natterer <mitch@imendio.com>
|
|
|
|
|
|
|
|
Made button-press timeouts which work like key repeat timeouts
|
|
|
|
configurable. Addresses bug #142582:
|
|
|
|
|
|
|
|
* gtk/gtksettings.c: added properties "gtk-timeout-initial" and
|
|
|
|
"gtk-timeout-repeat" which defalt to 200/20 (ms).
|
|
|
|
|
|
|
|
Use the values from GtkSettings instead of hardcoding them
|
|
|
|
(the repeat value is either taken as-is for fast repeat or
|
|
|
|
multiplied by 5 for slow repeat). Changed all places to use these
|
|
|
|
two standard initial/repeat timings:
|
|
|
|
|
|
|
|
* gtk/gtkcalendar.c (unchanged 200/20)
|
|
|
|
* gtk/gtknotebook.c (unchanged 200/100)
|
|
|
|
* gtk/gtkpathbar.c (changed from 300/150 to 200/100)
|
|
|
|
* gtk/gtkrange.c (changed from 250/100 to 200/100)
|
|
|
|
* gtk/gtkspinbutton.c (unchanged 200/20)
|
|
|
|
|
2005-11-22 10:01:03 +00:00
|
|
|
2005-11-21 Anders Carlsson <andersca@imendio.com>
|
|
|
|
|
|
|
|
* configure.in:
|
|
|
|
* gtk/Makefile.am:
|
|
|
|
* gdk/Makefile.am:
|
|
|
|
* gdk/quartz/*:
|
|
|
|
Add quartz backend.
|
|
|
|
|
|
|
|
* docs/tools/Makefile.am:
|
|
|
|
Only build docshooter when the X11 backend is used.
|
|
|
|
|
|
|
|
* gtk/gtkplug-stub.c:
|
|
|
|
Include gtkplug.h here.
|
|
|
|
|
|
|
|
* gtk/gtksocket-stub.c:
|
|
|
|
Include gtksocket.h here.
|
|
|
|
|
2005-11-21 14:34:52 +00:00
|
|
|
2005-11-21 Matthias Clasen <mclasen@redhat.com>
|
|
|
|
|
2005-11-23 14:35:05 +00:00
|
|
|
* gtk/gtkinputdialog.c: Convert GtkInputDialog to
|
|
|
|
g_type_class_add_private.
|
|
|
|
|
2005-11-21 16:24:59 +00:00
|
|
|
* gtk/gtksocket.c: Convert GtkSocket to g_type_class_add_private.
|
|
|
|
|
2005-11-21 16:15:11 +00:00
|
|
|
* gtk/gtkmenu.c: Convert GtkMenu to g_type_class_add_private.
|
|
|
|
|
2005-11-21 16:01:56 +00:00
|
|
|
* gtk/gtk.symbols:
|
|
|
|
* gtk/gtkcombobox.[hc]: Add a tearoff-title property,
|
|
|
|
with getter and setter. (#316482, Olexiy Avramchenko)
|
|
|
|
|
|
|
|
* tests/testcombo.c (main): Test gtk_combo_box_set_title
|
|
|
|
|
2005-11-21 15:00:57 +00:00
|
|
|
* gtk/gtkpathbar.c: Merge remaining fixes from the 2.8 branch,
|
|
|
|
pointed out by Michael Natterer.
|
|
|
|
|
2005-11-21 14:34:52 +00:00
|
|
|
Fix for bug #321542, Benedikt Meurer:
|
|
|
|
|
|
|
|
* gtk/gtkcombobox.c (gtk_combo_box_set_active_internal):
|
|
|
|
Emit notify::active.
|
|
|
|
|
|
|
|
(gtk_combo_box_child_show, gtk_combo_box_child_hide): Use
|
|
|
|
g_signal_emit, not g_signal_emit_by_name.
|
|
|
|
|
2005-11-19 03:46:04 +00:00
|
|
|
2005-11-18 Matthias Clasen <mclasen@redhat.com>
|
|
|
|
|
|
|
|
Fix crashes in connection with pathbar scrolling (#321560,
|
|
|
|
Bogdan Nicula)
|
|
|
|
|
|
|
|
* gtk/gtkpathbar.c (gtk_path_bar_update_slider_buttons):
|
|
|
|
Stop scrolling when desensitising slider buttons.
|
|
|
|
(gtk_path_bar_scroll_timeout, gtk_path_bar_slider_button_press):
|
|
|
|
And use it here.
|
|
|
|
|
|
|
|
* gtk/gtkpathbar.h (struct _GtkPathBar): Add a separate
|
|
|
|
scrolling_down flag.
|
|
|
|
|
2005-11-18 19:13:11 +00:00
|
|
|
2005-11-18 Matthias Clasen <mclasen@redhat.com>
|
|
|
|
|
2005-11-18 19:56:52 +00:00
|
|
|
* gtk/gtkpathbar.c (button_clicked_cb): Fix a C99ism.
|
|
|
|
(#321777, Jens Granseuer)
|
|
|
|
|
2005-11-18 19:47:57 +00:00
|
|
|
* gtk/gtkaction.c (disconnect_proxy): Disconnect the
|
|
|
|
sync callback for the visibility property. (#321761,
|
|
|
|
Philip Langdale)
|
|
|
|
|
2005-11-18 19:13:11 +00:00
|
|
|
Turn off input methods in invisible entries, since
|
|
|
|
they are confusing. (#317002, James Su)
|
|
|
|
|
|
|
|
* gtk/gtkentry.c (gtk_entry_set_visibility): Toggle input
|
|
|
|
methods if visibility changes.
|
|
|
|
(popup_targets_received): Don't show the input method
|
|
|
|
menu if the entry is invisible.
|
|
|
|
|
2005-11-17 14:57:24 +00:00
|
|
|
2005-11-17 Matthias Clasen <mclasen@redhat.com>
|
|
|
|
|
2005-11-17 15:04:21 +00:00
|
|
|
* README.in: Add a note about range arrow sensitivity.
|
|
|
|
|
2005-11-17 14:57:24 +00:00
|
|
|
* perf/treeview.c: const correctness fixes
|
|
|
|
found by Arjan van de Ven and gcc.
|
|
|
|
|
2005-11-16 14:40:41 +00:00
|
|
|
2005-11-16 Michael Natterer <mitch@imendio.com>
|
|
|
|
|
|
|
|
* gtk/gtkimage.c (animation_timeout): call
|
|
|
|
gtk_window_process_updates() so the animation keeps running even
|
|
|
|
if the main loop is busy with sources that eat a lot of cpu with
|
|
|
|
high priority. Fixes bug #321444.
|
|
|
|
|
|
|
|
(gtk_image_new_from_animation): document the fact that the
|
|
|
|
animation will stop running if the main loop is busy with sources
|
|
|
|
that have priorities higher than G_PRIORITY_DEFAULT.
|
|
|
|
|
|
|
|
* tests/testimage.c: added test case that shows an animation even
|
|
|
|
though a cpu-eating idle function is running.
|
|
|
|
|
2005-11-16 12:36:22 +00:00
|
|
|
2005-11-16 Michael Natterer <mitch@imendio.com>
|
|
|
|
|
|
|
|
* gdk/x11/gdkevents-x11.c (_gdk_events_uninit): new internal
|
|
|
|
function which destroys the display's event source. Also removes
|
|
|
|
the source from the global display_sources list and unrefs it.
|
|
|
|
|
|
|
|
* gdk/x11/gdkprivate-x11.h: declare the function.
|
|
|
|
|
|
|
|
* gdk/x11/gdkdisplay-x11.c (gdk_display_x11_dispose): call it
|
|
|
|
instead of half-destroying the source here.
|
|
|
|
|
2005-11-15 15:38:53 +00:00
|
|
|
2005-11-15 Matthias Clasen <mclasen@redhat.com>
|
|
|
|
|
|
|
|
* gtk/gtktreestore.c (gtk_tree_store_move): Fix a memory
|
|
|
|
leak. (#321032, Peter Zelezny)
|
|
|
|
|
2005-11-15 14:42:48 +00:00
|
|
|
2005-11-15 Michael Natterer <mitch@imendio.com>
|
|
|
|
|
|
|
|
* gdk/x11/gdkdisplay-x11.c (gdk_display_x11_finalize): destroy
|
|
|
|
display->xid_ht as late as possible (right before XCloseDisplay)
|
|
|
|
because it still needs to be around when the display's screens are
|
|
|
|
finalized. (#85715)
|
|
|
|
|
2005-11-15 05:11:24 +00:00
|
|
|
2005-11-14 Matthias Clasen <mclasen@redhat.com>
|
|
|
|
|
|
|
|
* gtk/gtkselection.c (gtk_selection_data_set_uris): Don't
|
|
|
|
leak result. (#321441, Tommi Komulainen)
|
|
|
|
|
2005-11-14 18:49:41 +00:00
|
|
|
2005-11-14 Matthias Clasen <mclasen@redhat.com>
|
|
|
|
|
|
|
|
* gtk/gtkicontheme.c (gtk_icon_theme_get_icon_sizes):
|
|
|
|
Don't crash if there is no builtin icon.
|
|
|
|
|
2005-11-14 11:28:33 +00:00
|
|
|
2005-11-14 Michael Natterer <mitch@imendio.com>
|
|
|
|
|
|
|
|
* gtk/gtkcellrenderertoggle.c (gtk_cell_renderer_toggle_set_property):
|
|
|
|
removed redundant calls to g_object_notify().
|
|
|
|
|
2005-11-14 04:25:25 +00:00
|
|
|
2005-11-13 Matthias Clasen <mclasen@redhat.com>
|
|
|
|
|
2005-11-14 04:34:43 +00:00
|
|
|
* gdk/gdkcolor.c (gdk_color_parse): Documentation
|
|
|
|
improvements. (#321338)
|
|
|
|
|
2005-11-14 04:25:25 +00:00
|
|
|
* gtk/gtktextiter.c (gtk_text_iter_forward_search): Make
|
|
|
|
limit an inclusive boundary. (#321299)
|
|
|
|
|
2005-11-12 20:08:12 +00:00
|
|
|
2005-11-12 Michael Natterer <mitch@imendio.com>
|
|
|
|
|
|
|
|
* gtk/Makefile.am: fixed icon rules so gtkbuiltincache.h is only
|
|
|
|
rebuilt if needed.
|
|
|
|
|
2005-11-12 14:20:51 +00:00
|
|
|
2005-11-12 Dom Lachowicz <cinamod@hotmail.com>
|
|
|
|
|
|
|
|
* modules/engines/ms-windows/msw_style.c: Bug #313627. Make win32
|
|
|
|
theme's handling of toolbars, handleboxes, and menubars more in-line
|
|
|
|
with Microsoft's IE style.
|
|
|
|
* modules/engines/ms-windows/*.c: Indentation cleanups
|
|
|
|
|
2005-11-12 06:59:49 +00:00
|
|
|
2005-11-12 Matthias Clasen <mclasen@redhat.com>
|
|
|
|
|
|
|
|
Make builtin icons work in gtk_window_set_icon_name()
|
|
|
|
(#321046, Maxim Udushlivy)
|
|
|
|
|
|
|
|
* gtk/gtkicontheme.c (insert_theme): Always insert the default
|
|
|
|
theme.
|
|
|
|
(ensure_valid_themes): Call _gtk_icon_theme_ensure_builtin_cache()
|
|
|
|
from here.
|
|
|
|
(theme_lookup_icon, find_builtin_icon): ...and not from here.
|
|
|
|
(gtk_icon_theme_lookup_icon): Remove an unncessary assert.
|
|
|
|
(gtk_icon_theme_get_icon_sizes): Also check builtin icons.
|
|
|
|
|
2005-11-12 01:12:08 +00:00
|
|
|
2005-11-12 Tor Lillqvist <tml@novell.com>
|
|
|
|
|
|
|
|
* gtk/gtkfilesystemwin32.c (filename_get_info): Don't hide
|
|
|
|
dotfiles, no such convention on Win32. Just hide files with the
|
|
|
|
hidden attribute. (#314627)
|
|
|
|
|
2005-11-11 22:29:09 +00:00
|
|
|
2005-11-11 Federico Mena Quintero <federico@ximian.com>
|
|
|
|
|
|
|
|
* gtk/gtkfilechooserdefault.c (shortcuts_insert_path): Do not
|
|
|
|
check whether the path is a folder. It is useful to bookmark
|
|
|
|
files as well (e.g. todo.txt), and this will also help
|
|
|
|
performance.
|
|
|
|
(shortcuts_add_bookmark_from_path): Likewise.
|
|
|
|
(shortcuts_activate_iter): Change folders or select files, as
|
|
|
|
appropriate.
|
|
|
|
|
2005-11-11 19:29:44 +00:00
|
|
|
2005-11-11 Federico Mena Quintero <federico@ximian.com>
|
|
|
|
|
2005-11-11 19:35:35 +00:00
|
|
|
* tests/autotestfilechooser.c (main): Use
|
|
|
|
g_log_set_default_handler() instead of explicitly setting a
|
|
|
|
handler for each domain.
|
|
|
|
|
2005-11-11 19:29:44 +00:00
|
|
|
* gtk/gtkfilechooserdefault.c (shortcuts_add_volumes): Only get
|
|
|
|
the base path of the volume if it is mounted.
|
|
|
|
|
2005-11-11 12:48:29 +00:00
|
|
|
2005-11-11 Michael Natterer <mitch@imendio.com>
|
|
|
|
|
|
|
|
Added per-stepper API for GtkRange's stepper sensitivity as
|
|
|
|
discussed in bug #321056:
|
|
|
|
|
|
|
|
* gtk/gtkenums.h: added GtkSensitivityType which can be
|
|
|
|
{ AUTO, ON, OFF }.
|
|
|
|
|
|
|
|
* gtk/gtkrange.[ch]: added properties "lower-stepper-sensitivity"
|
|
|
|
and "upper-stepper-sensitivity" and public getters/setters for
|
|
|
|
them. Changed stepper drawing to honor the new properties.
|
|
|
|
|
|
|
|
* gtk/gtk.symbols: added the new symbols.
|
|
|
|
|
2005-11-10 14:18:45 +00:00
|
|
|
2005-11-10 Matthias Clasen <mclasen@redhat.com>
|
|
|
|
|
2005-11-10 21:17:19 +00:00
|
|
|
* gtk/gtkcombobox.c: Add show-popup and hide-popup signals and
|
|
|
|
emit them when the popup is shown or hidden. (#162531, Tommi
|
|
|
|
Komulainen)
|
|
|
|
|
|
|
|
* tests/testcombo.c: Add an example of popuplating a combobox
|
|
|
|
on click.
|
|
|
|
|
2005-11-10 17:57:14 +00:00
|
|
|
* gtk/gtktreeview.c (gtk_tree_view_motion_resize_column): Another
|
|
|
|
erroneous semicolon.
|
|
|
|
|
2005-11-10 17:42:48 +00:00
|
|
|
* gdk/x11/gdkcolor-x11.c (gdkx_colormap_get): Remove an erroneous
|
|
|
|
semicolon.
|
|
|
|
|
2005-11-10 17:38:09 +00:00
|
|
|
Don't corrupt odd keymaps (#316638, Kean Johnston)
|
|
|
|
|
|
|
|
* gdk/x11/gdkkeys-x11.c (set_symbol): Auxiliary function to
|
|
|
|
handle frobbing keymaps with odd numbers of syms/code.
|
|
|
|
|
|
|
|
* gdk/x11/gdkkeys-x11.c (update_keymaps): Use set_symbol() to
|
|
|
|
frob the keymap.
|
|
|
|
|
2005-11-10 15:17:40 +00:00
|
|
|
Improve navigation to parent folders. (#318444, Andrei Yurkevich)
|
|
|
|
|
|
|
|
* gtk/gtkpathbar.[hc]: Add a child_path argument to
|
|
|
|
the path_clicked signal.
|
|
|
|
* gtk/gtkfilechooserdefault.c (path_bar_clicked): Select the
|
|
|
|
child_path, if it is provided.
|
|
|
|
* gtk/marshalers.list (path_bar_clicked): Add the necessary
|
|
|
|
glue.
|
|
|
|
|
2005-11-10 14:33:51 +00:00
|
|
|
* gtk/gtkmenu.c: Fix some compiler warnings. (#321141,
|
|
|
|
Kjartan Maraas)
|
|
|
|
|
2005-11-10 14:18:45 +00:00
|
|
|
* gtk/gtk.symbols:
|
|
|
|
* gtk/gtktreeview.h:
|
|
|
|
* gtk/gtktreeview.c: Implement a getter for headers-clickable.
|
|
|
|
(#163851, Richard Hult)
|
|
|
|
|
2005-11-10 12:09:42 +00:00
|
|
|
2005-11-10 Michael Natterer <mitch@imendio.com>
|
|
|
|
|
|
|
|
Applied patch from maemo-gtk that addresses many issues wrt
|
|
|
|
display migration and display closing (bug #85715).
|
|
|
|
|
|
|
|
* gdk/gdkdisplay.c (gdk_display_dispose): don't just set the
|
|
|
|
default display to NULL when it's closed. Instead set the most
|
|
|
|
recently opened display as new default (if one exists).
|
|
|
|
|
|
|
|
* gdk/gdkpango.c (on_renderer_display_closed): fixed signature
|
|
|
|
of this callback.
|
|
|
|
|
|
|
|
* gdk/gdkscreen.c (gdk_screen_dispose): check if the GCs still
|
|
|
|
exist before unrefing them.
|
|
|
|
|
|
|
|
* gdk/gdkwindow.c (_gdk_window_destroy_hierarchy): if the screen
|
|
|
|
is closed, allow destruction of the root window.
|
|
|
|
|
|
|
|
* gdk/x11/gdkdisplay-x11.c: moved some stuff from finalize() to
|
|
|
|
dispose(), free stuff that was leaked before.
|
|
|
|
|
|
|
|
* gdk/x11/gdkevents-x11.c (_gdk_x11_events_uninit_screen): check if
|
|
|
|
the xsettings_client still exists before destroying it.
|
|
|
|
|
|
|
|
* gdk/x11/gdkkeys-x11.c: added finalization and free the allocated
|
|
|
|
X resources.
|
|
|
|
|
|
|
|
* gdk/x11/gdkpixmap-x11.c: moved stuff from finalize() to new
|
|
|
|
dispose() implementation.
|
|
|
|
|
|
|
|
* gdk/x11/gdkscreen-x11.c: moved stuff from finalize() to
|
|
|
|
dispose() and check if it still exists before unrefing it. Set
|
|
|
|
their pointers to NULL/None *after* upchaining in dispose(),
|
|
|
|
because X11 implementations of members of the parent class still
|
|
|
|
need them for their own destruction.
|
|
|
|
|
|
|
|
* gdk/x11/gdkvisual-x11.c: removed finalize() implementation which
|
|
|
|
was g_error()ing when finalizing a visual.
|
|
|
|
|
|
|
|
* gtk/gtkclipboard.c (gtk_clipboard_finalize): don't use
|
|
|
|
get_clipboard_widget() because it would create the widget if it
|
|
|
|
doesn't exist. Use g_object_get_data() directly instead.
|
|
|
|
|
|
|
|
* gtk/gtktextdisplay.c (on_renderer_display_closed): fixed signature
|
|
|
|
of this callback.
|
|
|
|
|
2005-11-10 00:35:31 +00:00
|
|
|
2005-11-10 Simos Xenitellis <simos@gnome.org>
|
|
|
|
|
|
|
|
* configure.in: Added Tatar (tt) to ALL_LINGUAS.
|
|
|
|
|
2005-11-09 15:32:51 +00:00
|
|
|
Wed Nov 9 16:29:42 2005 Tim Janik <timj@imendio.com>
|
|
|
|
|
|
|
|
* gtk/gtkrange.c: patch from maemo-gtk that changes GtkRange
|
|
|
|
to render its arrows insensitive when the adjustment is in
|
|
|
|
its min or max position. this makes range arrow behaviour
|
|
|
|
consistent with spin button behaviour. (#321056)
|
|
|
|
|
2005-11-09 13:10:27 +00:00
|
|
|
2005-11-09 Tor Lillqvist <tml@novell.com>
|
|
|
|
|
|
|
|
* gdk/gdkinternals.h
|
|
|
|
* gdk/gdk.c (gdk_debug_keys[]): Add new GDK_DEBUG_DRAW flag to
|
|
|
|
the GdkDebugFlag enum.
|
|
|
|
|
|
|
|
* gdk/win32/gdkdrawable-win32.c: Use DRAW to trigger GDK_NOTEs in
|
|
|
|
this file instead of MISC. Now asking for MISC will give mainly
|
|
|
|
window manipulation debugging output with the Win32 backend.
|
|
|
|
|
2005-11-09 12:35:56 +00:00
|
|
|
2005-11-09 Tor Lillqvist <tml@novell.com>
|
|
|
|
|
|
|
|
* gdk/win32/gdkwindow-win32.c: Remove unnecessary includes.
|
|
|
|
|
|
|
|
(_gdk_win32_get_adjusted_client_rect): Remove this two-line
|
|
|
|
function which was used only in one place.
|
|
|
|
|
|
|
|
(get_outer_rect): Use _gdk_win32_adjust_client_rect().
|
|
|
|
|
|
|
|
(gdk_window_set_geometry_hints): If we have identical minimum and
|
|
|
|
maximum size hints, remove the resize and maximize
|
|
|
|
decorations/functions. (#104514)
|
|
|
|
|
|
|
|
If we have a maximum size hint, remove the maximize
|
|
|
|
decoration/function but ensure the resize decoration/function is
|
|
|
|
available. Otherwise ensure both resize and maximize
|
|
|
|
decorations/functions are there.
|
|
|
|
|
|
|
|
(set_or_clear_style_bits): Factored out common code from
|
|
|
|
gdk_window_set_decorations() and gdk_window_set_functions().
|
|
|
|
|
|
|
|
Hack the window style setting once more: Only touch the window
|
|
|
|
style bits corresponding to the GdkWMDecoration or GdkWMFunction
|
|
|
|
parameter bitmasks. Hopefully this finally is the correct thing to
|
|
|
|
do. We used to clear all other bits than those that were being
|
|
|
|
set, or set all other bits than those that were being cleared.
|
|
|
|
|
|
|
|
Take into account that adding or removing decorations leaves the
|
|
|
|
window's outer size unchanged, i.e., the client area's size and
|
|
|
|
position change. This is apparently not what we want, so change
|
|
|
|
also the window's (outer) position and size appropriately so that
|
|
|
|
the client area's position and size stay constant.
|
|
|
|
|
|
|
|
gtk-demo's color selector dialog is now non-resizable like on X11
|
|
|
|
(I tested with metacity in GNOME). Torn off menus are shrinkable
|
|
|
|
vertically but have a maximum size, and are not maximizable or
|
|
|
|
minimizable, like on X11.
|
|
|
|
|
|
|
|
(gdk_window_set_decorations, gdk_window_set_functions): Let
|
|
|
|
set_or_clear_decorations() do most of the job.
|
|
|
|
|
|
|
|
* gdk/win32/gdkprivate-win32.h: Remove declaration of
|
|
|
|
_gdk_win32_get_adjusted_client_rect().
|
|
|
|
|
2005-11-09 02:13:35 +00:00
|
|
|
2005-11-09 Tor Lillqvist <tml@novell.com>
|
|
|
|
|
|
|
|
* gdk/win32/gdkwindow-win32.h (struct _GdkWindowImplWin32)
|
|
|
|
* gdk/win32/gdkwindow-win32.c (gdk_window_impl_win32_init,
|
|
|
|
gdk_window_get_type_hint, gdk_window_get_type_hint): Store the
|
|
|
|
type hint. Implement gdk_window_get_type_hint() by just returning
|
|
|
|
the hint stored.
|
|
|
|
|
2005-11-08 22:27:47 +00:00
|
|
|
2005-11-09 Tor Lillqvist <tml@novell.com>
|
|
|
|
|
|
|
|
* gdk/win32/gdkwindow-win32.c (gdk_window_set_geometry_hints):
|
|
|
|
Remove code that has been permanently ifdeffed out for two years.
|
|
|
|
|
2005-11-08 18:26:37 +00:00
|
|
|
2005-11-08 Matthias Clasen <mclasen@redhat.com>
|
|
|
|
|
2005-11-08 21:46:34 +00:00
|
|
|
* gdk/gdkgc.c (gdk_gc_finalize): Unref tile and stipple when
|
|
|
|
finalizing a gc. (#320789, Nickolay V. Shmyrev)
|
|
|
|
|
2005-11-08 18:26:37 +00:00
|
|
|
* gdk/x11/gdkwindow-x11.c (gdk_window_set_icon_list): Ignore
|
|
|
|
icons if they would make the request large enough to cause
|
|
|
|
Xlib to loose the connection. (#320909, Claudio Saavedra)
|
|
|
|
|
2005-11-08 14:45:32 +00:00
|
|
|
2005-11-08 Michael Natterer <mitch@imendio.com>
|
|
|
|
|
|
|
|
* gdk/gdk.symbols
|
|
|
|
* gdk/gdkwindow.h
|
|
|
|
* gdk/x11/gdkwindow-x11.c: added gdk_window_get_type_hint() (patch
|
|
|
|
extracted from maemo-gtk). Fixes bug #320872.
|
|
|
|
|
2005-11-07 15:57:19 +00:00
|
|
|
2005-11-07 Matthias Clasen <mclasen@redhat.com>
|
|
|
|
|
2005-11-07 20:31:10 +00:00
|
|
|
* gtk/gtkfilechooserdefault.c (shortcuts_reorder): Don't
|
|
|
|
looks the bookmark label when reordering. (#320720, Jeremy Cook)
|
|
|
|
|
2005-11-07 20:10:04 +00:00
|
|
|
* gtk/gtkpathbar.[hc]: Set focus-on-click to FALSE for all buttons.
|
|
|
|
Don't grab focus when a slider button is pressed, instead, use
|
|
|
|
a bit in the pathbar struct to determine whether to scroll up
|
|
|
|
or down. (#314486, Carlos Garnacho)
|
|
|
|
|
2005-11-07 17:28:37 +00:00
|
|
|
* gtk/gtkentrycompletion.c (_gtk_entry_completion_popup):
|
|
|
|
Don't popup the completions if the focus has already been
|
|
|
|
moved somewhere else. (#319914, Christian Persch)
|
|
|
|
|
2005-11-07 16:31:48 +00:00
|
|
|
* gtk/gtktoolitem.c (_gtk_tool_item_toolbar_reconfigured):
|
|
|
|
Raise the drag_window after reconfiguring the
|
|
|
|
toolbar. (#320803, Christian Persch)
|
|
|
|
|
2005-11-07 15:57:19 +00:00
|
|
|
* gtk/gtk.symbols:
|
|
|
|
* gtk/gtkfilechooserbutton.h:
|
|
|
|
* gtk/gtkfilechooserbutton.c: Add a focus-on-click property
|
|
|
|
with setter and getter. (#318945, Christian Persch)
|
|
|
|
|
2005-11-07 15:17:13 +00:00
|
|
|
Mon Nov 7 16:15:16 2005 Tim Janik <timj@imendio.com>
|
|
|
|
|
|
|
|
* configure.in: fixed missing $X_CFLAGS setup in case x11.pc is present.
|
|
|
|
|
2005-11-07 14:30:35 +00:00
|
|
|
2005-11-07 Matthias Clasen <mclasen@redhat.com>
|
|
|
|
|
|
|
|
* configure.in: Adjust to the stock icon changes.
|
|
|
|
|
2005-11-07 08:16:29 +00:00
|
|
|
2005-11-07 Tor Lillqvist <tml@novell.com>
|
|
|
|
|
|
|
|
* gdk/win32/gdkcursor-win32.c (pixbuf_to_hbitmaps_normal):
|
|
|
|
Correct the calculation of maskstride. (#320152, Peter Zelezny)
|
|
|
|
|
2005-11-06 22:40:30 +00:00
|
|
|
2005-11-06 Michael Natterer <mitch@imendio.com>
|
|
|
|
|
|
|
|
* gtk/Makefile.am (icons): fixed rule to actually create the
|
|
|
|
symlinks, erroring out if anything goes wrong.
|
|
|
|
|
2005-11-06 06:27:01 +00:00
|
|
|
2005-11-06 Tor Lillqvist <tml@novell.com>
|
|
|
|
|
|
|
|
* gtk/updateiconcache.c (build_cache): Can't rename a file if the
|
|
|
|
target exists on Win32. First rename the target temporarily, then
|
|
|
|
if the renaming of the source to target fails, restore the
|
|
|
|
original name for the target.
|
|
|
|
|
|
|
|
* gtk/Makefile.am: Use EXEEXT in the dependency on gtk-update-icon-cache.
|
|
|
|
|
2005-11-06 05:36:49 +00:00
|
|
|
2005-11-06 Tor Lillqvist <tml@novell.com>
|
|
|
|
|
|
|
|
(pixbuf_to_hbitmaps_alpha_winxp): Use an 1-bit mask bitmap,
|
|
|
|
like pixbuf_to_hbitmaps_normal().
|
|
|
|
(_gdk_win32_pixbuf_to_hicon_supports_alpha): Check
|
|
|
|
G_WIN32_IS_NT_BASED() first, so we can pretend being on Win9x by
|
|
|
|
setting the G_WIN32_PRETEND_WIN9X environment variable.
|
|
|
|
|
|
|
|
2005-11-06 Tor Lillqvist <tml@novell.com>
|
|
|
|
|
|
|
|
Make icon masks work on Win98 (#320152, Peter Zelezny)
|
|
|
|
|
|
|
|
* gdk/win32/gdkcursor-win32.c (create_color_bitmap): Take also a
|
|
|
|
parameter for the depth of the bitmap, so that this function can
|
|
|
|
be used to create 1-bit bitmaps, too.
|
|
|
|
(pixbuf_to_hbitmaps_normal): Create an 1-bit bitmap for the mask,
|
|
|
|
and initialize it properly.
|
|
|
|
|
2005-11-04 15:43:40 +00:00
|
|
|
2005-11-04 Matthias Clasen <mclasen@redhat.com>
|
|
|
|
|
|
|
|
Store builtin stock icons in an icon cache, instead of
|
|
|
|
populating a hash table with pixbufs at startup, to save both
|
|
|
|
memory and startup time.
|
|
|
|
|
|
|
|
* gtk/stock-icons/*: Reorganize the icons in a directory structure
|
|
|
|
suitable for gtk-update-icon-cache, and rename them to match the
|
|
|
|
stock ids.
|
|
|
|
|
|
|
|
* gtk/gtkiconcache.[hc]: Support non-mmapped icon caches, and
|
|
|
|
add _gtk_icon_cache_has_icon_in_directory().
|
|
|
|
|
|
|
|
* gtk/updateiconcache.c: Support a --source <VARIABLE> argument
|
|
|
|
to store the contents of the icon cache in a C header.
|
|
|
|
|
|
|
|
* gtk/gtkbuiltincache.h: Generated private header which contains
|
|
|
|
the icon cache for the builtin icons.
|
|
|
|
|
|
|
|
* gtk/gtkicontheme.c: Create a GtkIconCache for the builtin
|
|
|
|
icons, and use that in addition to the hash table whenever
|
|
|
|
builtin icons are searched.
|
|
|
|
|
|
|
|
* gtk/gtkiconfactory.c: Add GTK_ICON_SOURCE_STATIC_ICON_NAME and
|
|
|
|
use it for static stock ids.
|
|
|
|
(get_default_icons): Don't add the builtin
|
|
|
|
icons to the icon theme, just register the stock ids.
|
|
|
|
(render_fallback_image): Take the fallback image out of the
|
|
|
|
builtin icon cache.
|
|
|
|
|
|
|
|
* gtk/Makefile.am: Remove stock-icons from SUBDIRS and add
|
|
|
|
the necessary machinery to rebuild gtkbuiltincache.h.
|
|
|
|
|
2005-11-04 12:24:36 +00:00
|
|
|
2005-11-04 Michael Natterer <mitch@imendio.com>
|
|
|
|
|
|
|
|
* gtk/gtkrc.c (gtk_rc_reparse_all_for_settings): applied patch
|
|
|
|
from maemo-gtk that changes the mtime check for rc files from
|
|
|
|
'>' to '!=', otherwise theme changes go unnoticed when turning
|
|
|
|
back the clock (Tommi Komulainen).
|
|
|
|
|
2005-11-04 00:37:31 +00:00
|
|
|
2005-11-04 Tor Lillqvist <tml@novell.com>
|
|
|
|
|
|
|
|
* gtk/gtkstatusicon.c (gtk_status_icon_set_tooltip): Plug memory
|
|
|
|
leak on Win32.
|
|
|
|
|
2005-11-03 12:09:49 +00:00
|
|
|
2005-11-03 Tor Lillqvist <tml@novell.com>
|
|
|
|
|
2005-11-03 13:44:37 +00:00
|
|
|
* gdk/win32/gdkcursor-win32.c: As there is only one GdkDisplay in
|
|
|
|
the Win32 backend, check that GdkDisplay* parameters are equal to
|
|
|
|
_gdk_display instead of using the unnecessarily general
|
|
|
|
GDK_IS_DISPLAY().
|
|
|
|
|
|
|
|
(pixbuf_to_hbitmaps_alpha_winxp): Rename the variables for the
|
|
|
|
color bitmap to have "color" in their name, for similarity with
|
|
|
|
pixbuf_to_hbitmaps_normal(). Create a color bitmap for the mask,
|
|
|
|
too, instead of creating a b&w bitmap with CreateBitmap(). Set up
|
|
|
|
the mask bitmap's contents, ones for those pixels in the color
|
|
|
|
bitmap where the alpha is zero, zero for other pixels. We used to
|
2005-11-03 13:56:13 +00:00
|
|
|
use an uninitialized mask bitmap! This meant that icons and
|
|
|
|
cursors created presumably worked more or less by accident.
|
|
|
|
Totally blank icons with zero alpha everywhere (as used by
|
|
|
|
gtktrayicon.c) definitely did not work as expected.
|
2005-11-03 13:29:30 +00:00
|
|
|
|
2005-11-03 13:17:01 +00:00
|
|
|
* gtk/Makefile.am: Include gtkstatusicon.c on all platforms.
|
|
|
|
|
|
|
|
* gtk/gtkstatusicon.c: Implement for Win32. Use code from
|
|
|
|
gtktrayicon-win32.c as applicable. (gtktrayicon-win32.c is not
|
|
|
|
necessary and can be removed from CVS. It has never been mentioned
|
|
|
|
in gtk/Makefile.am.) No tray icon widget, GtkImage or GtkTooltips
|
|
|
|
are used on Win32. One label widget is used (but never shown) as
|
|
|
|
gtk_widget_render_icon() needs a widget.
|
|
|
|
|
|
|
|
Ifdefs used as necessary in several places. It might be cleaner to
|
|
|
|
split out the backend-specific parts to separate files, or at
|
|
|
|
least collect them into separate blocks in the file.
|
|
|
|
|
|
|
|
(wndproc): New function. Window procedure to monitor mouse events
|
|
|
|
in the system tray icon. Call gtk_status_icon_button_press() as
|
|
|
|
needed.
|
|
|
|
(create_tray_observer): New function. Creates a hidden window that
|
|
|
|
only serves as a tray icon message observer.
|
|
|
|
|
2005-11-03 12:09:49 +00:00
|
|
|
* tests/teststatusicon.c (icon_activated): Position the dialog
|
|
|
|
with GTK_WIN_POS_CENTER.
|
|
|
|
(do_quit): New function, hide and unref the GtkStatusIcon, and
|
|
|
|
call gtk_main_quit().
|
|
|
|
(popup_menu): Add a Quit menu item that calls do_quit().
|
|
|
|
|
2005-11-02 13:33:27 +00:00
|
|
|
2005-11-02 Tor Lillqvist <tml@novell.com>
|
|
|
|
|
|
|
|
* gdk/win32/gdkcolor-win32.c
|
|
|
|
* gdk/win32/gdkscreen-win32.c
|
|
|
|
* gdk/win32/gdkwindow-win32.c: Whitespace consistency
|
|
|
|
fixes. Remove superfluous test for GdkWindow* parameters being
|
|
|
|
non-NULL. Testing GDK_IS_WINDOW() is enough. As there is only one
|
|
|
|
GdkScreen and one GdkDisplay in the Win32 backend, use those
|
|
|
|
variables instead of the getter functions. For GdkDisplay* and
|
|
|
|
GdkScreen* parameters, check that they are equal to the
|
|
|
|
corresponding singleton variables instead of the more general
|
|
|
|
GDK_IS_DISPLAY() or GDK_IS_SCREEN().
|
|
|
|
|
2005-11-02 05:08:31 +00:00
|
|
|
2005-11-02 Matthias Clasen <mclasen@redhat.com>
|
|
|
|
|
2005-11-02 06:26:07 +00:00
|
|
|
* gtk/gtktextview.c: Remove some g_return_if_fail() from
|
|
|
|
static functions, replace some others by g_assert().
|
|
|
|
|
|
|
|
* gtk/gtktextview.c (selection_motion_event_handler)
|
|
|
|
(gtk_text_view_start_selection_drag): Keep track of the original
|
|
|
|
selection boundaries during a drag selection, in order to correctly
|
|
|
|
decide when to extend or shrink the selection. (#320167,
|
|
|
|
reported by Arvind S N, patch by Paolo Borelli)
|
|
|
|
|
2005-11-02 05:08:31 +00:00
|
|
|
* gtk/gtktextbtree.c (_gtk_text_line_char_to_byte_offsets):
|
|
|
|
* gtk/gtktextiter.c (gtk_text_iter_backward_chars): Replace
|
|
|
|
manual offset calculations by g_utf8_offset_to_pointer().
|
|
|
|
(#320360, Paolo Borelli)
|
|
|
|
|
2005-11-01 18:10:51 +00:00
|
|
|
Tue Nov 1 16:18:24 2005 Tim Janik <timj@imendio.com>
|
|
|
|
|
|
|
|
* gtk/gtkrbtree.[hc]: get rid of GAllocator usage, allocate and free
|
|
|
|
nodes via the g_slice_*() API.
|
|
|
|
_gtk_rbtree_new(): fixed wrong node allocation via g_new().
|
|
|
|
|
2005-11-01 09:26:59 +00:00
|
|
|
2005-11-01 Tor Lillqvist <tml@novell.com>
|
|
|
|
|
gdk/win32/gdkprivate-win32.h gdk/win32/gdkglobals-win32.c Add more
2005-11-01 Tor Lillqvist <tml@novell.com>
* gdk/win32/gdkprivate-win32.h
* gdk/win32/gdkglobals-win32.c
* gdk/win32/gdkmain-win32.c (_gdk_windowing_init): Add more
pre-interned GdkAtoms and pre-registered clipboard formats. Sort
their declarations, definitions and assignments into a more
logical and consistent order.
* gdk/win32/gdkmain-win32.c (_gdk_win32_cf_to_string): Include the
CF_ prefix for the predefined clipboard format names. Put quotes
around registered format names to distinguish them.
* gdk/win32/gdkproperty-win32.c (gdk_property_change): Return
immediately with a warning if the property type is STRING, TEXT,
COMPOUND_TEXT or SAVE_TARGETS, as these are X11-specific that we
should never pretend to handle on Win32. Handle only UTF8_STRING
here, other formats with delayed rendering. Use \uc1 instead of
\uc0 when generating Rich Text Format for easier testability on
XP, where WordPad misinterprets \uc0 encoded characters. Add more
GDK_NOTE debugging output for Clipboard operations.
* gdk/win32/gdkselection-win32.c: Debugging printout improvements.
(gdk_selection_convert): Don't pretent to handle STRING, just
UTF8_STRING. Streamline error handling, don't unnecessarily have a
GError which then isn't used for anything anyway if it gets set.
(gdk_win32_selection_add_targets): Skip also STRING, TEXT,
COMPOUND_TEXT and SAVE_TARGETS in addition to UTF8_STRING.
2005-11-01 15:29:59 +00:00
|
|
|
* gdk/win32/gdkprivate-win32.h
|
|
|
|
* gdk/win32/gdkglobals-win32.c
|
|
|
|
* gdk/win32/gdkmain-win32.c (_gdk_windowing_init): Add more
|
|
|
|
pre-interned GdkAtoms and pre-registered clipboard formats. Sort
|
|
|
|
their declarations, definitions and assignments into a more
|
|
|
|
logical and consistent order.
|
|
|
|
|
|
|
|
* gdk/win32/gdkmain-win32.c (_gdk_win32_cf_to_string): Include the
|
|
|
|
CF_ prefix for the predefined clipboard format names. Put quotes
|
|
|
|
around registered format names to distinguish them.
|
|
|
|
|
|
|
|
* gdk/win32/gdkproperty-win32.c (gdk_property_change): Return
|
|
|
|
immediately with a warning if the property type is STRING, TEXT,
|
|
|
|
COMPOUND_TEXT or SAVE_TARGETS, as these are X11-specific that we
|
|
|
|
should never pretend to handle on Win32. Handle only UTF8_STRING
|
|
|
|
here, other formats with delayed rendering. Use \uc1 instead of
|
|
|
|
\uc0 when generating Rich Text Format for easier testability on
|
|
|
|
XP, where WordPad misinterprets \uc0 encoded characters. Add more
|
|
|
|
GDK_NOTE debugging output for Clipboard operations.
|
|
|
|
|
|
|
|
* gdk/win32/gdkselection-win32.c: Debugging printout improvements.
|
|
|
|
(gdk_selection_convert): Don't pretent to handle STRING, just
|
|
|
|
UTF8_STRING. Streamline error handling, don't unnecessarily have a
|
|
|
|
GError which then isn't used for anything anyway if it gets set.
|
|
|
|
(gdk_win32_selection_add_targets): Skip also STRING, TEXT,
|
|
|
|
COMPOUND_TEXT and SAVE_TARGETS in addition to UTF8_STRING.
|
|
|
|
|
2005-11-01 09:48:46 +00:00
|
|
|
* config.h.win32.in: Sync with what configure produces.
|
|
|
|
|
2005-11-01 09:26:59 +00:00
|
|
|
* configure.in: Don't look for X_PACKAGES unless building for
|
|
|
|
x11. (#313986, John Ehresman)
|
|
|
|
|
2005-10-28 22:08:11 +00:00
|
|
|
2005-10-28 Erdal Ronahi <erdal.ronahi@gmail.com>
|
|
|
|
|
|
|
|
* configure.in: Added ku (Kurdish) to ALL_LINGUAS
|
|
|
|
Wondered why there was no ku there before??
|
|
|
|
|
2005-10-28 20:35:11 +00:00
|
|
|
2005-10-28 Matthias Clasen <mclasen@redhat.com>
|
|
|
|
|
|
|
|
* gtk/gtkentrycompletion.c (_gtk_entry_completion_popup): Add the popup
|
|
|
|
window to the toplevels window group. (#319912, Christian Persch)
|
|
|
|
|
2005-10-28 17:15:15 +00:00
|
|
|
2005-10-28 Kristian Rietveld <kris@gtk.org>
|
|
|
|
|
|
|
|
* gtk/gtktreemodelfilter.c (gtk_tree_model_filter_row_deleted): fix
|
|
|
|
stupid thinko.
|
|
|
|
|
2005-10-28 13:53:16 +00:00
|
|
|
2005-10-28 Matthias Clasen <mclasen@redhat.com>
|
|
|
|
|
2005-10-28 17:06:43 +00:00
|
|
|
* gtk/gtkdnd.c (gtk_drag_get_cursor): Fix the anchor of the default
|
|
|
|
drag cursors. (#319200, Federico Mena Quintero)
|
|
|
|
|
2005-10-28 15:13:54 +00:00
|
|
|
* gtk/gtktreeview.c (gtk_tree_view_search_key_press_event): Handle
|
|
|
|
Shift-G to go to the previous match, like firefox. (#320061, Christian
|
|
|
|
Neumair)
|
|
|
|
|
2005-10-28 14:16:45 +00:00
|
|
|
* gtk/gtktreemodelfilter.c (gtk_tree_model_filter_build_level): Fix a
|
|
|
|
C99ism. (#320000, Kazuki Iwamoto)
|
|
|
|
|
2005-10-28 14:04:04 +00:00
|
|
|
* gtk/gtkaboutdialog.c (gtk_about_dialog_init): Add the little
|
|
|
|
stars. (#319985, Bastien Nocera)
|
|
|
|
|
2005-10-28 13:53:16 +00:00
|
|
|
* gtk/gtktreeview.c (gtk_tree_view_search_entry_flush_timeout): Return
|
|
|
|
FALSE, so we don't flush repeatedly. (#319151, Alexander Larsson)
|
|
|
|
|
2005-10-27 13:16:23 +00:00
|
|
|
2005-10-26 Michael Natterer <mitch@imendio.com>
|
|
|
|
|
|
|
|
Fix bug #319974:
|
|
|
|
|
|
|
|
* gtk/gtkcellrendererpixbuf.c (gtk_cell_renderer_pixbuf_set_property):
|
|
|
|
make sure that setting any of pixbuf/stock-id/icon-name resets the
|
|
|
|
others because they are mutually exclusive, and that unsetting any
|
|
|
|
of them only resets the pixbuf and nothing else. Also added
|
|
|
|
some missing g_object_notify().
|
|
|
|
|
|
|
|
(gtk_cell_renderer_pixbuf_get_property): simplified calls to
|
|
|
|
g_value_set_object().
|
|
|
|
|
|
|
|
(gtk_cell_renderer_pixbuf_create_stock_pixbuf)
|
|
|
|
(gtk_cell_renderer_pixbuf_create_named_icon_pixbuf): added
|
|
|
|
g_object_notify ("pixbuf").
|
|
|
|
|
2005-10-27 04:31:33 +00:00
|
|
|
2005-10-27 Matthias Clasen <mclasen@redhat.com>
|
|
|
|
|
2005-10-27 04:51:25 +00:00
|
|
|
* gtk/gtktreeview.c (gtk_tree_view_button_press): Be more
|
|
|
|
careful about initializing cell_area. (#319382, Tommi
|
|
|
|
Komulainen)
|
|
|
|
|
2005-10-27 04:38:55 +00:00
|
|
|
* gtk/gtkcombobox.c (gtk_combo_box_key_press): Don't eat
|
|
|
|
Ctrl-PageUp/PageDown. (#318670, Christian Neumair)
|
|
|
|
|
2005-10-27 04:31:33 +00:00
|
|
|
* demos/gtk-demo/clipboard.c (paste_received): Only set the
|
|
|
|
text if it is not NULL. (#319930, Thomas Klausner)
|
|
|
|
|
|
|
|
* gtk/gtkselection.c (gtk_selection_data_get_pixbuf): Close the
|
|
|
|
loader before trying to get the pixbuf. (#319930, Thomas Klausner)
|
|
|
|
|
2005-10-27 03:16:00 +00:00
|
|
|
2005-10-26 Matthias Clasen <mclasen@redhat.com>
|
|
|
|
|
|
|
|
* gtk/gtkfilesystem.c (gtk_file_system_module_load):
|
|
|
|
* gtk/gtkthemes.c (gtk_theme_engine_load):
|
|
|
|
* gtk/gtkimmodule.c (gtk_im_module_load): Use G_MODULE_BIND_LAZY
|
|
|
|
when dlopening modules. (#319557, Laszlo Peter)
|
|
|
|
|
2005-10-26 13:42:53 +00:00
|
|
|
2005-10-26 Matthias Clasen <mclasen@redhat.com>
|
|
|
|
|
2005-10-26 20:47:04 +00:00
|
|
|
* gtk/gtktextbtree.c (gtk_text_btree_resolve_bidi): Only use text
|
|
|
|
segments when determining text direction. (#319065, Tommi Komulainen)
|
|
|
|
|
2005-10-26 19:47:48 +00:00
|
|
|
* gtk/gtktreeview.c (gtk_tree_view_destroy): Don't crash
|
|
|
|
on duplicate destroy. (#318953, Gustavo Carneiro)
|
|
|
|
|
2005-10-26 19:10:08 +00:00
|
|
|
* gtk/gtkfilechooserbutton.c (gtk_file_chooser_button_new_with_dialog):
|
|
|
|
Point out that destroy-with-parent is a bad idea for the dialog
|
|
|
|
passed to this function. (#318943, Christian Persch)
|
|
|
|
|
2005-10-26 18:01:05 +00:00
|
|
|
* */Makefile.am: use $(GLIB_MKENUMS) instead of
|
|
|
|
glib-mkenums. (#318582, Damien Carbery)
|
|
|
|
|
2005-10-26 14:43:10 +00:00
|
|
|
* gtk/gtktreemodel.c (gtk_tree_model_rows_reordered): Clarify
|
2005-10-27 04:38:55 +00:00
|
|
|
docs. (#317682, Christian Neumair)
|
2005-10-26 14:43:10 +00:00
|
|
|
|
2005-10-26 13:42:53 +00:00
|
|
|
* gdk/x11/gdkdnd-x11.c: Remove an extra const which doesn't
|
|
|
|
seem to affect the placement of the data in the readonly
|
|
|
|
section, and causes problems with some compilers. (#317844)
|
|
|
|
|
2005-10-26 03:18:09 +00:00
|
|
|
2005-10-25 Matthias Clasen <mclasen@redhat.com>
|
|
|
|
|
2005-10-26 04:23:46 +00:00
|
|
|
* gtk/gtktreeviewcolumn.c (gtk_tree_view_column_cell_process_action):
|
|
|
|
Fix some issues with background drawing in RTL. (#318781,
|
|
|
|
Eric Cazeaux)
|
|
|
|
|
2005-10-26 03:55:35 +00:00
|
|
|
* tests/Makefile.am:
|
|
|
|
* tests/testentrycompletion.c: Apply a patch by Christian
|
|
|
|
Persch to add property editors.
|
|
|
|
|
2005-10-26 03:18:09 +00:00
|
|
|
* gtk/gtkstatusicon.c: Emit activate on single-click,
|
|
|
|
not on double-click, change proposed by Milosz Derezynski.
|
|
|
|
|
2005-10-25 21:00:40 +00:00
|
|
|
2005-10-25 Kristian Rietveld <kris@gtk.org>
|
|
|
|
|
|
|
|
Fixes #311955, reported by Markku Vire; and a lot more.
|
|
|
|
|
|
|
|
* gtk/gtktreemodelfilter.c: Made this thing work correctly.
|
|
|
|
Levels can now have invisible nodes cached, functions have been
|
|
|
|
rewritten/refactored to take this into account; also the logic in
|
|
|
|
some functions has been corrected.
|
|
|
|
|
|
|
|
Each referenced node now references all visible children or a single
|
|
|
|
invisible child, in order to be able to monitor all changes in the
|
|
|
|
child model required for correct operation.
|
|
|
|
|
|
|
|
When a virtual root is set, all nodes on the virtual root level are
|
|
|
|
referenced.
|
|
|
|
|
|
|
|
At last, a bunch of random bug fixes and comment updates.
|
|
|
|
|
2005-10-25 17:57:35 +00:00
|
|
|
2005-10-25 Matthias Clasen <mclasen@redhat.com>
|
|
|
|
|
2005-10-25 18:28:35 +00:00
|
|
|
* gtk/gtktexttagtable.c (gtk_text_tag_table_foreach): Add some
|
|
|
|
more docs. (#319722, Paolo Borelli)
|
|
|
|
|
2005-10-25 18:11:57 +00:00
|
|
|
* gdk/x11/gdkxftdefaults.c (init_xft_settings): Make the
|
|
|
|
initialization of screen_x11->xft_rgba more explicit. (#319627,
|
|
|
|
Bogdan Nicula)
|
|
|
|
|
2005-10-25 17:57:35 +00:00
|
|
|
* gtk/gtkfilechooser.c (gtk_file_chooser_class_init): Fix whitespace
|
|
|
|
in a blurb. (#319499, Francisco Javier F. Serrador)
|
|
|
|
|
2005-10-24 20:01:57 +00:00
|
|
|
2005-10-24 Matthias Clasen <mclasen@redhat.com>
|
|
|
|
|
|
|
|
Add settings to hide the input method and Unicode control character
|
|
|
|
submenus in the context menus of GtkEntry and GtkTextView.
|
|
|
|
|
|
|
|
* gdk/x11/gdkevents-x11.c: Map GTK+ settings to X settings.
|
|
|
|
|
|
|
|
* gtk/gtksettings.c (gtk_settings_class_init): Declare GTK+ settings here.
|
|
|
|
|
|
|
|
* gtk/gtktextview.c (popup_targets_received):
|
|
|
|
* gtk/gtkentry.c (popup_targets_received): Use the settings here.
|
|
|
|
|
2005-10-24 19:01:36 +00:00
|
|
|
2005-10-24 Kristian Rietveld <kris@gtk.org>
|
|
|
|
|
|
|
|
* gtk/gtktreemodelsort.c (gtk_tree_model_sort_row_inserted): emitting
|
|
|
|
row-has-child-toggled when the level is not in the cache does not
|
|
|
|
make sense. (This bug probably crept in during the early stages
|
|
|
|
of GtkTreeModelSort when there wasn't a correct row-has-child-toggled
|
|
|
|
implementation yet),
|
|
|
|
(gtk_tree_model_sort_real_unref_node): only get the child iter
|
|
|
|
when we will actually also use it.
|
|
|
|
|
2005-10-22 21:08:23 +00:00
|
|
|
2005-10-22 Michael Natterer <mitch@imendio.com>
|
|
|
|
|
|
|
|
* gtk/gtktreeview.c (gtk_tree_view_scroll_to_cell): check for the
|
|
|
|
widget being realized, in addition to being visible, to avoid
|
|
|
|
running into precondition check in gtk_tree_view_get_cell_area().
|
|
|
|
(approved by Kris).
|
|
|
|
|
2005-10-22 15:53:00 +00:00
|
|
|
2005-10-22 Dom Lachowicz <cinamod@hotmail.com>
|
|
|
|
|
|
|
|
* modules/engines/ms-windows/msw_style.c (setup_msw_rc_style):
|
|
|
|
Experimentally, scrollbar steppers can shrink to 8 pixels on
|
|
|
|
Win32. Reflect that in the theme.
|
|
|
|
* modules/engines/ms-windows/Theme/gtk-2.0/gtkrc: Experimentally,
|
|
|
|
there is a 1-pixel border between a scrollbar and its child
|
|
|
|
in ScrolledWindows on Win32. Reflect that in the theme.
|
|
|
|
|
2005-10-20 20:40:54 +00:00
|
|
|
2005-10-20 Matthias Clasen <mclasen@redhat.com>
|
|
|
|
|
|
|
|
* gtk/gtklabel.c (gtk_label_create_window): Use GDK_WINDOW_CHILD
|
|
|
|
for the selection window. (#318806, Alex Larsson)
|
|
|
|
|
2005-10-19 16:25:42 +00:00
|
|
|
2005-10-18 Federico Mena Quintero <federico@ximian.com>
|
|
|
|
|
|
|
|
Fixes bug #317999:
|
|
|
|
|
|
|
|
* tests/autotestfilechooser.c
|
|
|
|
(test_button_folder_states_for_action): Test that we have either
|
|
|
|
$cwd or the explicitly-set folder.
|
|
|
|
(test_reload_sequence): Likewise.
|
|
|
|
|
|
|
|
* gtk/gtkfilechooserdefault.c
|
|
|
|
(gtk_file_chooser_default_get_current_folder): If our reload_state
|
|
|
|
is RELOAD_EMPTY, return a GtkFilePath corresponding to $cwd.
|
|
|
|
|
2005-10-14 00:08:14 +00:00
|
|
|
2005-10-14 Tor Lillqvist <tml@novell.com>
|
|
|
|
|
|
|
|
* gdk/win32/gdkdisplay-win32.c: Remove the clipboard viewer code.
|
|
|
|
It didn't really do anything useful, and was just confusing and
|
|
|
|
incomplete. Comments claimed we don't do delayed rendering, but in
|
|
|
|
fact we do, for images. (The delayed rendering code has other
|
|
|
|
problems, though, see #168173.) The clipboard viewer code was
|
|
|
|
probably even buggy (the WM_CHANGECBCHAIN handled didn't propagate
|
|
|
|
the message when necessary). It was just test code, it said so in
|
|
|
|
a comment. Add something similar back later if necessary.
|
|
|
|
|
|
|
|
(_win32_on_clipboard_change,
|
|
|
|
_gdk_win32_register_clipboard_notification): Remove.
|
|
|
|
|
|
|
|
(gdk_display_supports_selection_notification,
|
|
|
|
gdk_display_request_selection_notification): Always just return
|
|
|
|
FALSE. We didn't generate any GDK_OWNER_CHANGE events anywhere.
|
|
|
|
|
2005-10-13 07:21:00 +00:00
|
|
|
2005-10-13 Tor Lillqvist <tml@novell.com>
|
|
|
|
|
|
|
|
* gdk/win32/gdkevents-win32.c (gdk_event_translate): Don't treat
|
|
|
|
Alt-Enter specially. It does not have any special meaning and
|
|
|
|
should be passed on to the application. (#318378, Tim Evans)
|
|
|
|
|
2005-10-13 07:08:49 +00:00
|
|
|
2005-10-13 Tor Lillqvist <tml@novell.com>
|
|
|
|
|
|
|
|
Set visual depth to 24 for 32 bits-per-pixel devices on
|
|
|
|
Win32. This allows gdk_drawable_real_draw_pixbuf() to use the
|
|
|
|
optimized composite_0888() function rather than the slower image
|
|
|
|
dithering functions to draw pixbufs (#313993, John Ehresman)
|
|
|
|
|
|
|
|
* gdk/win32/gdkimage-win32.c (_gdk_win32_new_image): Use
|
|
|
|
_gdk_windowing_get_bits_for_depth() to initialize
|
|
|
|
GdkImage::bits_per_pixel.
|
|
|
|
(_gdk_windowing_get_bits_for_depth): Return 32 bits for depth 24.
|
|
|
|
|
|
|
|
* gdk/win32/gdkpixmap-win32.c (gdk_pixmap_new): Use
|
|
|
|
_gdk_windowing_get_bits_for_depth() to initialize
|
|
|
|
BITMAPINFOHEADER::biBitCount.
|
|
|
|
|
|
|
|
* gdk/win32/gdkvisual-win32.c (_gdk_visual_init): Set
|
|
|
|
GdkVisual::depth to 24 even if GetDeviceCaps(BITSPIXEL) returns
|
|
|
|
32.
|
|
|
|
|
2005-10-12 13:23:10 +00:00
|
|
|
2005-10-12 Stefan Kost <ensonic@users.sf.net>
|
|
|
|
|
|
|
|
* demos/gtk-demo/appwindow.c: (about_cb):
|
|
|
|
use PACKAGE_VERSION,bump year (#318654)
|
|
|
|
|
2005-10-11 14:39:17 +00:00
|
|
|
2005-10-11 Matthias Clasen <mclasen@redhat.com>
|
|
|
|
|
|
|
|
* gtk/gtktextbtree.c (_gtk_text_btree_delete): Try to match an off
|
|
|
|
toggle here with the matching on toggle if it immediately follows.
|
|
|
|
This is a common case, and handling it here prevents quadratic blowup
|
|
|
|
in cleanup_line() below. (#317125)
|
|
|
|
|
|
|
|
* gtk/gtktextsegment.h:
|
|
|
|
* gtk/gtktextsegment.c (_gtk_char_segment_new_from_two_strings): Pass
|
|
|
|
the character counts into this function instead of computing them
|
|
|
|
again.
|
|
|
|
|
2005-10-10 14:29:03 +00:00
|
|
|
2005-10-10 Tommi Komulainen <tommi.komulainen@iki.fi>
|
|
|
|
|
|
|
|
* gtk/gtkfilechooser.h (GtkFileChooserError): Add ALREADY_EXISTS error
|
|
|
|
code.
|
|
|
|
* gtk/gtkfilechooserdefault.c
|
|
|
|
(gtk_file_chooser_default_add_shortcut_folder): Return an error code
|
|
|
|
when the shortcut already exists in the sidebar. (#147521)
|
|
|
|
|
2005-10-09 16:27:12 +00:00
|
|
|
2005-10-09 Matthias Clasen <mclasen@redhat.com>
|
|
|
|
|
|
|
|
* tests/testcombo.c: Demonstrate how to use custom widgets in
|
|
|
|
a GtkComboBox.
|
|
|
|
|
2005-10-07 19:54:32 +00:00
|
|
|
2005-10-07 Federico Mena Quintero <federico@ximian.com>
|
|
|
|
|
|
|
|
Fixes bug #317999:
|
|
|
|
|
|
|
|
* tests/autotestfilechooser.c (test_reload_sequence): Ensure that
|
|
|
|
the the result of gtk_file_chooser_get_folder() is NULL or
|
|
|
|
non-NULL at the right times. Log the tests.
|
|
|
|
(test_button_folder_states): New test for the initial states of
|
|
|
|
the current folder in GtkFileChooserButton.
|
|
|
|
(main): Test that the number of warnings/errors/critical errors is
|
|
|
|
zero.
|
|
|
|
|
|
|
|
* gtk/gtkfilechooser.c (gtk_file_chooser_get_current_folder):
|
|
|
|
Clarify the documentation on when this can return NULL.
|
|
|
|
(gtk_file_chooser_get_current_folder_uri): Likewise.
|
|
|
|
|
|
|
|
* gtk/gtkfilechooserbutton.c (struct
|
|
|
|
_GtkFileChooserButtonPrivate): Added a folder_has_been_set flag;
|
|
|
|
we use it to keep track of whether a folder has been set.
|
|
|
|
(gtk_file_chooser_button_map): Implement. If no folder has been
|
|
|
|
loaded before, we at least try to load $cwd here.
|
|
|
|
(gtk_file_chooser_button_constructor): If the construct-time
|
|
|
|
dialog already has a folder set, turn on our folder_has_been_set
|
|
|
|
flag.
|
|
|
|
(dialog_current_folder_changed_cb): Turn on our
|
|
|
|
folder_has_been_set flag.
|
|
|
|
|
2005-10-07 18:51:30 +00:00
|
|
|
2005-10-07 Michael Natterer <mitch@gimp.org>
|
|
|
|
|
|
|
|
* gtk/gtkfilechooserdefault.c: remove some explicit #defines of
|
|
|
|
PROFILE_FILE_CHOOSER because they break compilation after the
|
|
|
|
removal of <unistd.h>.
|
|
|
|
|
2005-10-07 16:01:19 +00:00
|
|
|
2005-10-07 Matthias Clasen <mclasen@redhat.com>
|
|
|
|
|
2005-10-07 20:03:36 +00:00
|
|
|
* gtk/gtkfilechooserdefault.c: Properly fix the unistd.h include
|
|
|
|
by moving it out of the profiling ifdef.
|
|
|
|
|
2005-10-07 16:20:37 +00:00
|
|
|
* gtk/gtkfilechooserdefault.c: Remove a redundant (and
|
|
|
|
unconditional) include of unistd.h (#318211, Kazuki Iwamoto)
|
|
|
|
|
2005-10-07 16:01:19 +00:00
|
|
|
* gtk/gtktexttag.c (gtk_text_attributes_ref): Use
|
|
|
|
g_return_val_if_fail(), not g_return_if_fail(). (#318412,
|
|
|
|
Kazuki Iwamoto)
|
|
|
|
|
2005-10-07 03:38:57 +00:00
|
|
|
2005-10-06 Matthias Clasen <mclasen@redhat.com>
|
|
|
|
|
|
|
|
* gtk/gtk.symbols:
|
|
|
|
* gtk/gtktextbuffer.h:
|
|
|
|
* gtk/gtktextbuffer.c: Add a readonly has-selection property
|
|
|
|
with a getter. (#318161, Paolo Borelli)
|
|
|
|
|
2005-10-05 13:23:21 +00:00
|
|
|
2005-10-05 Matthias Clasen <mclasen@redhat.com>
|
|
|
|
|
2005-10-05 14:25:14 +00:00
|
|
|
* README.in: Start collecting release notes for 2.10.
|
|
|
|
|
2005-10-05 14:11:23 +00:00
|
|
|
* gtk/gtkrc.c (gtk_rc_clear_realized_style): Readd the memory
|
|
|
|
leak fix, since the assertion failures were traced to
|
|
|
|
an xchat bug. (#314696)
|
|
|
|
|
2005-10-05 13:23:21 +00:00
|
|
|
* gtk/gtkstyle.c (gtk_style_detach):
|
|
|
|
(gtk_style_attach): Documentation improvements.
|
|
|
|
(gtk_style_detach): Assert that the attach_count is > 0.
|
|
|
|
|
Take a shortcut position, not a ShortcutsIndex, to make the function more
2005-10-04 Federico Mena Quintero <federico@ximian.com>
* gtk/gtkfilechooserdefault.c (switch_to_shortcut): Take a
shortcut position, not a ShortcutsIndex, to make the function more
generic.
(home_folder_handler): Pass the resolved index to
switch_to_shortcut(), rather than just SHORTCUTS_HOME.
(desktop_folder_handler): Likewise for SHORTCUTS_DESKTOP.
(gtk_file_chooser_default_class_init): Add a "quick-bookmark"
binding signal, and bind it to Alt-1, Alt-2. ..., Alt-0. These
make the respective key switch to the first, second, ..., tenth
bookmark.
(quick_bookmark_handler): Implement.
2005-10-05 05:05:42 +00:00
|
|
|
2005-10-04 Federico Mena Quintero <federico@ximian.com>
|
|
|
|
|
|
|
|
* gtk/gtkfilechooserdefault.c (switch_to_shortcut): Take a
|
|
|
|
shortcut position, not a ShortcutsIndex, to make the function more
|
|
|
|
generic.
|
|
|
|
(home_folder_handler): Pass the resolved index to
|
|
|
|
switch_to_shortcut(), rather than just SHORTCUTS_HOME.
|
|
|
|
(desktop_folder_handler): Likewise for SHORTCUTS_DESKTOP.
|
|
|
|
(gtk_file_chooser_default_class_init): Add a "quick-bookmark"
|
|
|
|
binding signal, and bind it to Alt-1, Alt-2. ..., Alt-0. These
|
|
|
|
make the respective key switch to the first, second, ..., tenth
|
|
|
|
bookmark.
|
|
|
|
(quick_bookmark_handler): Implement.
|
|
|
|
|
2005-10-04 20:08:32 +00:00
|
|
|
2005-10-04 Federico Mena Quintero <federico@ximian.com>
|
|
|
|
|
|
|
|
* gtk/gtkpathbar.c (get_dir_name): Don't special-case Home and
|
|
|
|
Desktop; just use their real names on the file system for the
|
|
|
|
user-visible names.
|
|
|
|
|
|
|
|
* gtk/gtkfilechooserdefault.c
|
|
|
|
(gtk_file_chooser_default_class_init): Add a "desktop-folder"
|
|
|
|
binding signal, and bind it to M-d by default.
|
|
|
|
(desktop_folder_handler): Implement the default handler.
|
|
|
|
(home_folder_handler): Use a helper function.
|
|
|
|
(switch_to_shortcut): New helper function.
|
|
|
|
(shortcuts_append_home): Don't special-case the name of "Home";
|
|
|
|
just use the folder name.
|
|
|
|
|
2005-10-04 13:42:27 +00:00
|
|
|
2005-10-04 Tor Lillqvist <tml@novell.com>
|
|
|
|
|
|
|
|
* gtk/gtkcalendar.c (gtk_calendar_init): Make it compile without
|
|
|
|
HAVE__NL_TIME_FIRST_WEEKDAY. (#317910, Mathias Hasselmann)
|
|
|
|
|
2005-10-04 04:20:02 +00:00
|
|
|
2005-10-04 Matthias Clasen <mclasen@redhat.com>
|
|
|
|
|
|
|
|
* gtk/gtkrc.c (gtk_rc_clear_realized_style): Revert the change
|
|
|
|
from yesterday, since it leads to assertion failures. (#317879,
|
|
|
|
Sebastian Bacher)
|
|
|
|
|
2005-10-04 03:28:36 +00:00
|
|
|
2005-10-03 Matthias Clasen <mclasen@redhat.com>
|
|
|
|
|
|
|
|
* gtk/gtkcalendar.c (gtk_calendar_init): Call
|
|
|
|
calendar_compute_days() after setting priv->week_start.
|
|
|
|
|
2005-10-03 16:23:56 +00:00
|
|
|
2005-10-03 Matthias Clasen <mclasen@redhat.com>
|
|
|
|
|
|
|
|
* gtk/gtkrc.c (gtk_rc_clear_realized_style): Unref the style when
|
|
|
|
removing it from the hash table. (#314696, Benjamin Berg)
|
|
|
|
|
2005-09-30 23:56:42 +00:00
|
|
|
2005-10-01 Tor Lillqvist <tml@novell.com>
|
|
|
|
|
|
|
|
* gdk/win32/gdkdrawable-win32.c (blit_from_pixmap): In case
|
|
|
|
BitBlt() fails with ERROR_INVALID_HANDLE, the most probable cause
|
|
|
|
is that the the desktop isn't visible because the session has been
|
|
|
|
switched, the screen is locked, or a terminal server session
|
|
|
|
disconnected, so no error message necessary. (#137796)
|
|
|
|
|
|
|
|
It is of course remotely possible that BitBlt() failing with
|
|
|
|
ERROR_INVALID_HANDLE might also be caused by some other
|
|
|
|
problem. We could strive for perfection and track whether the
|
|
|
|
desktop is visible by using WTSRegisterSessionNotification() and
|
|
|
|
handling WM_WTSESSION_CHANGE. I think that's overdoing it just for
|
|
|
|
this issue, though. If we would track desktop visibility, we
|
|
|
|
should then avoid even trying to update the display at all while
|
|
|
|
the desktop isn't visible.
|
|
|
|
|
2005-09-30 14:57:02 +00:00
|
|
|
2005-09-30 Matthias Clasen <mclasen@redhat.com>
|
|
|
|
|
2005-09-30 17:53:19 +00:00
|
|
|
* gtk/gtkcalendar.c (gtk_calendar_init): Another attempt
|
|
|
|
to correct the calculations for the first week day. We may
|
|
|
|
just have to remove this code if too many locales turn out
|
|
|
|
to have broken data.
|
|
|
|
|
2005-09-30 15:40:55 +00:00
|
|
|
* gtk/gtkimage.c (gtk_image_expose): Don't leak pixbuf in
|
|
|
|
some cases. (#317611, Tommi Komulainen)
|
|
|
|
|
2005-09-30 14:57:02 +00:00
|
|
|
* gtk/gtksocket-x11.c (_gtk_socket_windowing_size_request):
|
|
|
|
Prevent overflow when storing size hints in an unsigned
|
|
|
|
short variable. Tracked down by Ray Strode and Søren Sandmann.
|
|
|
|
|
2005-09-29 13:35:01 +00:00
|
|
|
2005-09-29 Matthias Clasen <mclasen@redhat.com>
|
|
|
|
|
2005-09-29 13:42:21 +00:00
|
|
|
* gtk/gtkbutton.c (gtk_button_set_image): Check arguments. (#317491,
|
|
|
|
Paolo Borelli)
|
|
|
|
|
2005-09-29 13:35:01 +00:00
|
|
|
* gtk/gtkpaned.c (gtk_paned_grab_notify): Stop drags when being
|
|
|
|
grab shadowed. (#317332)
|
|
|
|
|
2005-09-29 07:44:52 +00:00
|
|
|
2005-09-29 Tor Lillqvist <tml@novell.com>
|
|
|
|
|
|
|
|
* gtk-zip.sh.in: DLLs are always in bin nowadays, no need to test.
|
|
|
|
|
2005-09-29 01:56:10 +00:00
|
|
|
2005-09-28 Federico Mena Quintero <federico@ximian.com>
|
|
|
|
|
|
|
|
* tests/autotestfilechooser.c (test_reload_sequence): Oops, return
|
|
|
|
if the unmap test fails.
|
|
|
|
(test_reload_sequence): Use gtk_widget_show_now() instead of
|
|
|
|
gtk_widget_show() for the dialog.
|
|
|
|
Thanks to Tim Janik for noticing these.
|
|
|
|
|
2005-09-29 00:19:15 +00:00
|
|
|
2005-09-28 Federico Mena Quintero <federico@ximian.com>
|
|
|
|
|
|
|
|
* tests/testcellrenderertext.c: New file with a set of tests for
|
|
|
|
GtkCellRendererText. The idea is to run a text renderer through
|
|
|
|
most of its interesting property values to see that it works
|
|
|
|
correctly.
|
|
|
|
|
|
|
|
* tests/Makefile.am: Added testcellrenderertext.
|
|
|
|
|
|
|
|
* gtk/gtkfilechooserdefault.c (load_set_model): Mark the
|
|
|
|
entry/exit of this function for profiling.
|
|
|
|
(gtk_file_chooser_default_style_set): Mark the start/end of the
|
|
|
|
calls to the parent class and the the signal emission for profiling.
|
|
|
|
|
2005-09-28 23:46:10 +00:00
|
|
|
2005-09-29 Tor Lillqvist <tml@novell.com>
|
|
|
|
|
|
|
|
* gtk/gtkmain.c (_gtk_get_localedir): The locale directory is
|
|
|
|
passed to bindtextdomain() which isn't UTF-8-aware, so convert to
|
|
|
|
system codepage using g_win32_locale_filename_from_utf8().
|
|
|
|
(#317457, Kazuki Iwamoto)
|
|
|
|
|
2005-09-28 20:06:08 +00:00
|
|
|
2005-09-28 Matthias Clasen <mclasen@redhat.com>
|
|
|
|
|
2005-09-28 20:42:30 +00:00
|
|
|
* gtk/gtkselection.c (_gtk_selection_request): Free mult_atoms
|
|
|
|
here. (#317039, Paolo Borelli)
|
|
|
|
|
2005-09-28 20:28:54 +00:00
|
|
|
* gtk/gtktexttag.h:
|
2005-09-28 20:26:50 +00:00
|
|
|
* gtk/gtktexttag.c (gtk_text_attributes_ref): Return the attributes
|
|
|
|
to make this function work as boxed copy function. (#317455,
|
|
|
|
Gustavo Carneiro)
|
|
|
|
|
2005-09-28 20:06:08 +00:00
|
|
|
* gtk/gtkclipboard.c (request_image_received_func): Don't unref
|
|
|
|
NULL. (#316828, Tor Lillqvist)
|
|
|
|
|
2005-09-28 16:03:11 +00:00
|
|
|
2005-09-28 Tor Lillqvist <tml@novell.com>
|
|
|
|
|
|
|
|
* modules/input/imime.c: Include <config.h>. (#317444, Kazuki
|
|
|
|
Iwamoto)
|
|
|
|
|
2005-09-27 23:57:09 +00:00
|
|
|
2005-09-27 Federico Mena Quintero <federico@ximian.com>
|
|
|
|
|
|
|
|
Don't reload the current folder unnecessarily on ::map().
|
|
|
|
|
|
|
|
* gtk/gtkfilechooserprivate.h (ReloadState): New enum to represent
|
|
|
|
the reloading state.
|
|
|
|
(struct _GtkFileChooserDefault): Added a "reload_state" field.
|
|
|
|
|
|
|
|
* gtk/gtkfilechooserdefault.c (gtk_file_chooser_default_init):
|
|
|
|
Initialize impl->reload_state.
|
|
|
|
(gtk_file_chooser_default_map): Check the impl->reload_state; load
|
|
|
|
a default folder if no folder has been set, or reload the current
|
|
|
|
one only if we had been unmapped first.
|
|
|
|
(gtk_file_chooser_default_update_current_folder): Set the
|
|
|
|
reload_state to RELOAD_HAS_FOLDER.
|
|
|
|
(gtk_file_chooser_default_unmap): Implement, and set the
|
|
|
|
reload_state to RELOAD_WAS_UNMAPPED.
|
|
|
|
(shortcuts_model_create): Don't call shortcuts_add_bookmarks()
|
|
|
|
here; they'll get (re)loaded on ::map() anyway.
|
|
|
|
|
|
|
|
* gtk/gtkfilechooserwidget.c
|
|
|
|
(gtk_file_chooser_widget_constructor): Don't set a default folder here.
|
|
|
|
|
|
|
|
* tests/autotestfilechooser.c (test_action_widgets): Don't take in
|
|
|
|
a dialog; build it ourselves.
|
|
|
|
(test_reload): New test to ensure that we don't load the default
|
|
|
|
folder more than once, and that we reload it when
|
|
|
|
unmapping/remapping.
|
|
|
|
(get_impl_from_dialog): New utility function.
|
|
|
|
(test_widgets_for_current_action): Use get_impl_from_dialog().
|
|
|
|
|
2005-09-27 21:33:24 +00:00
|
|
|
2005-09-27 Federico Mena Quintero <federico@ximian.com>
|
|
|
|
|
|
|
|
* gtk/gtkfilechooserdefault.c
|
|
|
|
(gtk_file_chooser_default_constructor): Mark the entry/exit of
|
|
|
|
this function for profiling.
|
|
|
|
(check_icon_theme): Likewise.
|
|
|
|
(change_icon_theme): Likewise.
|
|
|
|
(settings_notify_cb): Likewise.
|
|
|
|
(gtk_file_chooser_default_screen_changed): Likewise.
|
|
|
|
(update_chooser_entry): If the selection is empty, clear the file
|
|
|
|
name entry only if we are in CREATE_FOLDER mode. In SAVE mode,
|
|
|
|
nothing will be selected when the user starts typeahead in the
|
|
|
|
treeview, and we don't want to clear the file name entry in that
|
|
|
|
case --- the user could be typing-ahead to look for a folder name.
|
|
|
|
Fixes bug #308332, patch by Jürg Billeter.
|
|
|
|
|
2005-09-27 04:48:53 +00:00
|
|
|
2005-09-27 Matthias Clasen <mclasen@redhat.com>
|
|
|
|
|
|
|
|
* gtk/gtkentrycompletion.c (_gtk_entry_completion_resize_popup):
|
|
|
|
Pop below the entry if there's more free space below the entry
|
|
|
|
than above. (#316948, Tommi Komulainen)
|
|
|
|
|
2005-09-27 01:34:24 +00:00
|
|
|
2005-09-26 Federico Mena Quintero <federico@ximian.com>
|
|
|
|
|
|
|
|
Do not create the save mode-specific widgets in the open modes, so
|
|
|
|
that we don't carry their baggage around.
|
|
|
|
|
|
|
|
* gtk/gtkfilechooserdefault.c
|
|
|
|
(gtk_file_chooser_default_constructor): Don't create the
|
|
|
|
save_widgets here.
|
|
|
|
(save_widgets_create): Set the impl->save_widgets directly here,
|
|
|
|
instead of passing the widgets back to the caller. Also, pack
|
|
|
|
them into the impl's box.
|
|
|
|
(update_appearance): Create or destroy the save widgets as
|
|
|
|
appropriate. Set the action of the save_file_name_entry here.
|
|
|
|
(shortcuts_add_current_folder): Set the active item in the
|
|
|
|
save_folder_combo only if it exists.
|
|
|
|
(gtk_file_chooser_default_set_property): Don't set the action of
|
|
|
|
the save_file_name_entry here.
|
|
|
|
(gtk_file_chooser_default_update_current_folder): Set the base
|
|
|
|
folder of the save_file_name_entry only if the entry exists.
|
|
|
|
(shortcuts_drag_data_received_cb): Cast the selection_data->data
|
|
|
|
to (const char *) since that's what shortcuts_drop_uris() expects.
|
|
|
|
(file_list_drag_data_received_cb): Likewise, for
|
|
|
|
g_uri_list_extract_uris().
|
|
|
|
|
2005-09-26 20:59:31 +00:00
|
|
|
2005-09-26 Tor Lillqvist <tml@novell.com>
|
|
|
|
|
|
|
|
* gdk/win32/gdkwindow-win32.c (gdk_window_shape_combine_mask): Set
|
|
|
|
the shaped flag here, too. (#316871)
|
|
|
|
(gdk_window_shape_combine_region): Currently unimplemented, so
|
|
|
|
don't do anything to the shaped flag here.
|
|
|
|
|
2005-09-26 20:27:44 +00:00
|
|
|
2005-09-26 Matthias Clasen <mclasen@redhat.com>
|
|
|
|
|
|
|
|
Fix #316871, reported by Dan Winship:
|
|
|
|
|
|
|
|
* gdk/gdkwindow.h (struct _GdkWindowObject): Add a shaped flag.
|
|
|
|
|
|
|
|
* gdk/x11/gdkwindow-x11.c (gdk_window_shape_combine_mask)
|
|
|
|
(gdk_window_shape_combine_region): Set it here.
|
|
|
|
|
|
|
|
* gdk/gdkwindow.c (gdk_window_invalidate_maybe_recurse): Don't
|
|
|
|
remove the child area for shaped windows.
|
|
|
|
|
2005-09-23 16:34:25 +00:00
|
|
|
2005-09-23 Matthias Clasen <mclasen@redhat.com>
|
|
|
|
|
|
|
|
* gtk/gtkcellrendererpixbuf.c (gtk_cell_renderer_pixbuf_finalize):
|
|
|
|
Don't leak expander pixbufs. (#316946, Tommi Komulainen)
|
|
|
|
|
2005-09-22 16:33:50 +00:00
|
|
|
2005-09-22 Michael Natterer <mitch@imendio.com>
|
|
|
|
|
|
|
|
Renamed GtkCellRendererKeys to GtkCellRendererAccel to be
|
|
|
|
consistent with GTK+ terminology:
|
|
|
|
|
|
|
|
* gtk/gtkcellrendererkeys.[ch]
|
|
|
|
* tests/testkeys.c: removed...
|
|
|
|
|
|
|
|
* gtk/gtkcellrendereraccel.[ch]
|
|
|
|
* tests/testaccel.c: ...and added.
|
|
|
|
|
|
|
|
* gtk/Makefile.am
|
|
|
|
* gtk/gtk.h
|
|
|
|
* gtk/gtk.symbols
|
|
|
|
* tests/Makefile.am: changed accordingly.
|
|
|
|
|
2005-09-22 14:46:23 +00:00
|
|
|
2005-09-22 Matthias Clasen <mclasen@redhat.com>
|
|
|
|
|
|
|
|
* gtk/gtkwidget.c (gtk_widget_class_init): Fix the documentation
|
|
|
|
for the grab-broken-event signal, noticed by Damon Chaplin.
|
|
|
|
|
2005-09-20 23:08:18 +00:00
|
|
|
2005-09-21 Tor Lillqvist <tml@novell.com>
|
|
|
|
|
|
|
|
* gdk/win32/gdkselection-win32.c (gdk_selection_convert,
|
|
|
|
gdk_text_property_to_text_list_for_display,
|
|
|
|
gdk_text_property_to_utf8_list_for_display,
|
|
|
|
gdk_win32_selection_add_targets,
|
|
|
|
_gdk_win32_selection_convert_to_dib): Free return value from
|
|
|
|
gdk_atom_name().
|
|
|
|
(gdk_text_property_to_text_list_for_display): Drop GError variable
|
|
|
|
that isn't actually used after being set.
|
|
|
|
|
2005-09-20 15:20:11 +00:00
|
|
|
2005-09-20 Johan Dahlin <jdahlin@async.com.br>
|
|
|
|
|
|
|
|
* gtk/gtkentry.c (gtk_entry_set_completion): Mention NULL in
|
|
|
|
documentation.
|
|
|
|
|
2005-09-20 07:59:19 +00:00
|
|
|
2005-09-20 Tor Lillqvist <tml@novell.com>
|
|
|
|
|
|
|
|
* gdk/win32/gdkselection-win32.c
|
|
|
|
(gdk_selection_owner_get_for_display): Do return the correct owner
|
|
|
|
for CLIPBOARD (i.e., the owner of the Windows Clipboard, if it is
|
|
|
|
a window GDK knows about). The reason to return NULL seems to have
|
|
|
|
gone when in the fix for bug #163702 the artificial
|
|
|
|
GDK_SELECTION_CLEAR event generation was removed from
|
|
|
|
gdk_selection_send_notify_for_display(). Fixes bug #316552.
|
|
|
|
|
2005-09-20 05:28:34 +00:00
|
|
|
2005-09-20 Matthias Clasen <mclasen@redhat.com>
|
|
|
|
|
|
|
|
Avoid unnecessary XkbGetState() calls and XkbStateNotify
|
|
|
|
events. (#151555, Søren Sandmann)
|
|
|
|
|
|
|
|
* gdk/x11/gdkdisplay-x11.c (gdk_display_open): Use
|
|
|
|
XkbSelectEventDetails() to select XkbStateNotify events
|
|
|
|
for only the state we care about.
|
|
|
|
|
|
|
|
* gdk/x11/gdkprivate-x11.h:
|
|
|
|
* gdk/x11/gdkkeys-x11.c (_gdk_keymap_state_changed): Pass
|
|
|
|
the event into the function and update the keymap state from
|
|
|
|
the state information contained in the event. Adjust all callers.
|
|
|
|
|
2005-09-19 18:36:04 +00:00
|
|
|
2005-09-19 Matthias Clasen <mclasen@redhat.com>
|
|
|
|
|
|
|
|
* gtk/gtkiconview.c: Use g_list_nth_data() instead of g_list_nth()->data
|
|
|
|
in multiple places to avoid segfaults if the index is out of range.
|
|
|
|
(#316422, Guillaume Cottenceau)
|
2005-09-19 18:56:55 +00:00
|
|
|
(gtk_icon_view_set_drag_dest_item):
|
2005-09-19 18:55:02 +00:00
|
|
|
(gtk_icon_view_scroll_to_path): Fix a typo in the docs. (#316419,
|
2005-09-19 18:56:55 +00:00
|
|
|
#316424, Guillaume Cottenceau)
|
2005-09-19 18:36:04 +00:00
|
|
|
|
2005-09-18 21:36:05 +00:00
|
|
|
2005-09-18 Hans Breuer <hans@breuer.org>
|
|
|
|
|
|
|
|
* gtk/gtktrayicon-win32.c : now handling events by hard-coded
|
|
|
|
g_signal_emit_by_name() - will break when gtkstatusicon.c changes.
|
|
|
|
|
2005-09-18 17:46:55 +00:00
|
|
|
2005-09-18 Hans Breuer <hans@breuer.org>
|
|
|
|
|
|
|
|
* gdk/gdk.symbols gdk/win32/gdkwin32.h gdk/win32/gdkcursorwin32.c : export
|
|
|
|
_gdk_win32_pixbuf_to_hicon() as gdk_win32_pixbuf_to_hicon_libgtk_only()
|
|
|
|
* gtk/gtktrayicon-win32.c : a lot of debug spew but it has started to show
|
|
|
|
the icon and is blinking with teststatusicon. More to come ...
|
|
|
|
|
2005-09-18 12:28:42 +00:00
|
|
|
2005-09-18 Hans Breuer <hans@breuer.org>
|
|
|
|
|
|
|
|
* gtk/makefile.msc.in : fix typo for GTK_VER; define HAVE_CONFIG_H
|
|
|
|
cause gtkprogressbar.c has #include <config.h> conditionally; less
|
|
|
|
noise from generated gtk.def
|
|
|
|
* gtk/stock-icons/makefile.msc gdk/makefile.msc tests/makefile.msc : updated
|
|
|
|
|
|
|
|
* gtk/gtktrayicon-win32.c : dummy implmentation to make gtk compile.
|
|
|
|
For me it works as well as the *NIX implemenation, that is not at all.
|
|
|
|
|
|
|
|
* gdk/win32/gdkproperty-win32.c : implement gdk_atom_intern_static_string()
|
|
|
|
|
|
|
|
* gdk/win32/gdkwindow-win32.c(gdk_window_set_urgency_hint) : only use
|
|
|
|
only use (WINVER >= 0x0500) when available from the SDK. Otherwise fall
|
|
|
|
back to true dynamic linking of FlashWindowEx. Makes gtk+ work on NT4.0
|
|
|
|
again - if compiled properly.
|
|
|
|
|
|
|
|
* tests/teststatusicon.c : don't use GNOME icons for testing, but icons
|
|
|
|
already coming with Gtk+. Makes it compile on win32.
|
|
|
|
|
2005-09-18 05:08:09 +00:00
|
|
|
2005-09-18 Guilherme de S. Pastore <gpastore@cvs.gnome.org>
|
|
|
|
|
|
|
|
* README.cvs-commits: fixed some tiny typos
|
|
|
|
|
2005-09-15 22:14:03 +00:00
|
|
|
2005-09-16 Tor Lillqvist <tml@novell.com>
|
|
|
|
|
|
|
|
* modules/engines/ms-windows/msw_style.c (draw_extension,
|
|
|
|
draw_box_gap): Check whether the widget actually is a GtkNotebook
|
|
|
|
before treating it as such. Drop some unneeded local variables,
|
|
|
|
use parameter with same information instead. (#316412)
|
|
|
|
|
2005-09-15 21:51:31 +00:00
|
|
|
2005-09-15 Federico Mena Quintero <federico@ximian.com>
|
|
|
|
|
|
|
|
* tests/autotestfilechooser.c: Start a set of automated tests for
|
|
|
|
the file chooser. The only test in there right now doesn't pass
|
|
|
|
yet. It specifies the intended behavior of the first optimization
|
|
|
|
of a series which I'll do on the file chooser (see
|
|
|
|
http://primates.ximian.com/~federico/news-2005-09.html#14 for the
|
|
|
|
details of this optimization).
|
|
|
|
|
|
|
|
* tests/Makefile.am: Added autotestfilechooser.c.
|
|
|
|
|
|
|
|
* gtk/gtkfilechooserprivate.h (struct
|
|
|
|
_GtkFileChooserDialogPrivate): Move all the file chooser's private
|
|
|
|
structures to here, so that they can be accessed by
|
|
|
|
tests/autotestfilechooser.c: _GtkFileChooserDialogPrivate,
|
|
|
|
_GtkFileChooserWidgetPrivate, LoadState, _GtkFileChooserDefault.
|
|
|
|
|
|
|
|
* gtk/gtkfilechooserdialog.c: See above.
|
|
|
|
|
|
|
|
* gtk/gtkfilechooserwidget.c: See above.
|
|
|
|
|
|
|
|
* gtk/gtkfilechooserdefault.c: See above.
|
|
|
|
|
2005-09-15 13:31:33 +00:00
|
|
|
Thu Sep 15 15:27:55 2005 Tim Janik <timj@imendio.com>
|
|
|
|
|
|
|
|
* gtk/gtkwindow.c:
|
|
|
|
gtk_window_map_event(): new function to work around lost unmap requests.
|
|
|
|
fixes bug #316180.
|
|
|
|
|
2005-09-15 00:59:16 +00:00
|
|
|
2005-09-14 Federico Mena Quintero <federico@ximian.com>
|
|
|
|
|
|
|
|
* gtk/gtkfilechooserdefault.c (gtk_file_chooser_default_init): Add
|
|
|
|
an easy-to-find profiling marker when starting to create a file
|
|
|
|
chooser.
|
|
|
|
(browse_files_model_finished_loading_cb): Likewise, for when the
|
|
|
|
chooser is finished loading.
|
|
|
|
|
2005-09-14 04:48:38 +00:00
|
|
|
2005-09-14 Tristan Van Berkom <tvb@cvs.gnome.org>
|
|
|
|
|
2005-09-30 14:57:02 +00:00
|
|
|
* gtk/gtkcolorbutton.c: Check "color" argument in
|
|
|
|
gtk_color_button_set_color ()
|
2005-09-14 04:48:38 +00:00
|
|
|
|
2005-09-14 03:11:05 +00:00
|
|
|
2005-09-14 Matthias Clasen <mclasen@redhat.com>
|
|
|
|
|
2005-09-14 04:31:23 +00:00
|
|
|
* gtk/gtklabel.c (gtk_label_get_type):
|
|
|
|
* gtk/gtkbutton.c (gtk_button_get_type):
|
|
|
|
* gtk/gtkwindow.c (gtk_window_group_get_type): No point in
|
|
|
|
using a mem chunk for window groups, buttons, labels.
|
|
|
|
|
2005-09-14 03:11:05 +00:00
|
|
|
* gtk/updateiconcache.c (foreach_remove_func): Fix
|
|
|
|
a use-after-free bug. (#316256, Alexander Nedotsukov)
|
|
|
|
|
2005-09-13 19:14:51 +00:00
|
|
|
2005-09-13 Matthias Clasen <mclasen@redhat.com>
|
|
|
|
|
2005-09-13 19:57:42 +00:00
|
|
|
* gtk/*.c: Various cleanups. (#315360, Kjartan Maraas)
|
|
|
|
|
2005-09-13 19:14:51 +00:00
|
|
|
* gdk/*.c: Various cleanups. (#315359, Kjartan Maraas)
|
|
|
|
|
2005-09-13 13:33:01 +00:00
|
|
|
2005-09-13 Matthias Clasen <mclasen@redhat.com>
|
|
|
|
|
2005-09-13 18:50:39 +00:00
|
|
|
* gtk/gtkimcontextsimple.c (gtk_im_context_simple_filter_keypress):
|
|
|
|
Let GDK_Return pass through in some more cases.
|
|
|
|
|
|
|
|
* gtk/gtkentry.c (gtk_entry_key_press): Reset the im context before
|
|
|
|
activating the entry.
|
|
|
|
|
2005-09-13 17:53:21 +00:00
|
|
|
* gtk/gtkiconview.c (gtk_icon_view_class_init):
|
|
|
|
(gtk_icon_view_get_dest_item_at_pos): Fix typos in the
|
|
|
|
docs. (#316008, #316027, #316121, Guillaume Cottenceau)
|
|
|
|
|
2005-09-13 17:31:32 +00:00
|
|
|
* gtk/gtkfilechooser.c (gtk_file_chooser_class_init): Add some docs.
|
|
|
|
(#316001, Guillaume Cottenceau)
|
|
|
|
|
2005-09-13 17:18:01 +00:00
|
|
|
* gtk/gtkdnd.c (gtk_drag_set_icon_name): Fix a copy-and-paste
|
|
|
|
mistake in the docs. (#315993, Guillaume Cottenceau)
|
|
|
|
|
2005-09-13 15:08:43 +00:00
|
|
|
* tests/testentrycompletion.c (create_simple_completion_model): Add
|
|
|
|
some strings containing multibyte characters.
|
|
|
|
|
|
|
|
* gtk/gtkentrycompletion.c (gtk_entry_completion_real_insert_prefix):
|
|
|
|
Fix prefix insertion for multibyte characters. (#316095,
|
|
|
|
Tommi Komulainen)
|
|
|
|
|
2005-09-13 13:33:01 +00:00
|
|
|
* gtk/gtktreeview.c (gtk_tree_view_create_row_drag_icon):
|
|
|
|
* gtk/gtkiconview.c (gtk_icon_view_create_drag_icon): Silently
|
|
|
|
return NULL if the widget is not realized. (#316023,
|
|
|
|
Guillaume Cottenceau)
|
|
|
|
|
2005-09-11 05:39:45 +00:00
|
|
|
2005-09-11 Matthias Clasen <mclasen@redhat.com>
|
|
|
|
|
|
|
|
* gdk/gdk.symbols:
|
|
|
|
* gdk/gdkproperty.h:
|
|
|
|
* gdk/x11/gdkproperty-x11.c (gdk_atom_intern_static_string):
|
|
|
|
New function to avoid pointless strdups when creating atoms
|
|
|
|
from static strings.
|
|
|
|
|
2005-09-11 05:48:27 +00:00
|
|
|
* gdk/x11/*.c:
|
|
|
|
* gtk/*.c: Use gdk_atom_intern_static_string() where
|
|
|
|
appropriate.
|
2005-09-11 05:39:45 +00:00
|
|
|
|
2005-09-10 01:51:07 +00:00
|
|
|
2005-09-09 Matthias Clasen <mclasen@redhat.com>
|
|
|
|
|
|
|
|
* gtk/gtkcellrendererkeys.h:
|
|
|
|
* gtk/gtkcellrendererkeys.c: Add a cell renderer for displaying
|
|
|
|
and editing accelerators, a port of EggCellRendererKeys .
|
|
|
|
|
|
|
|
* gtk/gtk.symbols:
|
|
|
|
* gtk/gtk.h:
|
|
|
|
* gtk/Makefile.am: Add the keys cell renderer.
|
|
|
|
|
|
|
|
* tests/Makefile.am:
|
|
|
|
* tests/testkeys.c: Test GtkCellRendererKeys
|
|
|
|
|
2005-09-09 22:50:15 +00:00
|
|
|
2005-09-09 Matthias Clasen <mclasen@redhat.com>
|
|
|
|
|
|
|
|
Make it possible to determine if a key event is for a
|
|
|
|
modifier key:
|
|
|
|
|
|
|
|
* gdk/x11/gdkprivate-x11.h:
|
|
|
|
* gdk/x11/gdkkeys-x11.c (_gdk_keymap_key_is_modifier):
|
|
|
|
New function to determine if a keycode is mapped to a modifier.
|
|
|
|
(get_xkb): Get the modmap.
|
|
|
|
|
|
|
|
* gdk/x11/gdkevents-x11.c (translate_key_event): Set the
|
|
|
|
is_modifier bit by calling _gdk_keymap_key_is_modifier().
|
|
|
|
|
|
|
|
* gdk/gdkevents.h (struct _GdkEventKey): Add an is_modifier
|
|
|
|
bit.
|
|
|
|
|
|
|
|
2005-09-09 Matthias Clasen <mclasen@redhat.com>
|
|
|
|
|
|
|
|
* gdk/gdkpixbuf-drawable.c (convert_real_slow): Remove an
|
|
|
|
unused variable, noticed by Kjartan Maraas.
|
|
|
|
|
2005-09-09 21:21:12 +00:00
|
|
|
2005-09-09 Matthias Clasen <mclasen@redhat.com>
|
|
|
|
|
|
|
|
* gtk/gtktreeviewcolumn.c (gtk_tree_view_column_button_event):
|
|
|
|
Make drag reordering work properly for columns other than the
|
|
|
|
first. (#315054, Dan Winship)
|
|
|
|
|
2005-09-09 19:01:02 +00:00
|
|
|
* gtk/gtkfontsel.c (gtk_font_selection_set_font_name): Handle
|
|
|
|
invalid fontnames better. (#136926, Michael R. Walton)
|
|
|
|
|
2005-09-09 18:34:43 +00:00
|
|
|
Stop cursor blinking in non-editable regions of a text view.
|
|
|
|
(#311508, Torbjörn Andersson)
|
2005-09-09 18:19:48 +00:00
|
|
|
|
2005-09-09 18:34:43 +00:00
|
|
|
* gtk/gtktextview.c (gtk_text_view_check_cursor_blink):
|
|
|
|
(cursor_blinks): Take editability into account when deciding
|
|
|
|
whether the cursor blinks.
|
|
|
|
(gtk_text_view_button_release_event):
|
|
|
|
(gtk_text_view_move_cursor_internal): Update cursor blinking here.
|
|
|
|
|
|
|
|
* gtk/gtkcellrenderertext.c (gtk_cell_renderer_text_start_editing):
|
|
|
|
Use connect_after to connect to the focus_out event. This
|
|
|
|
ensures that the entry has already stopped blinking by the time
|
|
|
|
we emit the edited signal. (#315229, Thomas Leonard)
|
|
|
|
|
2005-09-09 18:19:48 +00:00
|
|
|
* tests/testgtk.c: Use GDK_MOD1_MASK, not GDK_ALT_MASK.
|
2005-09-09 17:26:14 +00:00
|
|
|
|
2005-09-09 17:48:00 +00:00
|
|
|
* gtk/gtkwindow.c (gtk_window_parse_geometry): Don't set
|
|
|
|
unsigned ints to -1. (#315481, Kjartan Maraas)
|
|
|
|
|
2005-09-09 17:26:14 +00:00
|
|
|
* gtk/gtkcalendar.c (gtk_calendar_init): first_weekday is relative
|
|
|
|
to week_1stday, not to Sunday. Gotta love the ISO 14652 guys...
|
|
|
|
(#314473, Stanislav Brabec)
|
|
|
|
|
2005-09-09 16:21:15 +00:00
|
|
|
2005-09-09 Matthias Clasen <mclasen@redhat.com>
|
|
|
|
|
2005-09-09 16:24:49 +00:00
|
|
|
* gtk/gtktreeview.c (gtk_tree_view_get_visible_range): Document
|
|
|
|
memory handling. (#314975, Torsten Schoenfeld)
|
|
|
|
|
2005-09-09 16:21:15 +00:00
|
|
|
* gtk/gtkiconview.c (gtk_icon_view_class_init):
|
|
|
|
* gtk/gtkfilesel.c (gtk_file_selection_class_init):
|
|
|
|
* gtk/gtkcombobox.c (gtk_combo_box_class_init):
|
|
|
|
* gtk/gtklabel.c (gtk_label_class_init):
|
|
|
|
* gtk/gtkcellrenderertext.c (gtk_cell_renderer_text_class_init):
|
|
|
|
Stylistic improvements and clarifications for some blurbs.
|
|
|
|
(#315520, Clytie Siddall)
|
|
|
|
|
2005-09-08 22:45:40 +00:00
|
|
|
2005-09-09 Tor Lillqvist <tml@novell.com>
|
|
|
|
|
|
|
|
* gdk/win32/gdkdisplay-win32.c (gdk_display_get_name): Cache the
|
|
|
|
display name. There is only one GdkDisplay on Win32, and
|
|
|
|
constructing the display name isn't entirely trivial, so cacheing
|
|
|
|
is probably worth it. For instance GIMP calls this function a lot.
|
|
|
|
(gdk_display_open): Call gdk_display_get_name() to prime the
|
|
|
|
cached name.
|
|
|
|
(gdk_display_get_n_screens, gdk_display_get_screen,
|
|
|
|
gdk_display_get_default_screen): Verify parameter correctness like
|
|
|
|
the X11 backend does.
|
|
|
|
|
|
|
|
* gdk/win32/gdkscreen-win32.c (gdk_screen_make_display_name):
|
|
|
|
Return a freshly allocated string, as the API specifies. Fixes a
|
|
|
|
heap corruption problem that caused random errors and crashes in
|
|
|
|
GIMP, for instance.
|
|
|
|
|
2005-09-07 17:02:47 +00:00
|
|
|
2005-09-07 Matthias Clasen <mclasen@redhat.com>
|
|
|
|
|
|
|
|
* gtk/gtkimcontextsimple.c (gtk_im_context_simple_filter_keypress):
|
|
|
|
Make C-u commit and restart hex input if we are already in a
|
|
|
|
hex sequence.
|
|
|
|
|
2005-09-06 17:56:01 +00:00
|
|
|
2005-09-06 Matthias Clasen <mclasen@redhat.com>
|
|
|
|
|
2005-09-07 01:31:23 +00:00
|
|
|
* gdk/x11/gdkkeys-x11.c (update_modmap): Make the modmap reflexive.
|
|
|
|
(_gdk_keymap_add_virtual_modifiers): Don't add both Alt and Meta
|
|
|
|
if they are mapped to the same modifier.
|
|
|
|
|
2005-09-06 20:17:48 +00:00
|
|
|
* gtk/Makefile.am: Rename gtkstatusicon-x11.c and gtktrayicon.c
|
|
|
|
to gtkstatusicon.c and gtktrayicon-x11.c
|
|
|
|
|
2005-09-06 19:52:50 +00:00
|
|
|
* gtk/gtkaccelgroup.c: Include Super, Hyper and Meta in the
|
|
|
|
default accel mod mask.
|
|
|
|
|
2005-09-06 19:25:47 +00:00
|
|
|
* gtk/gtkaccelgroup.c (gtk_accelerator_parse):
|
|
|
|
* gtk/gtkaccellabel.c (_gtk_accel_label_class_get_accelerator_label):
|
|
|
|
Don't use GDK_ALT_MASK.
|
|
|
|
|
|
|
|
* gdk/gdktypes.h: No need to introduce GDK_ALT_MASK
|
|
|
|
|
|
|
|
2005-09-06 Matthias Clasen <mclasen@redhat.com>
|
|
|
|
|
|
|
|
Add support for extra virtual modifiers: (#85780, Owen Taylor)
|
|
|
|
|
2005-09-06 18:13:56 +00:00
|
|
|
* tests/testgtk.c (create_key_lookup): Add tests for extra virtual
|
|
|
|
modifiers.
|
|
|
|
|
|
|
|
* gtk/gtkkeyhash.c (_gtk_key_hash_lookup): Try to match both against
|
|
|
|
Mod2 - Mod5 and against Super, Hyper, Meta.
|
|
|
|
|
|
|
|
* gtk/gtkaccellabel.c (_gtk_accel_label_class_get_accelerator_label):
|
|
|
|
* gtk/gtkaccelgroup.c (gtk_accelerator_parse)
|
|
|
|
(gtk_accelerator_name): Support Super, Hyper Meta and Mod2 - Mod5.
|
|
|
|
|
2005-09-06 17:56:01 +00:00
|
|
|
* gdk/x11/gdkkeys-x11.c (struct _GdkKeymapX11): Add a
|
|
|
|
modmap to maintain the information which X modifiers map to
|
|
|
|
virtual modifiers.
|
|
|
|
(get_xkb): Set up the modmap from the XKB tables.
|
|
|
|
(update_keymaps): Set up the modmap from the information returned
|
|
|
|
by XGetModifierMapping in the non-XKB case.
|
|
|
|
|
|
|
|
* gdk/x11/gdkprivate-x11.h:
|
|
|
|
* gdk/x11/gdkkeys-x11.c (_gdk_keymap_add_virtual_modifiers): New
|
|
|
|
function to set the virtual modifiers in the state.
|
|
|
|
|
|
|
|
* gdk/x11/gdkevents-x11.c (translate_key_event): Call
|
|
|
|
_gdk_keymap_add_virtual_modifiers here.
|
|
|
|
|
|
|
|
* gdk/gdktypes.h (GdkModifierType): Add bits for virtual Super,
|
|
|
|
Hyper and Meta modifiers. Also add GDK_ALT_MASK as an alias
|
|
|
|
for GDK_MOD1_MASK.
|
|
|
|
|
2005-09-05 18:44:29 +00:00
|
|
|
2005-09-05 Matthias Clasen <mclasen@redhat.com>
|
|
|
|
|
|
|
|
* gtk/gtkaction.c (connect_proxy): Set the label of a button
|
|
|
|
if it has no child. (#315253, John Finlay)
|
|
|
|
|
2005-09-03 03:29:04 +00:00
|
|
|
2005-09-02 Matthias Clasen <mclasen@redhat.com>
|
|
|
|
|
|
|
|
* gtkimcontextsimple.h: Add a modifiers_dropped bit
|
|
|
|
|
2005-09-02 18:14:59 +00:00
|
|
|
2005-09-02 Matthias Clasen <mclasen@redhat.com>
|
|
|
|
|
2005-09-02 19:48:53 +00:00
|
|
|
* gtk/gtkentry.c (gtk_entry_destroy): Disconnect idle handlers
|
|
|
|
on destroy to avoid problems when they are called on a destroyed
|
|
|
|
widget. (#315135, John Cupitt)
|
|
|
|
|
|
|
|
* gtk/gtkentry.c (gtk_entry_class_init):
|
2005-09-02 18:23:10 +00:00
|
|
|
* gtk/gtktextview.c (gtk_text_view_class_init): Add bindings
|
|
|
|
for Ctrl-Shift-A to unselect all. (#309301, Kathy Fernandes)
|
|
|
|
|
2005-09-02 18:14:59 +00:00
|
|
|
* gtk/gtkimcontextsimple.c: Rework the Unicode hex input
|
|
|
|
code. Now we only steal a single key combination, Ctrl-Shift-U,
|
|
|
|
instead of sixteen.
|
|
|
|
A hex Unicode sequence must be started with Ctrl-Shift-U, followed
|
|
|
|
by a sequence of hex digits entered with Ctrl-Shift still held.
|
|
|
|
Releasing one of the modifiers or pressing space while the modifiers
|
|
|
|
are still held commits the character. It is possible to erase
|
|
|
|
digits using backspace.
|
|
|
|
As an extension to the above, we also allow to start the sequence
|
|
|
|
with Ctrl-Shift-U, then release the modifiers before typing any
|
|
|
|
digits, and enter the digits without modifiers.
|
|
|
|
(#82011, Owen Taylor)
|
|
|
|
|
2005-09-02 17:15:47 +00:00
|
|
|
2005-09-02 Matthias Clasen <mclasen@redhat.com>
|
|
|
|
|
2005-09-02 17:29:38 +00:00
|
|
|
* gtk/gtkmain.c (gtk_get_event_widget): If the window is destroyed,
|
|
|
|
we still need to deliver the destroy event. (#314980, Chris Lahey)
|
|
|
|
|
2005-09-02 17:15:47 +00:00
|
|
|
* gtk/gtktextview.c (gtk_text_view_key_press_event): Reset
|
|
|
|
im context before committing \n or \t.
|
|
|
|
|
2005-09-02 13:33:06 +00:00
|
|
|
2005-09-02 Alexander Larsson <alexl@redhat.com>
|
|
|
|
|
|
|
|
* gtk/gtkfilechooserdefault.c: (shortcuts_add_volumes),
|
|
|
|
(shortcuts_activate_volume):
|
|
|
|
Handle base_path being null in the rest of the cases (#310270)
|
|
|
|
|
2005-09-02 01:54:45 +00:00
|
|
|
2005-09-02 Tor Lillqvist <tml@novell.com>
|
|
|
|
|
|
|
|
* gdk/win32/gdkevents-win32.c (gdk_event_translate): Keep track of
|
|
|
|
cursor position also in root window coordinates. Prune out
|
|
|
|
superfluous WM_MOUSEMOVE events even earlier, based on root window
|
|
|
|
coordinates. Windows sends WM_MOUSEMOVE messages after a new
|
|
|
|
window has ben mapped below the cursor even if the mouse doesn't
|
|
|
|
move. We used to generate GDK_MOTION_NOTIFY in these cases. This
|
|
|
|
confused at least gtk_menu_motion_notify(). (#314995)
|
|
|
|
|
|
|
|
* gtk/gtkintl.h: No need to include config.h here. It caused
|
|
|
|
warnings about GTK_LOCALEDIR being redefined on Win32 when
|
|
|
|
compiling files where gtkintl.h is included after gtkprivate.h
|
|
|
|
(which #undefines and re-#defines GTK_LOCALEDIR on Win32).
|
|
|
|
|
|
|
|
* gtk/gtkplug.c: Include config.h.
|
|
|
|
|
2005-09-01 05:11:46 +00:00
|
|
|
2005-09-01 Matthias Clasen <mclasen@redhat.com>
|
|
|
|
|
2005-09-01 14:42:02 +00:00
|
|
|
* gtk/gtkfilesystemunix.c: Pass statbufs down to
|
|
|
|
xdg_mime_get_mime_type_for_file() where possible, to avoid
|
|
|
|
useless re-stating.
|
|
|
|
|
2005-09-01 13:10:55 +00:00
|
|
|
* gtk/gtkaction.c (gtk_action_get_accel_closure): Fix doc
|
|
|
|
typo. (#314921, Guillaume Cottenceau)
|
|
|
|
|
2005-09-01 05:11:46 +00:00
|
|
|
* gdk/*.c: Intern some more strings.
|
|
|
|
* gtk/gtkintl.h:
|
|
|
|
* gtk/*.c: Define an I_() macro and use it instead of the
|
|
|
|
bulky g_intern_static_string().
|
|
|
|
|
2005-08-31 15:14:26 +00:00
|
|
|
2005-08-31 Matthias Clasen <mclasen@redhat.com>
|
2005-09-01 05:11:46 +00:00
|
|
|
|
|
|
|
* gtk/gtkbindings.c (binding_signal_new): Intern the signal name
|
|
|
|
instead of copying it.
|
|
|
|
|
|
|
|
* gtk/gtktypeutils.c (gtk_identifier_get_type): Some more string interning.
|
|
|
|
|
2005-08-31 17:58:55 +00:00
|
|
|
* gtk/*.c: Also intern static strings passed to
|
|
|
|
g_object_set_data().
|
2005-08-31 15:14:26 +00:00
|
|
|
|
2005-08-31 16:53:43 +00:00
|
|
|
* gdk/Makefile.am:
|
|
|
|
* gtk/Makefile.am: Intern type names in code generated by
|
|
|
|
glib-mkenums, too.
|
|
|
|
|
|
|
|
* gtk/*.c:
|
|
|
|
* gdk/x11/*.c:
|
|
|
|
* gdk/*.c: Intern type names before registering the type to avoid
|
|
|
|
unnecessary copies.
|
2005-08-31 15:14:26 +00:00
|
|
|
|
|
|
|
* configure.in: Require GLib 2.9.0
|
|
|
|
|
2005-08-31 04:01:40 +00:00
|
|
|
2005-08-31 Matthias Clasen <mclasen@redhat.com>
|
|
|
|
|
2005-08-31 05:19:56 +00:00
|
|
|
* gtk/gtktoolbar.c: Undeprecate gtk_toolbar_set_icon_size(),
|
|
|
|
and add icon-size and icon-size-set properties. (#314172)
|
|
|
|
|
2005-08-31 04:41:45 +00:00
|
|
|
* gtk/gtkwindow.c (gtk_window_set_transient_for): Inherit window
|
|
|
|
groups across transient parents. (#312918, Christian Persch)
|
|
|
|
|
2005-08-31 04:17:46 +00:00
|
|
|
* gtk/gtktreemodel.c: Some documentation fixes. (#314882,
|
|
|
|
Guillaume Cottenceau)
|
|
|
|
|
2005-08-31 04:01:40 +00:00
|
|
|
* gtk/gtktextiter.c (gtk_text_iter_backward_visible_cursor_positions):
|
|
|
|
Fix a typo in the docs. (#314878, Guillaume Cottenceau)
|
|
|
|
|
2005-08-30 14:11:50 +00:00
|
|
|
2005-08-30 Matthias Clasen <mclasen@redhat.com>
|
|
|
|
|
2005-08-30 18:38:17 +00:00
|
|
|
* gtk/gtkentry.c (gtk_entry_class_init): Add key bindings to
|
|
|
|
make C-/ select all and C-\ unselect all. (#309301,
|
|
|
|
Kathy Fernandez)
|
|
|
|
|
2005-08-30 17:29:28 +00:00
|
|
|
* gtk/gtkimcontextsimple.c: Change the compose sequence for
|
|
|
|
soft hyphen to be multi_key-minus-minus-space, and add
|
|
|
|
compose sequences multi_key-minus-minus-period and
|
|
|
|
multi_key-minus-minus-minus for en dash and em dash.
|
|
|
|
(#172653, Christian Lohmaier)
|
|
|
|
|
2005-08-30 16:09:03 +00:00
|
|
|
* gtk/gtkentry.c (gtk_entry_draw_frame): Fix some unused
|
|
|
|
code. (#313946, Christian Persch)
|
|
|
|
|
2005-08-30 14:11:50 +00:00
|
|
|
* gtk/gtkuimanager.c (gtk_ui_manager_class_init): Another
|
|
|
|
fix for the default value of the "ui" property.
|
|
|
|
|
2005-08-30 04:46:09 +00:00
|
|
|
2005-08-30 Matthias Clasen <mclasen@redhat.com>
|
|
|
|
|
2005-08-30 05:08:35 +00:00
|
|
|
* gtk/gtk.symbols:
|
|
|
|
* gtk/gtkselection.h:
|
2005-08-30 05:42:37 +00:00
|
|
|
* gtk/gtkselection.c: Add functions which look for text, image
|
|
|
|
or uri targets in an array of atoms. (#314089, Mark Wielaard)
|
|
|
|
|
|
|
|
* gtk/gtk.symbols:
|
|
|
|
* gtk/gtkselection.h:
|
2005-08-30 05:08:35 +00:00
|
|
|
* gtk/gtkselection.c (gtk_selection_data_targets_include_uri):
|
|
|
|
Add a function to check wether targets include uri.
|
|
|
|
(#314092, Mark Wielaard)
|
|
|
|
|
2005-08-30 04:46:09 +00:00
|
|
|
* gtk/gtk.symbols:
|
|
|
|
* gtk/gtkwindow.h:
|
|
|
|
* gtk/gtkwindow.c: Add a deletable property with getter
|
|
|
|
and setter, to control the close button in the window
|
|
|
|
frame. (#59718, Havoc Pennington)
|
|
|
|
|
2005-08-29 17:47:10 +00:00
|
|
|
2005-08-29 Matthias Clasen <mclasen@redhat.com>
|
|
|
|
|
2005-08-30 03:52:56 +00:00
|
|
|
* gtk/gtkrc.key.emacs: Add C-n/C-p/C-f/C-b as alternatives
|
|
|
|
to the arrow keys for menu navigation. (#162825, Carl Worth)
|
|
|
|
|
2005-08-29 23:52:32 +00:00
|
|
|
* gtk/gtkentry.c, gtk/gtktextview.c: More typo fixes
|
|
|
|
|
2005-08-29 23:48:49 +00:00
|
|
|
* gtk/gtksocket-x11.c, gtk/gtkstatusicon-x11.c: Fix typos.
|
|
|
|
|
2005-08-29 20:06:16 +00:00
|
|
|
* gtk/gtkstatusicon-x11.c (gtk_status_icon_new_from_stock):
|
|
|
|
* gtk/gtkimage.c (gtk_image_new_from_stock): Don't
|
|
|
|
refer to nonexisting stock ids.
|
|
|
|
|
2005-08-29 20:01:28 +00:00
|
|
|
* gtk/gtktextview.c (popup_targets_received):
|
|
|
|
* gtk/gtkentry.c (popup_targets_received): Construct
|
|
|
|
the "Select All" menuitem from stock.
|
|
|
|
|
|
|
|
* gtk/stock-icons/stock_select_all_{16,24}.png:
|
|
|
|
* gtk/stock-icons/Makefile.am:
|
|
|
|
* gtk/gtkiconfactory.c:
|
|
|
|
* gtk/gtkstock.h:
|
|
|
|
* gtk/gtkstock.c: Add a "Select All" stock item. (#78545,
|
|
|
|
Calum Benson)
|
|
|
|
|
2005-08-29 19:15:24 +00:00
|
|
|
* gtk/gtktrayicon.c: Add a pointer to the spec.
|
|
|
|
|
2005-08-29 19:01:42 +00:00
|
|
|
* gtk/gtkstatusicon-x11.c: Add docs.
|
|
|
|
|
|
|
|
* gtk/gtkstatusicon.h: Fix a typo.
|
|
|
|
|
2005-08-29 17:47:10 +00:00
|
|
|
Add a cross-platform "tray icon" API, by
|
|
|
|
porting EggStatusIcon/EggTrayIcon (#105101)
|
|
|
|
|
|
|
|
* gtk/gtkstatusicon.h: A GtkStatusIcon is an object which
|
|
|
|
displays an icon in a notification area.
|
|
|
|
|
|
|
|
* gtk/gtkstatusicon-x11.c: GtkStatusIcon implementation for
|
|
|
|
X11, using GtkTrayIcon.
|
|
|
|
|
|
|
|
* gtk/gtktrayicon.h:
|
|
|
|
* gtk/gtktrayicon.c: An implementation of the freedesktop.org
|
|
|
|
system tray specification, not public API.
|
|
|
|
|
|
|
|
* gtk/gtk.symbols: Add new exported functions.
|
|
|
|
|
|
|
|
* gtk/gtk.h: Include gtkstatusicon.h.
|
|
|
|
|
|
|
|
* gtk/Makefile.am: Add new files.
|
|
|
|
|
|
|
|
* tests/Makefile.am:
|
|
|
|
* tests/teststatusicon.c: Test for GtkStatusIcon.
|
|
|
|
|
2005-08-29 17:37:53 +00:00
|
|
|
2005-08-29 Christopher Aillon <caillon@redhat.com>
|
|
|
|
|
|
|
|
* gtk/gtkstock.c: Add builtin GtkStockItems for GTK_STOCK_CONNECT
|
|
|
|
and GTK_STOCK_DISCONNECT
|
2005-08-29 17:47:10 +00:00
|
|
|
|
2005-08-29 14:53:45 +00:00
|
|
|
2005-08-29 Matthias Clasen <mclasen@redhat.com>
|
|
|
|
|
2005-08-29 17:18:12 +00:00
|
|
|
* gtk/gtksocket-x11.c (_gtk_socket_windowing_embed_notify):
|
|
|
|
Use XFixesChangeSaveSet if available. (#314682)
|
|
|
|
|
2005-08-29 14:53:45 +00:00
|
|
|
* gtk/gtkmenu.c (gtk_menu_grab_notify): Only cancel if the menu
|
|
|
|
was active. (#314298, Christian Persch, analysis by Mark McLoughlin)
|
|
|
|
|
2005-08-29 04:38:52 +00:00
|
|
|
2005-08-29 Matthias Clasen <mclasen@redhat.com>
|
|
|
|
|
2005-08-29 05:06:18 +00:00
|
|
|
* gtk/gtkiconcache.c (_gtk_icon_cache_get_icon): Remove an
|
|
|
|
accidentally leftover duplicate pixbuf creation. (#314700,
|
|
|
|
Kjartan Maraas)
|
|
|
|
|
2005-08-29 04:48:19 +00:00
|
|
|
* gtk/gtksettings.c (settings_update_cursor_theme): Don't
|
|
|
|
leak the cursor theme name. (#314693, Kjartan Maraas)
|
|
|
|
|
2005-08-29 04:38:52 +00:00
|
|
|
* gdk/x11/gdkasync.c (_gdk_x11_get_window_child_info): Free
|
|
|
|
state.children in all cases. (#313862, Kjartan Maraas)
|
|
|
|
|
2005-08-28 06:07:13 +00:00
|
|
|
2005-08-28 Matthias Clasen <mclasen@redhat.com>
|
|
|
|
|
|
|
|
* po/POTFILES.in, po-properties/POTFILES.in:
|
|
|
|
Add gdk/gdkscreen.c
|
|
|
|
|
2005-08-27 04:25:28 +00:00
|
|
|
2005-08-27 Matthias Clasen <mclasen@redhat.com>
|
|
|
|
|
2005-08-27 04:34:00 +00:00
|
|
|
* gtk/gtkuimanager.c (gtk_ui_manager_class_init): Fix the default
|
|
|
|
value of the ui property. (#314532, Yong Wang)
|
|
|
|
|
2005-08-27 04:25:28 +00:00
|
|
|
* gdk/x11/gdkproperty-x11.c (gdk_property_get): Don't warn
|
|
|
|
when G_MAXLONG is passed as length.
|
|
|
|
|
2005-08-26 19:05:31 +00:00
|
|
|
2005-08-26 Matthias Clasen <mclasen@redhat.com>
|
|
|
|
|
|
|
|
* gtk/updateiconcache.c: Add a separate --ignore-theme-index option
|
|
|
|
to avoid overloading --force. (JP Rosevaar)
|
|
|
|
|
2005-08-26 16:29:40 +00:00
|
|
|
2005-08-26 Matthias Clasen <mclasen@redhat.com>
|
|
|
|
|
2005-08-26 18:52:48 +00:00
|
|
|
* configure.in: Bump version to 2.9.0
|
|
|
|
|
2005-08-26 18:49:52 +00:00
|
|
|
* gdk/gdk.symbols:
|
|
|
|
* gdk/gdkscreen.h:
|
|
|
|
* gdk/gdkscreen.c: Make the GdkScreen font options api
|
|
|
|
public, and add properties GdkScreen::font-options and
|
|
|
|
GdkScreen::resolution. (#314004)
|
|
|
|
|
|
|
|
* gdk/gdkpango.c:
|
|
|
|
* gtk/gtksettings.c:
|
|
|
|
* gtk/gtkwidget.c: Adjust all callers.
|
|
|
|
|
|
|
|
* gdk/gdkintl.h: Simplify and use glib/gi18n-lib.h.
|
|
|
|
* gdk/gdkpango.c: Include gdkintl.h, not gtkintl.h.
|
|
|
|
* gdk/gdkscreen.c: Include gdkintl.h.
|
|
|
|
|
2005-08-26 16:29:40 +00:00
|
|
|
* gtk/gtkicontheme.c (theme_lookup_icon): Avoid an uninitialized
|
|
|
|
variable warning, pointed out by Colin Walters. (#314585)
|
|
|
|
|
2005-08-26 13:44:50 +00:00
|
|
|
2005-08-26 Tor Lillqvist <tml@novell.com>
|
|
|
|
|
|
|
|
* gtk/gtkfilesystemwin32.c: Remove some ifdeffed out debugging
|
|
|
|
printouts.
|
|
|
|
(gtk_file_system_win32_parse): Don't mishandle UNC paths. (#314519)
|
|
|
|
|
2005-08-26 06:28:40 +00:00
|
|
|
2005-08-26 Matthias Clasen <mclasen@redhat.com>
|
|
|
|
|
|
|
|
* gtk/gtkcalendar.c (gtk_calendar_init): Fix the calculation
|
|
|
|
of week_start. (#314473, JP Rosevaar)
|
|
|
|
|
2005-08-26 03:48:27 +00:00
|
|
|
2005-08-25 Thomas Fitzsimmons <fitzsim@redhat.com>
|
|
|
|
|
|
|
|
* gtk/gtkfilesystemmodel.c (idle_finished_loading_cb): Acquire GDK
|
|
|
|
lock. (#314533, Thomas Fitzsimmons)
|
|
|
|
|
2005-08-26 03:09:36 +00:00
|
|
|
2005-08-25 Matthias Clasen <mclasen@redhat.com>
|
|
|
|
|
|
|
|
* gtk/gtktoolbar.c (_gtk_toolbar_elide_underscores): Handle
|
|
|
|
NULL gracefully. (#314523, Ed Catmur)
|
|
|
|
|
2005-08-25 19:22:29 +00:00
|
|
|
2005-08-25 Owen Taylor <otaylor@redhat.com>
|
|
|
|
|
|
|
|
* gdk/x11/gdkcursor-x11.c (gdk_x11_display_set_cursor_theme):
|
|
|
|
Handle theme == NULL.
|
|
|
|
|
2005-08-25 18:04:09 +00:00
|
|
|
2005-08-25 Matthias Clasen <mclasen@redhat.com>
|
|
|
|
|
|
|
|
* gtk/gtkmenutoolbutton.c (menu_position_func): Take widget
|
|
|
|
y offset into account when positioning the popup. (#314470,
|
|
|
|
Christian Persch)
|
|
|
|
|
2005-08-25 17:53:15 +00:00
|
|
|
2005-08-25 Owen Taylor <otaylor@redhat.com>
|
|
|
|
|
|
|
|
* gdk/gdkscreen.c (gdk_screen_get_type): Use gdk_screen_init
|
2005-08-25 18:00:20 +00:00
|
|
|
as instance_init, not base_init! (#314452, Fix from Frederic
|
|
|
|
Crozat, reported by Joe Marcus Clarke). Trivial cleanup: use -1.
|
2005-08-25 17:53:15 +00:00
|
|
|
rather than 1 for a negative flag value.
|
|
|
|
|
2005-08-24 20:05:54 +00:00
|
|
|
2005-08-24 Owen Taylor <otaylor@redhat.com>
|
|
|
|
|
|
|
|
* gdk/gdkpango.c (draw_error_underline): Add a note about
|
|
|
|
cut-and-paste between here and Pango.
|
|
|
|
|
2005-08-24 15:28:20 +00:00
|
|
|
2005-08-24 Matthias Clasen <mclasen@redhat.com>
|
|
|
|
|
2005-08-24 18:22:23 +00:00
|
|
|
* === Released 2.8.2 ===
|
|
|
|
|
|
|
|
* gtk/gtkclipboard.c (request_image_received_func): Use the correct
|
|
|
|
callback for image/gif, and also try image/bmp. (#314086, Mark
|
|
|
|
Wielaard)
|
|
|
|
|
|
|
|
* gtk/gtkfilesystemunix.c (gtk_file_system_unix_volume_render_icon):
|
|
|
|
Use gnome-dev-harddisk for volumes, not gnome-fs-blockdev. (#314382,
|
|
|
|
Sebastien Bacher)
|
|
|
|
|
2005-08-24 15:53:23 +00:00
|
|
|
* NEWS: Updates
|
|
|
|
|
2005-08-24 15:47:28 +00:00
|
|
|
* gtk/gtksettings.c (gtk_settings_get_for_screen): Make sure font
|
|
|
|
and cursor settings get propagated down to the screen initially.
|
|
|
|
Pointed out by Frederic Crozat.
|
|
|
|
|
2005-08-24 15:28:20 +00:00
|
|
|
* gtk/gtkicontheme.c (ensure_valid_themes): Don't try to send a client
|
|
|
|
message if the screen is NULL. Noticed by Kjartan Maraas.
|
|
|
|
|
2005-08-24 06:29:12 +00:00
|
|
|
2005-08-24 Matthias Clasen <mclasen@redhat.com>
|
|
|
|
|
2005-08-24 13:22:35 +00:00
|
|
|
* Bump version
|
|
|
|
|
2005-08-24 06:29:12 +00:00
|
|
|
* === Released 2.8.1 ===
|
|
|
|
|
|
|
|
* NEWS: Updates
|
|
|
|
|
2005-08-24 04:15:28 +00:00
|
|
|
2005-08-24 Matthias Clasen <mclasen@redhat.com>
|
|
|
|
|
|
|
|
* gtk/gtktreemodelfilter.c (gtk_tree_model_filter_visible): Protect
|
|
|
|
against lazy filterers which return values other than TRUE or
|
|
|
|
FALSE from their visible func. (#314335)
|
|
|
|
|
2005-08-24 03:29:06 +00:00
|
|
|
2005-08-23 Owen Taylor <otaylor@redhat.com>
|
|
|
|
|
|
|
|
Fix for #314004, reported by Michael Reinsch:
|
|
|
|
|
|
|
|
* gdk/gdk.symbols:
|
|
|
|
* gdk/gdkscreen.[ch]: Add gdk_screen_get/set_font_options_libgtk_only()
|
|
|
|
Add gdk_screen_get/set_resolution_libgtk_only()
|
|
|
|
|
|
|
|
* gdk/gdkpango.c (gdk_pango_context_get_for_screen): Set
|
|
|
|
the options for the screen on the newly created context.
|
|
|
|
|
|
|
|
* gtk/gtksettings.c (settings_update_font_options/dpi) gtkwidget.c:
|
|
|
|
Move font options and dpi code from gtkwidget.c to gtksettings.c, set
|
|
|
|
the font options on the screen.
|
|
|
|
|
|
|
|
* gtk/gtkwidget.c (gtk_widget_update_pango_context): Just get
|
|
|
|
the font options from the screen and set them on the context.
|
|
|
|
|
2005-08-23 20:33:42 +00:00
|
|
|
2005-08-23 Kristian Rietveld <kris@gtk.org>
|
|
|
|
|
|
|
|
* gtk/gtktreemodelsort.c (gtk_tree_model_sort_row_inserted): don't
|
|
|
|
bother inserting new rows in a level with a zero refcount and
|
|
|
|
immediately free the level. (Fixes #312350, reported by Markku Vire).
|
|
|
|
|
2005-08-23 12:48:05 +00:00
|
|
|
2005-08-23 Matthias Clasen <mclasen@redhat.com>
|
|
|
|
|
2005-08-23 15:18:08 +00:00
|
|
|
* gtk/updateiconcache.c: Complain when there is no index.theme file
|
|
|
|
in the specified directory, unless --force is used. Also add an
|
|
|
|
--index-only option to create caches without image data.
|
|
|
|
|
2005-08-23 12:48:05 +00:00
|
|
|
* gtk/gtkfilechooserdefault.c (shortcuts_append_desktop): Fix a
|
|
|
|
C99ism. (#314262, Robert Jeff Mitchell)
|
|
|
|
|
2005-08-22 20:51:56 +00:00
|
|
|
2005-08-22 Manish Singh <yosh@gimp.org>
|
|
|
|
|
|
|
|
* gtk/gtkicontheme.h: add declaration for _gtk_icon_theme_check_reload.
|
|
|
|
|
|
|
|
* gtk/gtkwindow.c: remove declaration of gtk_window_read_rcfiles.
|
|
|
|
|
2005-08-22 20:12:15 +00:00
|
|
|
2005-08-22 Matthias Clasen <mclasen@redhat.com>
|
|
|
|
|
|
|
|
* gtk/gtkwindow.c (gtk_window_client_event):
|
|
|
|
* gtk/gtkicontheme.c (ensure_valid_themes)
|
|
|
|
(_gtk_icon_theme_check_reload): Implement a clientmessage based
|
|
|
|
scheme for makeing sure that all GTK+ applications notice if an
|
|
|
|
icon theme has been updated. This should prevent multiple versions
|
|
|
|
of an icon theme cache to be mapped in memory at the same time,
|
|
|
|
which can cause excessive memory consumption. (#313156, Chris
|
|
|
|
Lahey)
|
|
|
|
|
2005-08-22 14:14:45 +00:00
|
|
|
2005-08-22 Matthias Clasen <mclasen@redhat.com>
|
|
|
|
|
2005-08-22 16:38:46 +00:00
|
|
|
* gtk/gtkicontheme.c (gtk_icon_theme_load_icon): Add a note
|
|
|
|
regarding icon theme changes.
|
|
|
|
|
|
|
|
* gtk/gtkiconcache.c (_gtk_icon_cache_get_icon): When returning
|
|
|
|
pixbufs which are backed by the mmapped memory of an icon cache,
|
|
|
|
increase the refcount of the icon cache, so that the memory is not
|
|
|
|
munmapped away underneath the pixbuf upon icon theme changes.
|
|
|
|
(#314170, Kjartan Maraas)
|
|
|
|
|
2005-08-22 14:44:39 +00:00
|
|
|
* docs/tools/Makefile.am (LDADDS): Add GTK_DEP_LIBS, in order
|
|
|
|
to link against Xext. (#314062)
|
|
|
|
|
2005-08-22 14:14:45 +00:00
|
|
|
* gtk/gtkhsv.c (paint_triangle): One more fix to prevent buffer
|
|
|
|
overruns. (#314081, Hans Breuer)
|
|
|
|
|
2005-08-21 01:57:01 +00:00
|
|
|
2005-08-20 Matthias Clasen <mclasen@redhat.com>
|
|
|
|
|
|
|
|
* gtk/gtkentry.c (gtk_entry_get_layout): Clarify that the
|
|
|
|
returned layout must not be modified.
|
|
|
|
|
2005-08-20 20:16:34 +00:00
|
|
|
Sat Aug 20 16:12:14 2005 Jonathan Blandford <jrb@redhat.com>
|
|
|
|
|
|
|
|
* gtk/gtktreeview.c (gtk_tree_view_set_model): clear
|
|
|
|
scroll_to_path if the model changes.
|
|
|
|
|
|
|
|
* gtk/gtkiconview.c: (gtk_icon_view_destroy),
|
|
|
|
(gtk_icon_view_size_allocate), (gtk_icon_view_set_cursor),
|
|
|
|
(gtk_icon_view_scroll_to_path): Handle scrolling to a path before
|
|
|
|
we're realized, #312798
|
|
|
|
(gtk_icon_view_set_model): clear scroll_to_path if the model
|
|
|
|
changes.
|
|
|
|
|
2005-08-20 05:55:25 +00:00
|
|
|
2005-08-20 Matthias Clasen <mclasen@redhat.com>
|
|
|
|
|
|
|
|
* gtk/gtkrange.c (gtk_range_adjustment_changed)
|
|
|
|
(gtk_range_adjustment_value_changed): Don't queue a draw
|
|
|
|
if the layout has not changed. (#313991, Benjamin Berg)
|
|
|
|
|
2005-08-19 16:46:57 +00:00
|
|
|
2005-08-19 Matthias Clasen <mclasen@redhat.com>
|
|
|
|
|
2005-08-19 19:23:32 +00:00
|
|
|
* gtk/gtktreeitem.c: Remove duplicate lines. (#313344,
|
|
|
|
Benoit Carpentier)
|
|
|
|
|
2005-08-19 19:21:45 +00:00
|
|
|
* modules/engines/ms-windows/msw_style.c (setup_system_styles):
|
|
|
|
Fix a typo.
|
|
|
|
|
2005-08-19 18:21:31 +00:00
|
|
|
* gtk/gtkfilechooserbutton.c (change_icon_theme)
|
|
|
|
(model_add_special, model_add_special, model_add_volumes):
|
|
|
|
Handle pixbuf being NULL without warnings. Also, don't
|
|
|
|
leak pixbuf references when the icon theme is changed.
|
|
|
|
|
2005-08-19 16:46:57 +00:00
|
|
|
* gtk/gtkmain.c (gtk_get_event_widget): Don't access
|
|
|
|
the user data on destroyed windows, since at best
|
|
|
|
it can be a stale pointer. (#313953, Robin Green)
|
|
|
|
|
2005-08-19 04:39:30 +00:00
|
|
|
2005-08-19 Matthias Clasen <mclasen@redhat.com>
|
|
|
|
|
2005-08-19 16:16:17 +00:00
|
|
|
* gtk/gtkhsv.c (paint_triangle): Avoid a buffer overrun.
|
|
|
|
(#313900, Sebastien Bacher)
|
|
|
|
|
2005-08-19 14:05:32 +00:00
|
|
|
* gtk/gtktreeview.c (gtk_tree_view_get_visible_range): Return
|
|
|
|
FALSE if the tree is empty. (#313891, Guillaume Cottenceau)
|
|
|
|
|
2005-08-19 05:46:06 +00:00
|
|
|
* gdk/x11/gdkdnd-x11.c (_gdk_drag_get_protocol_for_display)
|
|
|
|
(xdnd_read_actions, get_client_window_at_coords_recurse):
|
|
|
|
Free data returned from XGetWindowProperty.
|
|
|
|
|
|
|
|
* gdk/x11/gdkevents-x11.c (fetch_net_wm_check_window)
|
|
|
|
Free data returned from XGetWindowProperty. (313867, Kjartan
|
|
|
|
Maraas)
|
|
|
|
|
2005-08-19 05:16:31 +00:00
|
|
|
* gdk/x11/gdkdnd-x11.c (get_client_window_at_coords_recurse): Free
|
|
|
|
children in all cases. (#313862, Kjartan Maraas)
|
|
|
|
|
2005-08-19 04:39:30 +00:00
|
|
|
* gtk/gtkicontheme.c (theme_lookup_icon): Store GtkIconData structs
|
|
|
|
in the per-directory hash, even if they come from the icon cache.
|
|
|
|
We tried to avoid that before, but as a result leaked icon data
|
|
|
|
structs. (#313852, Kjartan Maraas)
|
|
|
|
|
2005-08-18 20:29:55 +00:00
|
|
|
2005-08-18 Matthias Clasen <mclasen@redhat.com>
|
|
|
|
|
|
|
|
* gtk/gtkmenutoolbutton.c (gtk_menu_tool_button_destroy): Disconnect
|
|
|
|
signal handlers on destroy, not on finalize. (#313759, Brett Atoms)
|
|
|
|
|
2005-08-15 21:26:19 +00:00
|
|
|
2005-08-15 Owen Taylor <otaylor@redhat.com>
|
|
|
|
|
|
|
|
* configure.in: Add -lXext to GDK_EXTRA_LIBS in absence of pkg-config
|
|
|
|
files for x11/xext. (Jonas Bonn)
|
|
|
|
|
2005-08-15 19:36:32 +00:00
|
|
|
2005-08-15 Tor Lillqvist <tml@novell.com>
|
|
|
|
|
|
|
|
* gtk/gtkicontheme.c (theme_lookup_icon): Put debugging printout
|
|
|
|
inside GTK_NOTE.
|
|
|
|
|
2005-08-15 19:04:55 +00:00
|
|
|
2005-08-15 Owen Taylor <otaylor@redhat.com>
|
|
|
|
|
|
|
|
* configure.in: Fix have_base_pc / have_base_x_pc typo.
|
|
|
|
|
|
|
|
* gdk/x11/gdkdrawable-x11.c gtk/gtksettings.c: Remove panoxft.h includes.
|
|
|
|
(#313417, James Andrewartha)
|
|
|
|
|
|
|
|
* configure.in: Add fontconfig to X_PACKAGES, since we use it for
|
|
|
|
FcNameConstant(). (More of #313417)
|
|
|
|
|
2005-08-15 16:36:31 +00:00
|
|
|
2005-08-15 Matthias Clasen <mclasen@redhat.com>
|
|
|
|
|
2005-08-15 18:17:01 +00:00
|
|
|
* gtk/gtkfilechooserdefault.c: When using gtk_dialog_run() for
|
|
|
|
modal dialogs, make sure to inherit the window group from
|
|
|
|
the parent, since we don't inherit window groups across
|
|
|
|
transient parents currently. (#312918, Christian Persch)
|
|
|
|
|
|
|
|
* gtk/gtkmessagedialog.c (gtk_message_dialog_new):
|
|
|
|
* gtk/gtkdialog.c (gtk_dialog_run): Slight update to the docs.
|
|
|
|
|
2005-08-15 16:46:52 +00:00
|
|
|
* gtk/gtkiconview.c (gtk_icon_view_select_path)
|
|
|
|
(gtk_icon_view_scroll_to_path): Handle paths of depth 0
|
|
|
|
gracefully. (#312796, Jonathan Blandford)
|
|
|
|
|
2005-08-15 16:36:31 +00:00
|
|
|
* tests/testtoolbar.c: Add some more tests for menu placement.
|
|
|
|
|
|
|
|
* gtk/gtkmenutoolbutton.c (menu_position_func):
|
|
|
|
* gtk/gtktoolbar.c (menu_position_func): Improve positioning
|
|
|
|
of toolbutton menus and of the overflow menu. (#312937,
|
|
|
|
#153870, Christian Persch, Paolo Borelli)
|
|
|
|
|
2005-08-15 14:53:00 +00:00
|
|
|
2005-08-15 Tor Lillqvist <tml@novell.com>
|
|
|
|
|
|
|
|
* gtk/updateiconcache.c: Use g_path_get_dirname() instead of
|
|
|
|
the nonportable <libgen.h> and dirname().
|
|
|
|
|
2005-08-15 13:28:22 +00:00
|
|
|
2005-08-15 Matthias Clasen <mclasen@redhat.com>
|
|
|
|
|
2005-08-15 13:46:32 +00:00
|
|
|
* gtk/gtksizegroup.c: Use object data to mark widgets and
|
|
|
|
groups as visited, so that we avoid constant extra list
|
|
|
|
traversals. Also allocate quarks in class_init. (#311618,
|
|
|
|
Michael Natterer)
|
|
|
|
|
2005-08-15 13:28:22 +00:00
|
|
|
* gtk/gtkicontheme.c (gtk_icon_theme_lookup_icon): Correct the
|
|
|
|
download location for the hicolor icon theme. (#313475, Olexiy
|
|
|
|
Avramchenko)
|
|
|
|
|
2005-08-15 13:46:32 +00:00
|
|
|
* gtk/gtkicontheme.c: Remove debug spew.
|
|
|
|
|
2005-08-15 12:35:04 +00:00
|
|
|
2005-08-15 Owen Taylor <otaylor@redhat.com>
|
|
|
|
|
|
|
|
* gdk/linux-fb/gdkwindow-fb.c (gdk_window_set_back_pixmap):
|
|
|
|
* gdk/win32/gdkwindow-win32.c (gdk_window_set_back_pixmap):
|
|
|
|
* gdk/x11/gdkwindow-x11.c (gdk_window_set_back_pixmap):
|
|
|
|
Handle pixmap == NULL when checking for a colormap.
|
|
|
|
(Allin Cottrell).
|
|
|
|
|
2005-08-15 03:52:34 +00:00
|
|
|
2005-08-14 Matthias Clasen <mclasen@redhat.com>
|
|
|
|
|
|
|
|
* gtk/updateiconcache.c: Store only one copy of the pixel data
|
|
|
|
for symlinked icons. To achieve this, maintain a hashtable
|
|
|
|
mapping pathnames to pixel data, and share the pixel data for
|
|
|
|
all symlinks resolving to the same pathname. When writing out
|
|
|
|
the image data, write out the pixel data only the first time
|
|
|
|
it is met, and store the offset pointing to the first copy
|
|
|
|
for use in all later cases.
|
|
|
|
This reduces the size of the Bluecurve icon cache from 40
|
|
|
|
to 13MB. (#312972)
|
|
|
|
|