- 18 Nov, 2005 2 commits
-
-
Matthias Clasen authored
2005-11-18 Matthias Clasen <mclasen@redhat.com> * gtk/gtkaction.c (disconnect_proxy): Disconnect the sync callback for the visibility property. (#321761, Philip Langdale)
-
Matthias Clasen authored
2005-11-18 Matthias Clasen <mclasen@redhat.com> 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.
-
- 17 Nov, 2005 3 commits
-
-
Žygimantas Beručka authored
2005-11-17 Žygimantas Beručka <zygis@gnome.org> * lt.po: Updated Lithuanian translation
-
Matthias Clasen authored
2005-11-17 Matthias Clasen <mclasen@redhat.com> * README.in: Add a note about range arrow sensitivity.
-
Matthias Clasen authored
found by Arjan van de Ven and gcc.
-
- 16 Nov, 2005 3 commits
-
-
Michael Natterer authored
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.
-
Michael Natterer authored
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.
-
Ales Nyakhaychyk authored
-
- 15 Nov, 2005 4 commits
-
-
Matthias Clasen authored
-
Matthias Clasen authored
* gtk/gtktreestore.c (gtk_tree_store_move): Fix a memory leak. (#321032, Peter Zelezny)
-
Michael Natterer authored
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)
-
Matthias Clasen authored
-
- 14 Nov, 2005 5 commits
-
-
Matthias Clasen authored
-
Michael Natterer authored
2005-11-14 Michael Natterer <mitch@imendio.com> * gtk/gtkcellrenderertoggle.c (gtk_cell_renderer_toggle_set_property): removed redundant calls to g_object_notify().
-
Matthias Clasen authored
2005-11-14 Matthias Clasen <mclasen@redhat.com> * gtk/tmpl/gtkstock.sgml: * gtk/Makefile.am (HTML_IMAGES): Update stock documentation to refer to the new icon names.
-
Matthias Clasen authored
2005-11-13 Matthias Clasen <mclasen@redhat.com> * gdk/gdkcolor.c (gdk_color_parse): Documentation improvements. (#321338)
-
Matthias Clasen authored
2005-11-13 Matthias Clasen <mclasen@redhat.com> * gtk/gtktextiter.c (gtk_text_iter_forward_search): Make limit an inclusive boundary. (#321299)
-
- 13 Nov, 2005 1 commit
-
-
Francisco Javier F. Serrador authored
2005-11-13 Francisco Javier F. Serrador <serrador@cvs.gnome.org> * es.po: Updated Spanish translation.
-
- 12 Nov, 2005 4 commits
-
-
Michael Natterer authored
2005-11-12 Michael Natterer <mitch@imendio.com> * gtk/Makefile.am: fixed icon rules so gtkbuiltincache.h is only rebuilt if needed.
-
Dom Lachowicz authored
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
-
Matthias Clasen authored
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.
-
Tor Lillqvist authored
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)
-
- 11 Nov, 2005 4 commits
-
-
Federico Mena Quintero authored
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.
-
Federico Mena Quintero authored
2005-11-11 Federico Mena Quintero <federico@ximian.com> * tests/autotestfilechooser.c (main): Use g_log_set_default_handler() instead of explicitly setting a handler for each domain.
-
Federico Mena Quintero authored
2005-11-11 Federico Mena Quintero <federico@ximian.com> * gtk/gtkfilechooserdefault.c (shortcuts_add_volumes): Only get the base path of the volume if it is mounted.
-
Michael Natterer authored
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.
-
- 10 Nov, 2005 9 commits
-
-
Matthias Clasen authored
2005-11-10 Matthias Clasen <mclasen@redhat.com> * gtk/gtkcombobox.c: Add show-popup and hide-popup signals and emit them when the popup is shown or hidden. (#162531, Tommi Komulainen)
-
Matthias Clasen authored
2005-11-10 Matthias Clasen <mclasen@redhat.com> * gtk/gtktreeview.c (gtk_tree_view_motion_resize_column): Another erroneous semicolon.
-
Matthias Clasen authored
2005-11-10 Matthias Clasen <mclasen@redhat.com> * gdk/x11/gdkcolor-x11.c (gdkx_colormap_get): Remove an erroneous semicolon.
-
Matthias Clasen authored
2005-11-10 Matthias Clasen <mclasen@redhat.com> 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.
-
Matthias Clasen authored
2005-11-10 Matthias Clasen <mclasen@redhat.com> 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.
-
Matthias Clasen authored
2005-11-10 Matthias Clasen <mclasen@redhat.com> * gtk/gtkmenu.c: Fix some compiler warnings. (#321141, Kjartan Maraas)
-
Matthias Clasen authored
2005-11-10 Matthias Clasen <mclasen@redhat.com> * gtk/gtktreeview.c: Implement a getter for headers-clickable. (#163851, Richard Hult)
-
Michael Natterer authored
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.
-
Simos Xenitellis authored
-
- 09 Nov, 2005 4 commits
-
-
Tim Janik authored
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)
-
Tor Lillqvist authored
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.
-
Tor Lillqvist authored
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().
-
Tor Lillqvist authored
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.
-
- 08 Nov, 2005 1 commit
-
-
Tor Lillqvist authored
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.
-