summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 2.10.13GTK_2_10_13Matthias Clasen2007-06-13197-20339/+21483
| | | | svn path=/branches/gtk-2-10/; revision=18115
* UpdatesMatthias Clasen2007-06-132-0/+57
| | | | svn path=/branches/gtk-2-10/; revision=18114
* Fix some locking issues. (#420249, Christian Persch)Matthias Clasen2007-06-123-3/+32
| | | | | | | | | | | 2007-06-11 Matthias Clasen <mclasen@redhat.com> * modules/printbackends/cups/gtkprintbackendfile.c: * modules/printbackends/cups/gtkprintbackendcups.c: Fix some locking issues. (#420249, Christian Persch) svn path=/branches/gtk-2-10/; revision=18106
* Merge from trunk:Cody Russell2007-06-102-6/+8
| | | | | | | | | | | | | 2007-06-10 Cody Russell <bratsche@gnome.org> Merge from trunk: * gdk/win32/gdkevents-win32.c (gdk_pointer_grab): Don't revert the mouse cursor to the built-in one when the user holds the mouse button down. (#445284, Tor Lillqvist) svn path=/branches/gtk-2-10/; revision=18094
* Handle return values from nl_langinfo() more correctly.Matthias Clasen2007-06-082-5/+12
| | | | | | | | | | | 2007-06-09 Matthias Clasen <mclasen@redhat.com> * gtk/gtkcalendar.c (gtk_calendar_init): Handle return values from nl_langinfo() more correctly. svn path=/branches/gtk-2-10/; revision=18086
* Merge from trunk (#445196):Yevgen Muntyan2007-06-072-6/+16
| | | | | | | | | | | | | 2007-06-07 Yevgen Muntyan <muntyan@tamu.edu> Merge from trunk (#445196): * gtk/gtkstyle.c (get_insertion_cursor_gc): use text colors from widget style to draw cursor instead of hardcoded black and grey (#79585, comment #30). svn path=/branches/gtk-2-10/; revision=18078
* Merge from trunk:Johan Dahlin2007-06-062-6/+16
| | | | | | | | | | | | | | | 2007-06-06 Johan Dahlin <jdahlin@async.com.br> Merge from trunk: reviewed by: Matthias Clasen <mclasen@redhat.com> * gtk/gtkassistant.c (gtk_assistant_update_buttons_state): Check if the wizard is empty before trying to access the first page. (#444310, Johan Dahlin) svn path=/branches/gtk-2-10/; revision=18061
* Merge from trunk:Cody Russell2007-06-043-2/+11
| | | | | | | | | | | | | | 2007-06-04 Cody Russell <bratsche@gnome.org> Merge from trunk: * gtk/gtklinkbutton.h * gtk/gtkaboutdialog.h: Change function argument "link" to "link_" to fix warnings for applications compiling with -Wshadow. (#379213) svn path=/branches/gtk-2-10/; revision=18034
* Merge from trunk:Cody Russell2007-06-042-1/+14
| | | | | | | | | | | | | | | 2007-06-04 Cody Russell <bratsche@gnome.org> Merge from trunk: * gtk/gtkpathbar.c (gtk_path_bar_scroll_down): Check if down_button is NULL. This happens when the pathbar button for the current directory is too large to fit in the space, e.g. on Windows for directories named something like "My Documents and Settings". (#389603) svn path=/branches/gtk-2-10/; revision=18032
* Merge from trunk:Michael Natterer2007-06-012-2/+16
| | | | | | | | | | | | | 2007-06-01 Michael Natterer <mitch@imendio.com> Merge from trunk: * gtk/gtkmenuitem.c (gtk_menu_item_position_menu): don't switch submenu opening direction for overlapping reasons if there is even less space on the other side (bug #441863, Tommi Komulainen). svn path=/branches/gtk-2-10/; revision=18003
* Reset the internal response_requested flag, once the response triggered by ↵Mathias Hasselmann2007-05-312-8/+17
| | | | | | file_chooser_widget_response_requested has been processed (#347883) svn path=/branches/gtk-2-10/; revision=17997
* Merge from trunk for #438750.Kristian Rietveld2007-05-312-6/+9
| | | | | | | | | | | | | | 2007-05-31 Kristian Rietveld <kris@gtk.org> Merge from trunk for #438750. 2006-12-28 Matthias Clasen <mclasen@redhat.com> * gtk/gtkcellrenderertext.c (get_layout): Remove a special case for single-line layouts. svn path=/branches/gtk-2-10/; revision=17993
* Supply the current GError for fatal_error_handler(). (#441443)Chris Wilson2007-05-302-0/+6
| | | | | | | | | | 2007-05-30 Chris Wilson <chris@chris-wilson.co.uk> * io-jpeg.c (gdk_pixbuf__jpeg_image_stop_load): Supply the current GError for fatal_error_handler(). (#441443) svn path=/branches/gtk-2-10/; revision=17990
* Subtract the multi-monitor offset from x and y before setting up theTor Lillqvist2007-05-302-0/+9
| | | | | | | | | | | 2007-05-30 Tor Lillqvist <tml@novell.com> * gdk/win32/gdkevents-win32.c (gdk_pointer_grab): Subtract the multi-monitor offset from x and y before setting up the rectangle for ClipCursor(). Fixes #442326. svn path=/branches/gtk-2-10/; revision=17987
* Queue a resize if the size changed. (#418047, Alex Graveley)Matthias Clasen2007-05-302-1/+12
| | | | | | | | | | | 2007-05-30 Matthias Clasen <mclasen@redhat.com> * gtk/gtkiconview.c (gtk_icon_view_layout): Queue a resize if the size changed. (#418047, Alex Graveley) svn path=/branches/gtk-2-10/; revision=17986
* Fix initialization of last cursorCody Russell2007-05-292-1/+5
| | | | svn path=/branches/gtk-2-10/; revision=17972
* Drop bogus -user32 switch. Was supposed to be -luser32, but he "l" wasTor Lillqvist2007-05-272-1/+7
| | | | | | | | | | | 2007-05-27 Tor Lillqvist <tml@novell.com> * configure.in (GDK_EXTRA_LISB): Drop bogus -user32 switch. Was supposed to be -luser32, but he "l" was missing. But nobody has noticed, so presumably unnecessary. svn path=/branches/gtk-2-10/; revision=17954
* Forgot to put bug number.Xan Lopez2007-05-251-1/+1
| | | | svn path=/branches/gtk-2-10/; revision=17920
* Use private->data->short_label to update the proxies.Xan Lopez2007-05-252-2/+7
| | | | | | | | * gtk/gtkaction.c: (gtk_action_set_short_label): Use private->data->short_label to update the proxies. svn path=/branches/gtk-2-10/; revision=17919
* Hold a refence on the print operation until gtk_print_job_send() is done.Matthias Clasen2007-05-252-6/+18
| | | | | | | | | | | | 2007-05-25 Matthias Clasen <mclasen@redhat.com> * gtk/gtkprintoperation-unix.c (unix_end_run): Hold a refence on the print operation until gtk_print_job_send() is done. (#440040, Chris Vine) svn path=/branches/gtk-2-10/; revision=17916
* Don't crash and don't leak. (#439565, Pedro Villavicencio)Matthias Clasen2007-05-252-2/+15
| | | | | | | | | | | 2007-05-25 Matthias Clasen <mclasen@redhat.com> * gtk/gtkiconview.c (gtk_icon_view_accessible_ref_child): Don't crash and don't leak. (#439565, Pedro Villavicencio) svn path=/branches/gtk-2-10/; revision=17914
* Updated Danish translationKenneth Nielsen2007-05-241-1574/+1398
| | | | svn path=/branches/gtk-2-10/; revision=17908
* Updated Welsh translation.Rhys Jones2007-05-232-1500/+1700
| | | | | | | | 2007-05-23 Rhys Jones <rhys@sucs.org> * cy.po: Updated Welsh translation. svn path=/branches/gtk-2-10/; revision=17901
* Updated Welsh translation.Rhys Jones2007-05-232-1074/+1005
| | | | | | | | 2007-05-23 Rhys Jones <rhys@sucs.org> * cy.po: Updated Welsh translation. svn path=/branches/gtk-2-10/; revision=17900
* Updated French translation by Jonathan Ernst, Claude Paroz andStéphane Raimbault2007-05-222-1053/+934
| | | | | | Stéphane Raimbault. svn path=/branches/gtk-2-10/; revision=17892
* Merged from trunk (r17879) fix for #437379Attilio Fiandrotti2007-05-203-2/+11
| | | | svn path=/branches/gtk-2-10/; revision=17880
* Refactor GtkFileChooserDialog sizing.Carlos Garnacho2007-05-186-213/+160
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2007-05-18 Carlos Garnacho <carlos@imendio.com> Refactor GtkFileChooserDialog sizing. * gtkfilechooserembed.[ch] (delegate_get_resizable_hints) (_gtk_file_chooser_embed_get_resizable_hints): s/resizable_hints/resizable/, return just one boolean value to determine whether the filechooser should be resizable or not. * gtkfilechooserprivate.h (struct GtkFileChooserDialogPrivate): remove variables related to the GtkFileChooserEmbed get_default_size() and get_resizable() implementations. (struct GtkFileChooserDefault): Move default size management here. * gtkfilechooserdefault.c (gtk_file_chooser_default_size_allocate): Added, store currently allocated size to calculate default size later. (gtk_file_chooser_default_get_resizable_hints): s/resizable_hints/resizable/. (gtk_file_chooser_default_set_property): Reload settings if the file chooser action changes, this way the save expander state will be known before mapping the window, avoiding wrong window positioning and flickering. (#424299, #424309) (find_good_size_from_style): Only get size from style if it wasn't set previously. (gtk_file_chooser_default_get_default_size): return default size based on stored default size and preview/extra widget sizes. * gtkfilechooserdialog.c (file_chooser_widget_update_hints) (file_chooser_widget_realized_size_changed) (file_chooser_widget_unrealized_size_changed): simplified to (file_chooser_widget_size_changed): set window size and resizability based on the GtkFileChooserEmbed interface implementation. (Bug #420285, Tomeu Vizoso) (gtk_file_chooser_dialog_map): force a dialog size change, so it's clamped for sure to the 75% of the screen size. svn path=/branches/gtk-2-10/; revision=17867
* Updated en_GB translationDavid Lodge2007-05-152-1236/+1083
| | | | svn path=/branches/gtk-2-10/; revision=17854
* Fix check for modifier keys. (#438261, Theppitak Karoonboonyanan)Behdad Esfahbod2007-05-142-1/+8
| | | | | | | | | | | 2007-05-14 Behdad Esfahbod <behdad@gnome.org> * modules/input/gtkimcontextthai.c (gtk_im_context_thai_filter_keypress): Fix check for modifier keys. (#438261, Theppitak Karoonboonyanan) svn path=/branches/gtk-2-10/; revision=17841
* Fix size requisition for wide vertical separators. (#438113, BenjaminMatthias Clasen2007-05-142-2/+10
| | | | | | | | | | | 2007-05-14 Matthias Clasen <mclasen@redhat.com> * gtk/gtkvseparator.c (gtk_vseparator_size_request): Fix size requisition for wide vertical separators. (#438113, Benjamin Berg) svn path=/branches/gtk-2-10/; revision=17838
* Fix context iterations for handle_configure_event()Cody Russell2007-05-132-2/+10
| | | | svn path=/branches/gtk-2-10/; revision=17835
* Fix wrong cairo path generation. (#437879, Eddie C. Dost)Behdad Esfahbod2007-05-122-1/+6
| | | | | | | | | | 2007-05-12 Behdad Esfahbod <behdad@gnome.org> * gdk/gdkdraw.c (gdk_draw_trapezoids): Fix wrong cairo path generation. (#437879, Eddie C. Dost) svn path=/branches/gtk-2-10/; revision=17832
* Merge from trunk:Michael Natterer2007-05-112-0/+11
| | | | | | | | | | | | | 2007-05-11 Michael Natterer <mitch@imendio.com> Merge from trunk: * gtk/gtktextview.c (selection_motion_event_handler): call gdk_device_get_state() so selecting works with XInput devices too. Spotted by Tommi Komulainen. svn path=/branches/gtk-2-10/; revision=17821
* Updated Brazilian Portuguese translation by Washington LinsLeonardo Ferreira Fontenelle2007-05-112-1041/+922
| | | | | | | | | 2007-05-10 Leonardo Ferreira Fontenelle <leonardof@svn.gnome.org> * pt_BR.po: Updated Brazilian Portuguese translation by Washington Lins <washington-lins@uol.com.br>. svn path=/branches/gtk-2-10/; revision=17818
* Unparent the old image before overwriting priv->image. (#437281, JochenMatthias Clasen2007-05-102-1/+13
| | | | | | | | | | 2007-05-10 Matthias Clasen <mclasen@redhat.com> * gtk/gtkbutton.c (gtk_button_set_image): Unparent the old image before overwriting priv->image. (#437281, Jochen Baier) svn path=/branches/gtk-2-10/; revision=17817
* Don't call into the backend if the region is empty. (#437081, SvenMatthias Clasen2007-05-102-1/+10
| | | | | | | | | | | 2007-05-10 Matthias Clasen <mclasen@redhat.com> * gdk/gdkdraw.c (gdk_draw_pixbuf): Don't call into the backend if the region is empty. (#437081, Sven Neumann) svn path=/branches/gtk-2-10/; revision=17814
* Merge from trunk:Dom Lachowicz2007-05-092-1/+20
| | | | | | | | | | | | | | 2007-05-09 Dom Lachowicz <domlachowicz@gmail.com> Merge from trunk: * modules/engines/ms-windows/Theme/gtk-2.0/gtkrc: GtkTreeView doesn't expand/collapse with Right/Left cursor keys on Windows (#436269, Daniel Atallah) svn path=/branches/gtk-2-10/; revision=17811
* Render non-XP tabs correctly on Win32Cody Russell2007-05-092-1/+8
| | | | svn path=/branches/gtk-2-10/; revision=17809
* Updated Changelog for updated assamese translationAmitakhya Phukan2007-05-091-0/+4
| | | | svn path=/branches/gtk-2-10/; revision=17806
* Updated assamese translationAmitakhya Phukan2007-05-091-30/+19
| | | | svn path=/branches/gtk-2-10/; revision=17805
* Backport misc directfb fixes from trunk; thanks Attilio Fiandrotti for theLoïc Minier2007-05-099-26/+67
| | | | | | | | | | | | | | | | | | | | 2007-05-09 Loïc Minier <lool@dooz.org> * gdk/directfb/Makefile.am: * gdk/directfb/gdkcolor-directfb.c: * gdk/directfb/gdkevents-directfb.c: (dfb_events_io_func), (gdk_event_translate): * gdk/directfb/gdkkeys-directfb.c: (gdk_keymap_translate_keyboard_state): * gdk/directfb/gdkpixmap-directfb.c: (gdk_pixmap_new): * gdk/directfb/gdkproperty-directfb.c: (gdk_atom_name): * gdk/directfb/gdkscreen-directfb.c: (gdk_screen_is_composited): * gdk/directfb/gdkwindow-directfb.c: (_gdk_windowing_window_destroy), (_gdk_directfb_move_resize_child): Backport misc directfb fixes from trunk; thanks Attilio Fiandrotti for the patch. svn path=/branches/gtk-2-10/; revision=17803
* Updated Thai translation.Theppitak Karoonboonyanan2007-05-072-2/+6
| | | | | | | * th.po: Updated Thai translation. svn path=/branches/gtk-2-10/; revision=17800
* Updated Bulgarian translation by Alexander Shopov <ash@contact.bg>Alexander Shopov2007-05-052-13/+21
| | | | | | | | | 2007-05-05 Alexander Shopov <ash@contact.bg> * bg.po: Updated Bulgarian translation by Alexander Shopov <ash@contact.bg> svn path=/branches/gtk-2-10/; revision=17796
* Updated Bulgarian translation by Alexander Shopov <ash@contact.bg>Alexander Shopov2007-05-052-1041/+922
| | | | | | | | | 2007-05-05 Alexander Shopov <ash@contact.bg> * bg.po: Updated Bulgarian translation by Alexander Shopov <ash@contact.bg> svn path=/branches/gtk-2-10/; revision=17795
* sv.po: Updated Swedish translationDaniel Nylander2007-05-042-1040/+920
| | | | svn path=/branches/gtk-2-10/; revision=17793
* Updated Arabic Translation by Khaled Hosny. Djihed Afifi2007-05-032-1087/+953
| | | | svn path=/branches/gtk-2-10/; revision=17789
* Updated Spanish translation.Jorge Gonzalez Gonzalez2007-05-032-1076/+941
| | | | svn path=/branches/gtk-2-10/; revision=17788
* Merge from trunk:Armin Burgmeier2007-05-032-3/+21
| | | | | | | | | | | | 2007-05-02 Armin Burgmeier <armin@openismus.com> Merge from trunk: * gtk/gtkcombobox.c: Destroy the menu in dispose instead of finalize, because the menu might unparent itself from its parent and cause a signal emission on a finalized object. (#430746) svn path=/branches/gtk-2-10/; revision=17787
* Updated zh_CN translationYang Zhang2007-05-031-348/+400
| | | | svn path=/branches/gtk-2-10/; revision=17784
* bump versionMatthias Clasen2007-05-022-2/+4
| | | | svn path=/branches/gtk-2-10/; revision=17781