- 22 Nov, 2005 2 commits
-
-
Anders Carlsson authored
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.
-
Anders Carlsson authored
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.
-
- 21 Nov, 2005 7 commits
-
-
Pablo Saratxaga authored
-
Matthias Clasen authored
2005-11-21 Matthias Clasen <mclasen@redhat.com> * gtk/gtksocket.c: Convert GtkSocket to g_type_class_add_private.
-
Matthias Clasen authored
2005-11-21 Matthias Clasen <mclasen@redhat.com> * gtk/gtkmenu.c: Convert GtkMenu to g_type_class_add_private.
-
Matthias Clasen authored
2005-11-21 Matthias Clasen <mclasen@redhat.com> * 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
-
Matthias Clasen authored
2005-11-21 Matthias Clasen <mclasen@redhat.com> * gtk/Makefile.am (HTML_IMAGES): Fix some _ vs - confusion.
-
Matthias Clasen authored
2005-11-21 Matthias Clasen <mclasen@redhat.com> * gtk/gtkpathbar.c: Merge remaining fixes from the 2.8 branch, pointed out by Michael Natterer.
-
Matthias Clasen authored
2005-11-21 Matthias Clasen <mclasen@redhat.com> 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.
-
- 20 Nov, 2005 1 commit
-
-
Theppitak Karoonboonyanan authored
2005-11-20 Theppitak Karoonboonyanan <thep@linux.thai.net> * th.po: Adjusted wording.
-
- 19 Nov, 2005 2 commits
-
-
Theppitak Karoonboonyanan authored
2005-11-19 Theppitak Karoonboonyanan <thep@linux.thai.net> * th.po: Fixed typo.
-
Matthias Clasen authored
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.
-
- 18 Nov, 2005 3 commits
-
-
Matthias Clasen authored
2005-11-18 Matthias Clasen <mclasen@redhat.com> * gtk/gtkpathbar.c (button_clicked_cb): Fix a C99ism. (#321777, Jens Granseuer)
-
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 1 commit
-
-
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)
-