- 15 Nov, 2004 8 commits
-
-
Matthias Clasen authored
-
Hendrik Richter authored
-
Hendrik Richter authored
Updated German translation.
-
Matthias Clasen authored
-
Kjartan Maraas authored
2004-11-15 Kjartan Maraas <kmaraas@gnome.org> * nb.po: Fix conflicting mnemonics.
-
Hendrik Richter authored
Updated German translation.
-
Erwann Chenede - authored
2004-11-15 Erwann Chenede - <erwann.chenede@sun.com> * gtk/gtkfilesel.c: fix unselect in multiple selection (#156805)
-
Matthias Clasen authored
2004-11-15 Matthias Clasen <mclasen@redhat.com> * gtk/gtklabel.c: Include gtkdnd.h (#158243, Kazuki IWAMOTO)
-
- 14 Nov, 2004 4 commits
-
-
David Lodge authored
2004-11-14 David Lodge <dave@cirt.net> * en_GB.po: Updated British translation.
-
Alexander Shopov authored
2004-11-14 Alexander Shopov <ash@contact.bg> * bg.po: Updated Bulgarian translation by Vladimir Petkov <vpetkov@i-space.org>
-
Žygimantas Beručka authored
2004-11-14 Žygimantas Beručka <uid0@akl.lt> * lt.po: Updated Lithuanian translation.
-
Matthias Clasen authored
2004-11-13 Matthias Clasen <mclasen@redhat.com> * gtk/gtkspinbutton.c (gtk_spin_button_new_with_range): Allow min == max. (#158225, Vasco Alexandre da Silva Costa)
-
- 12 Nov, 2004 18 commits
-
-
Updated ja.po. T.Aihana authored
2004-11-13 Updated ja.po. T.Aihana <aihana@gnome.gr.jp>
-
Matthias Clasen authored
2004-11-12 Matthias Clasen <mclasen@redhat.com> * gtk/gtkcombobox.c (gtk_combo_box_class_init): Add more docs.
-
Matthias Clasen authored
-
Matthias Clasen authored
2004-11-12 Matthias Clasen <mclasen@redhat.com> * gtk/gtkfilefilter.c (gtk_file_filter_filter): Fix typo in docs.
-
Matthias Clasen authored
2004-11-12 Matthias Clasen <mclasen@redhat.com> * gtk/gtklabel.c (gtk_label_button_press, gtk_label_button_release) (gtk_label_drag_data_get): Implement DND for selectable labels.
-
Matthias Clasen authored
2004-11-12 Matthias Clasen <mclasen@redhat.com> * gdk-pixbuf-io.c (gdk_pixbuf_io_init): Don't use _gdk_pixbuf_load_module_unlocked() in the !USE_GMODULE case.
-
Matthias Clasen authored
2004-11-12 Matthias Clasen <mclasen@redhat.com> * gtk/gtklabel.c (gtk_label_do_popup): Adjust to the current entry popup menu.
-
Matthias Clasen authored
2004-11-12 Matthias Clasen <mclasen@redhat.com> Make GDK+ compile with X11R5 (#148032) * gdk/x11/xsettings-client.c (xsettings_client_new): * gdk/x11/gdkproperty-x11.c (_gdk_x11_precache_atoms): Only use XInternAtoms if it is available. * gdk/x11/gdkasync.c: Include XIproto.h if necessary. * configure.in: Check for XInternAtoms and X headers needed for xReply.
-
Matthias Clasen authored
2004-11-12 Matthias Clasen <mclasen@redhat.com> * configure.in: Bump version.
-
Matthias Clasen authored
-
Matthias Clasen authored
-
Matthias Clasen authored
-
Matthias Clasen authored
-
Matthias Clasen authored
2004-11-12 Matthias Clasen <mclasen@redhat.com> Changes to make gdk-pixbuf threadsafe (#157310, #157306, Colin Walters): * gdk-pixbuf-io.h (enum GdkPixbufFormatFlags): Add GDK_PIXBUF_FORMAT_THREADSAFE to indicate that an image loader is threadsafe. * gdk-pixbuf-io.c (get_file_formats, _gdk_pixbuf_load_module): Use a lock to make initialization of global data structures threadsafe. * gdk-pixbuf-private.h: * gdk-pixbuf-io.c (_gdk_pixbuf_lock, _gdk_pixbuf_unlock): Auxiliary functions which use another lock to protect threadunsafe image loaders. * gdk-pixbuf-io.c (gdk_pixbuf_real_save): (save_to_callback_with_tmp_file): (gdk_pixbuf_real_save_to_callback): (gdk_pixbuf_new_from_xpm_data): (_gdk_pixbuf_generic_image_load): * gdk-pixbuf-animation.c (gdk_pixbuf_animation_new_from_file): * gdk-pixbuf-loader.c (gdk_pixbuf_loader_load_module): (gdk_pixbuf_loader_close): (gdk_pixbuf_loader_finalize): Use _gdk_pixbuf_lock() and _gdk_pixbuf_unlock(). * io-ani.c, io-bmp.c, io-gif.c, io-ico.c: * io-jpeg.c, io-pcx.c, io-png.c, io-pnm.c: * io-ras.c, io-tga.c, io-wbmp.c, io-xbm.c: * io-xpm.c: Mark as threadsafe. * io-tiff.c: Remove pointless locking, mark as threadunsafe.
-
Matthias Clasen authored
2004-11-11 Matthias Clasen <mclasen@redhat.com> * configure.in: Check for uxtheme.h (#157967, J. Ali Harlow)
-
Matthias Clasen authored
2004-11-11 Matthias Clasen <mclasen@redhat.com> * docs/tools/Makefile.am: Don't try to build doc-shooter on Windows. (#157979, J. Ali Harlow)
-
Matthias Clasen authored
2004-11-11 Matthias Clasen <mclasen@redhat.com> * gtk/gtkfilefilter.c: Don't try to use xdgmime on Windows where we don't build it. (#157944, J. Ali Harlow)
-
Matthias Clasen authored
2004-11-11 Matthias Clasen <mclasen@redhat.com> * gtk/gtkstatusbar.c (gtk_statusbar_size_allocate): Also reserve space for the resize grip if the grip_window is not realized yet. (#158010, Christian Persch) (gtk_statusbar_button_press): Only start a resize if the button press comes from the grip_window. (#158011, Christian Persch)
-
- 11 Nov, 2004 8 commits
-
-
Tor Lillqvist authored
2004-11-11 Tor Lillqvist <tml@iki.fi> Fix for #137551, by Robert Ögren: * gdk/win32/gdkevents-win32.c (generate_focus_event): New function. (gdk_keyboard_grab, gdk_keyboard_ungrab): Generate focus change events. (gdk_event_translate): Check for keyboard grabs and not pointer grabs when handling WM_{SET,KILL}FOCUS. Use generate_focus_event().
-
Matthias Clasen authored
2004-11-11 Matthias Clasen <mclasen@redhat.com> * gtk/gtkuimanager.c (update_node): Fix some C99isms.
-
Matthias Clasen authored
2004-11-11 Matthias Clasen <mclasen@redhat.com> * gtk/gtkuimanager.c (update_node): Remove two more places where we were unconditionally setting "visible", causing unnecessary notifications. * gtk/gtkclipboard.c (gtk_clipboard_get_for_display): (gtk_clipboard_get): Clarify the docs. (#156638, Torsten Schoenfeld) (gtk_clipboard_finalize): Warn if the clipboard is still in its displays clipboard list.
-
Matthias Clasen authored
2004-11-11 Matthias Clasen <mclasen@redhat.com> Considerably speed up GtkUIManager, by changing the semantics of the dirty flag. It is now propagated up the tree, and update_node() doesn't descend into clean subtrees. (#143668, Dave Neary, Michael Natterer, Sven Neumann, fix proposed by Soeren Sandmann) * gtk/gtkuimanager.c (node_prepend_ui_reference): Only prepend a new node reference if the merge_id is different. Take a GNode, so we can walk up the tree, adjust all callers. (node_remove_ui_reference): Only mark a node dirty if the first ui reference is removed. Take a GNode here as well for consistency. (update_node): Don't descend into clean subtrees. (mark_node_dirty): New function to mark a node and its predecessors dirty.
-
Jonathan Blandford authored
Thu Nov 11 11:34:32 2004 Jonathan Blandford <jrb@redhat.com> * gtk/gtkfilechooserbutton.c (update_idler): return FALSE instead of TRUE. This is just a quick fix to prevent the idle from looping indefinitely.
-
J. Ali Harlow authored
2004-11-11 J. Ali Harlow <ali@juiblex.co.uk> * gdk/Makefile.am: * gdk-pixbuf/Makefile.am: * gtk/Makefile.am (gtk.def): Use embedded tab rather than '\t' escape sequence. (#157949)
-
Laurent Dhima authored
2004-11-11 Laurent Dhima <laurenti@alblinux.net> * sq.po: Updated Albanian translation.
-
Matthias Clasen authored
2004-11-10 Matthias Clasen <mclasen@redhat.com> * gdk-pixbuf-animation.c: * gdk-pixbuf-io.c: Use g_filename_display_name() instead of g_filename_to_utf8() when putting filenames in error messages.
-
- 10 Nov, 2004 2 commits
-
-
Tor Lillqvist authored
2004-11-10 Tor Lillqvist <tml@iki.fi> * gdk/win32/gdkevents-win32.c (_gdk_win32_get_next_tick): Event timestamps don't have to be unique. As long as they are nondecreasing we should be fine. Solves problems with for instance long menus not staying up on first click. (#152035, Robert Ögren)
-
Matthias Clasen authored
2004-11-10 Matthias Clasen <mclasen@redhat.com> * gtk/gtkstatusbar.c (gtk_statusbar_size_allocate): Only shorten the label if it actually overlaps the resize grip. (gtk_statusbar_size_allocate): Handle extra children by leaving room for the resize grip. (#157778, Christian Persch)
-