summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* UpdatesMatthias Clasen2007-12-042-0/+23
| | | | | | | | | | 2007-12-04 Matthias Clasen <mclasen@redhat.com> * NEWS: Updates svn path=/branches/gtk-2-12/; revision=19111
* Merged from trunk:Richard Hult2007-12-042-0/+14
| | | | | | | | | | | 2007-12-04 Richard Hult <richard@imendio.com> Merged from trunk: * gdk/quartz/gdkwindow-quartz.c: (_gdk_windowing_window_init): Fully initialize the root window, fixes bug #501583. svn path=/branches/gtk-2-12/; revision=19110
* Modify the tab-label-destroy fix to not crash epiphany.Matthias Clasen2007-12-042-18/+13
| | | | | | | | | | 2007-12-04 Matthias Clasen <mclasen@redhat.com> * gtk/gtknotebook.c: Modify the tab-label-destroy fix to not crash epiphany. svn path=/branches/gtk-2-12/; revision=19108
* Merged from trunk:Richard Hult2007-12-032-6/+16
| | | | | | | | | | | | 2007-12-03 Richard Hult <richard@imendio.com> Merged from trunk: * gtk/gtkquartz.c: (_gtk_quartz_set_selection_data_for_pasteboard): Don't crash when dragging from a source that doesn't support uri lists (bug #499868, Paul Davis). svn path=/branches/gtk-2-12/; revision=19103
* Merged from trunk:Richard Hult2007-12-032-1/+20
| | | | | | | | | | | | | 2007-12-03 Richard Hult <richard@imendio.com> Merged from trunk: * gdk/quartz/gdkwindow-quartz.c: (gdk_window_impl_quartz_begin_paint_region): Don't crash when a parent relative bg pixmap is set, and no parent has a bg pixmap. Fixes bug #500804. svn path=/branches/gtk-2-12/; revision=19101
* Updated Irish translation.Seán de Búrca2007-12-021-9/+9
| | | | | | | | 2007-12-02 Seán de Búrca <sdeburca@svn.gnome.org> * ga.po: Updated Irish translation. svn path=/branches/gtk-2-12/; revision=19097
* Merged from trunk:Cody Russell2007-12-012-0/+17
| | | | | | | | | | | | | | | | | 2007-12-1 Cody Russell <bratsche@gnome.org> Merged from trunk: * gtk/gtkpaned.c: (gtk_paned_set_position) [Win32]: On Windows, queue a redraw of child2 whenever we set the pane handle position. This is unfortunately kind of hacky, but solves the visual artifacts that were occuring on at least certain types of child widgets (e.g., text views and tree views) that are inside horizontal or vertical panes. (#144269) svn path=/branches/gtk-2-12/; revision=19096
* Fixed French translation.Stéphane Raimbault2007-11-282-944/+957
| | | | | | | | 2007-11-28 Stéphane Raimbault <stephane.raimbault@gmail.com> * fr.po: Fixed French translation. svn path=/branches/gtk-2-12/; revision=19089
* Translation updated by Ivar Smolin.Priit Laes2007-11-282-1535/+1561
| | | | | | | | 2007-11-28 Priit Laes <plaes@svn.gnome.org> * et.po: Translation updated by Ivar Smolin. svn path=/branches/gtk-2-12/; revision=19088
* Translation updated by Ivar Smolin.Priit Laes2007-11-282-1076/+956
| | | | | | | | 2007-11-28 Priit Laes <plaes@svn.gnome.org> * et.po: Translation updated by Ivar Smolin. svn path=/branches/gtk-2-12/; revision=19087
* Updated Irish translationSeán de Búrca2007-11-282-1079/+959
| | | | | | | | 2007-11-27 Seán de Búrca <sdeburca@svn.gnome.org> * ga.po: Updated Irish translation svn path=/branches/gtk-2-12/; revision=19086
* Merged from trunk:Tor Lillqvist2007-11-284-27/+81
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2007-11-28 Tor Lillqvist <tml@novell.com> Merged from trunk: A proper build of GNU libintl is supposed to export the variable _nl_msg_cat_cntr. configure looks for that variable in order to recognize GNU gettext. If it sees that it is indeed GNU gettext that is used, it decides to install message catalogs in share/locale, otherwise in lib/locale. Until now on Windows I have built GTK+ against a build of GNU gettext that did not export _nl_msg_cat_cntr. But this will change, so we can't assume message catalogs are always in lib/locale. * gtk/gtkmain.c: (_gtk_get_localedir) [Win32]: Rework to handle GTK_LOCALEDIR being either in "lib" or "share". Move the function before the inclusion of gtkprivate.h so that it sees the original GTK_LOCALEDIR. * gtk-zip.sh.in: Check whether the message catalogs are in share/locale or lib/locale. * config.h.win32.in: Tack on "/share/locale" to GTK_LOCALEDIR so that the code in _gtk_get_localedir() will find the slashes. svn path=/branches/gtk-2-12/; revision=19085
* Merged from trunk: Fix #375893, patch by Ben Hague:Tor Lillqvist2007-11-272-6/+64
| | | | | | | | | | | | | | | | | 2007-11-28 Tor Lillqvist <tml@novell.com> Merged from trunk: Fix #375893, patch by Ben Hague: * gtk/gtkfilesystemwin32.c (get_viewable_logical_drives): Wrapper around GetLogicalDrives() that takes also the viewable drive restrictions in the Registry (which are usually the result of an Active Directory Group Policy) into account. (check_volumes, gtk_file_system_win32_list_volumes) Call get_viewable_logical_drives() instead of GetLogicalDrives(). svn path=/branches/gtk-2-12/; revision=19080
* Zero some variables to silence valgrind. (#495124, Morten Welinder)Matthias Clasen2007-11-272-0/+9
| | | | | | | | | | 2007-11-27 Matthias Clasen <mclasen@redhat.com> * gtk/gtkwindow.c (gtk_window_move_resize): Zero some variables to silence valgrind. (#495124, Morten Welinder) svn path=/branches/gtk-2-12/; revision=19078
* Merged from trunk:Mart Raudsepp2007-11-272-3/+6
| | | | | | | | | | 2007-11-27 Mart Raudsepp <leio@gentoo.org> Merged from trunk: * tests/buildertest.c: (test_window): fix invalid free svn path=/branches/gtk-2-12/; revision=19076
* Bump versionMatthias Clasen2007-11-262-2/+6
| | | | svn path=/branches/gtk-2-12/; revision=19069
* 2.12.2GTK_2_12_2Matthias Clasen2007-11-26199-23353/+23908
| | | | svn path=/branches/gtk-2-12/; revision=19067
* Fix up some doc commentsMatthias Clasen2007-11-267-38/+47
| | | | svn path=/branches/gtk-2-12/; revision=19065
* UpdatesMatthias Clasen2007-11-262-0/+59
| | | | svn path=/branches/gtk-2-12/; revision=19064
* Use $CUPS_CONFIG instead of hardcoded cups-config. (#495574, Richard Hult)Matthias Clasen2007-11-262-3/+10
| | | | | | | | | | 2007-11-26 Matthias Clasen <mclasen@redhat.com> * configure.in: Use $CUPS_CONFIG instead of hardcoded cups-config. (#495574, Richard Hult) svn path=/branches/gtk-2-12/; revision=19063
* Short-circuit on destroy. (gtk_notebook_destroy): Destroy tab_labelMatthias Clasen2007-11-262-1/+33
| | | | | | | | | | | | 2007-11-26 Matthias Clasen <mclasen@redhat.com> * gtk/gtknotebook.c (gtk_notebook_update_labels): Short-circuit on destroy. (gtk_notebook_destroy): Destroy tab_label widgets. (#388321, Morten Welinder) svn path=/branches/gtk-2-12/; revision=19060
* Improve alternative button ordering. (#476827, Yevgen Muntyan, patch byMatthias Clasen2007-11-262-3/+10
| | | | | | | | | | 2007-11-26 Matthias Clasen <mclasen@redhat.com> * gtk/gtkassistant.c: Improve alternative button ordering. (#476827, Yevgen Muntyan, patch by Carlos Garnacho) svn path=/branches/gtk-2-12/; revision=19058
* Fix a theming problem with colors in GtkCalendar. (#499703, MichaelMatthias Clasen2007-11-262-2/+11
| | | | | | | | | | 2007-11-26 Matthias Clasen <mclasen@redhat.com> * gtk/gtkcalendar.c: Fix a theming problem with colors in GtkCalendar. (#499703, Michael Hofmann) svn path=/branches/gtk-2-12/; revision=19056
* Don't use guint8 for bitfields, since some compilers choke on that.Matthias Clasen2007-11-263-8/+14
| | | | | | | | | | | 2007-11-26 Matthias Clasen <mclasen@redhat.com> * gtk/gtkfilechooserbutton.c: * gtk/gtktoolbar.c: Don't use guint8 for bitfields, since some compilers choke on that. (#467722) svn path=/branches/gtk-2-12/; revision=19052
* Use the monitor the window currently is on, not always the primaryTor Lillqvist2007-11-252-5/+26
| | | | | | | | | | | 2007-11-26 Tor Lillqvist <tml@novell.com> * gdk/win32/gdkwindow-win32.c (gdk_window_fullscreen): Use the monitor the window currently is on, not always the primary monitor. (#463865, Tim Evans) svn path=/branches/gtk-2-12/; revision=19046
* Fix a typo. (#498922)Matthias Clasen2007-11-252-1/+8
| | | | | | | | | | 2007-11-25 Matthias Clasen <mclasen@redhat.com> * gtk/gtktreeview.c (gtk_tree_view_set_show_expanders): Fix a typo. (#498922) svn path=/branches/gtk-2-12/; revision=19040
* Updated Irish translation.Seán de Búrca2007-11-242-20/+24
| | | | | | | | 2007-11-24 Seán de Búrca <sdeburca@svn.gnome.org> * ga.po: Updated Irish translation. svn path=/branches/gtk-2-12/; revision=19037
* Merged from trunk:Matthias Clasen2007-11-222-1/+8
| | | | | | | | | | | | | 2007-11-22 Matthias Clasen <mclasen@redhat.com> Merged from trunk: * modules/printbackends/cups/gtkcupsutils.c: Fix a casting problem. (#485662, patch by Herbert Valerio Riedel) svn path=/branches/gtk-2-12/; revision=19031
* Merged from trunk:Matthias Clasen2007-11-222-1/+7
| | | | | | | | | | | | 2007-11-22 Matthias Clasen <mclasen@redhat.com> Merged from trunk: * gtk/gtktextiter.c: Fix an aliasing problem. (#347585, Ed Catmur) svn path=/branches/gtk-2-12/; revision=19030
* Merged from trunk:Matthias Clasen2007-11-222-1/+12
| | | | | | | | | | | | | 2007-11-22 Matthias Clasen <mclasen@redhat.com> Merged from trunk: * tests/testrichtext.c (setup_buffer): Fix C89 compilation issue. (#467711, The Written Word) svn path=/branches/gtk-2-12/; revision=19029
* Merged from trunk:Matthias Clasen2007-11-222-1/+8
| | | | | | | | | | | | | 2007-11-22 Matthias Clasen <mclasen@redhat.com> Merged from trunk: * gtk/gtktoolbar.c: Fix the default value of the toolbar-style property. (#489782, Jan Janech) svn path=/branches/gtk-2-12/; revision=19028
* Merged from trunk:Matthias Clasen2007-11-222-8/+17
| | | | | | | | | | | | | 2007-11-22 Matthias Clasen <mclasen@redhat.com> Merged from trunk: * gtk/gtkimage.c (animation_timeout): Avoid drawing one too many frames. (#107398, Owen Taylor, Miguel Gomez) svn path=/branches/gtk-2-12/; revision=19027
* Add branch markerMatthias Clasen2007-11-221-0/+4
| | | | svn path=/branches/gtk-2-12/; revision=19026
* Fix the GtkBuildable implementation to allow setting column types.Matthias Clasen2007-11-192-25/+54
| | | | | | | | | | | 2007-11-19 Matthias Clasen <mclasen@redhat.com> * gtk/gtktreestore.c: Fix the GtkBuildable implementation to allow setting column types. (#496795, James Stephenson) svn path=/trunk/; revision=19001
* Make gtk_check_version() return const. (#496734, Nicolas Joseph)Matthias Clasen2007-11-193-4/+9
| | | | | | | | | | | 2007-11-19 Matthias Clasen <mclasen@redhat.com> * gtk/gtkmain.[hc]: Make gtk_check_version() return const. (#496734, Nicolas Joseph) svn path=/trunk/; revision=19000
* Correct docs for program-name property. (#496689, Thomas Wood)Matthias Clasen2007-11-194-3/+18
| | | | | | | | | | | 2007-11-19 Matthias Clasen <mclasen@redhat.com> * gtk/gtkaboutdialog.c: Correct docs for program-name property. (#496689, Thomas Wood) svn path=/trunk/; revision=18999
* Small correction to the informational DTD. (#496277, Nicolas Joseph)Matthias Clasen2007-11-192-1/+6
| | | | | | | | | | | 2007-11-19 Matthias Clasen <mclasen@redhat.com> * gtk/tmpl/gtkbuilder.sgml: Small correction to the informational DTD. (#496277, Nicolas Joseph) svn path=/trunk/; revision=18998
* Use gtk_text_buffer_get_insert instead of get_mark. Fixes Bug 497164.Paolo Borelli2007-11-174-84/+50
| | | | | | | | | | | | 2007-11-17 Paolo Borelli <pborelli@katamail.com> * gtk/gtktextbuffer.c: * gtk/gtktextlayout.c: * gtk/gtktextview.c: Use gtk_text_buffer_get_insert instead of get_mark. Fixes Bug 497164. svn path=/trunk/; revision=18997
* new functions _gtk_text_btree_get_insert() andYevgen Muntyan2007-11-154-6/+26
| | | | | | | | | | | | | | 2007-11-15 Yevgen Muntyan <muntyan@tamu.edu> * gtk/gtktextbtree.h: * gtk/gtktextbtree.c: new functions _gtk_text_btree_get_insert() and _gtk_text_btree_get_selection_bound() (#497102). * gtk/gtktextbuffer.c (gtk_text_buffer_get_insert), (gtk_text_buffer_get_selection_bound): use them here instead of hash table lookup. svn path=/trunk/; revision=18996
* sort returned tags array by tags priority (#497102).Yevgen Muntyan2007-11-154-8/+13
| | | | | | | | | | | | 2007-11-15 Yevgen Muntyan <muntyan@tamu.edu> * gtk/gtktextbtree.c (_gtk_text_btree_get_tags): sort returned tags array by tags priority (#497102). * gtk/gtktextiter.c (gtk_text_iter_get_tags), (gtk_text_iter_get_attributes): * gtk/gtktextlayout.c (get_tags_array_at_iter): and do not sort it here. svn path=/trunk/; revision=18995
* do not call _gtk_text_btree_get_iter_at_line() andYevgen Muntyan2007-11-152-23/+82
| | | | | | | | | | | | | | 2007-11-15 Yevgen Muntyan <muntyan@tamu.edu> * gtk/gtktextlayout.c: (gtk_text_layout_get_line_display), (get_style): do not call _gtk_text_btree_get_iter_at_line() and _gtk_text_btree_get_tags() for every segment, instead call them once and then collect the tags while iterating over the segments. (get_tags_array_at_iter), (tags_array_toggle_tag): new functions for tags array handling. svn path=/trunk/; revision=18994
* Updated Slovenian translationMatej Urbančič2007-11-142-2199/+2087
| | | | svn path=/trunk/; revision=18993
* Updated Slovenian translationMatej Urbančič2007-11-142-1260/+1132
| | | | svn path=/trunk/; revision=18992
* remove recently added gdk_flush() again, it's not needed after all.Michael Natterer2007-11-142-7/+5
| | | | | | | | | | 2007-11-14 Michael Natterer <mitch@imendio.com> * gtk/gtkmenu.c (gtk_menu_popup): remove recently added gdk_flush() again, it's not needed after all. svn path=/trunk/; revision=18991
* tests/testbbox.c use g_object_ref/unref instead of deprecated functions.Michael Natterer2007-11-143-4/+11
| | | | | | | | | | | 2007-11-14 Michael Natterer <mitch@imendio.com> * tests/testbbox.c * tests/testframe.c: use g_object_ref/unref instead of deprecated functions. svn path=/trunk/; revision=18990
* Remove conflict marker.Michael Natterer2007-11-141-1/+0
| | | | svn path=/trunk/; revision=18989
* cast pointers to fix warnings about signdness.Michael Natterer2007-11-142-5/+10
| | | | | | | | | | 2007-11-14 Michael Natterer <mitch@imendio.com> * gtk/gtkstyle.c (gtk_default_draw_focus): cast pointers to fix warnings about signdness. svn path=/trunk/; revision=18988
* Reviewed by Richard:Sven Herzberg2007-11-132-1/+9
| | | | | | | | | | | | 2007-11-12 Sven Herzberg <herzi@imendio.com> Reviewed by Richard: * gdk/quartz/gdkquartz.h: include <gdk/gdkprivate.h> with angle brackets and not with quotation marks svn path=/trunk/; revision=18987
* Avoid loading the ISO8859-1 iconv module. We're already doing all theAlexander Larsson2007-11-122-21/+28
| | | | | | | | | | | | | 2007-11-12 Alexander Larsson <alexl@redhat.com> * gdk/x11/gdkselection-x11.c: Avoid loading the ISO8859-1 iconv module. We're already doing all the required work anyway. This saves 4kb private dirty memory per gtk+ process svn path=/trunk/; revision=18986
* Translation updated by Ivar Smolin.Priit Laes2007-11-122-1540/+1567
| | | | | | | | 2007-11-12 Priit Laes <plaes@svn.gnome.org> * et.po: Translation updated by Ivar Smolin. svn path=/trunk/; revision=18985