summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 2.14.5GTK_2_14_5Matthias Clasen2008-11-24211-15641/+15504
| | | | svn path=/branches/gtk-2-14/; revision=21802
* UpdatesMatthias Clasen2008-11-243-1/+34
| | | | svn path=/branches/gtk-2-14/; revision=21801
* don't define USE_MMX for msvc updatedHans Breuer2008-11-234-11/+11
| | | | | | | | | 2008-11-23 Hans Breuer <hans@breuer.org> * config.h.win32.in : don't define USE_MMX for msvc * gdk-pixbuf/makefile.msc gtk/makefile.msc.in : updated svn path=/branches/gtk-2-14/; revision=21799
* Missing format specifiers and some other small bits. Bugzilla bug #554567.Kjartan Maraas2008-11-219-13/+27
| | | | | | | | | | | | | | | | | | 2008-11-21 Kjartan Maraas <kmaraas@gnome.org> * gtk/gtkbuilder.c: (_gtk_builder_flags_from_string): * gtk/gtkfilechooserdefault.c: (file_list_drag_data_received_get_info_cb): * gtk/gtkiconfactory.c: (icon_source_start_element): * gtk/gtkprintbackend.c: (gtk_print_backend_module_load): * gtk/gtkprintoperation.c: (run_pdf): * gtk/gtkthemes.c: (gtk_theme_engine_load): * gtk/tests/builder.c: (test_file): * tests/testmerge.c: (dump_tree): Missing format specifiers and some other small bits. Bugzilla bug #554567. svn path=/branches/gtk-2-14/; revision=21797
* Missing format specifier. Bug #554567.Kjartan Maraas2008-11-212-3/+8
| | | | | | | | | 2008-11-08 Kjartan Maraas <kmaraas@gnome.org> * gailtextview.c: (gail_streamable_content_get_stream): Missing format specifier. Bug #554567. svn path=/branches/gtk-2-14/; revision=21796
* Updated Korean translationChangwoo Ryu2008-11-212-293/+226
| | | | svn path=/branches/gtk-2-14/; revision=21793
* Bug 552956 – Should check composite extension versionMatthias Clasen2008-11-152-1/+21
| | | | | | | | | * gdk/x11/gdkdisplay-x11.c: Check that the version of the composite extension is at least 0.4. Patch by Owen Taylor svn path=/branches/gtk-2-14/; revision=21790
* Bug 541391 – Unfocussable Treeview swallows focusMatthias Clasen2008-11-152-2/+13
| | | | | | | | * gtk/gtktreeview.c (grab_focus_and_unset_draw_keyfocus), (gtk_tree_view_focus): Honor GTK_WIDGET_CAN_FOCUS properly svn path=/branches/gtk-2-14/; revision=21789
* Merged from trunk:Richard Hult2008-11-052-4/+12
| | | | | | | | | | | | | | 2008-11-05 Richard Hult <richard@imendio.com> Merged from trunk: * gdk/quartz/gdkevents-quartz.c: (get_keyboard_modifiers_from_ns_event), (create_key_event): Revert (at least for now) the alt/cmd switching since it breaks the "alt-gr" functionality of alt which makes it impossible to input lots of characters. svn path=/branches/gtk-2-14/; revision=21762
* Bug 557212 - Problem with which window gains focus and is visibleTor Lillqvist2008-11-032-7/+17
| | | | | | | | | | | | | | | | 2008-11-04 Tor Lillqvist <tml@novell.com> Bug 557212 - Problem with which window gains focus and is visible * gdk/win32/gdkevents-win32.c (ensure_stacking_on_activate_app): Only do the restacking for the active window of the application. Seems to fix the problem. (gdk_event_translate): Only call ensure_stacking_on_activate_app() when the application is being activated, not deactivated. svn path=/branches/gtk-2-14/; revision=21755
* Bug 558278 - Crash when calling a callback set byTor Lillqvist2008-11-012-18/+53
| | | | | | | | | | | | | | | | | | | | | 2008-11-01 Tor Lillqvist <tml@novell.com> Bug 558278 - Crash when calling a callback set by gdk_add_client_message_filter() * gdk/win32/gdkevents-win32.c (apply_event_filters): Rename from apply_filters() so that it is clear that this function is for GdkEventFilters only. (print_event): Print more information for GDK_CLIENT_EVENT events. (gdk_event_translate): When handling client filters, don't use apply_event_filters(). Use similar code as in the X11 backend, although not exactly, as the parameter list and return value semantics of gdk_event_translate() is different. svn path=/branches/gtk-2-14/; revision=21747
* Bug 558323 – glitches when popping up combos in treeviewsMatthias Clasen2008-10-312-26/+14
| | | | | | | | | | | | | 2008-10-31 Matthias Clasen <mclasen@redhat.com> Bug 558323 – glitches when popping up combos in treeviews gtk/gtkcellrenderercombo.c (gtk_cell_renderer_combo_set_property): Don't set the model property on the combo box, since that leads to loops. svn path=/branches/gtk-2-14/; revision=21741
* Oops, correcting the ChangeLogChristian Dywan2008-10-301-2/+3
| | | | svn path=/branches/gtk-2-14/; revision=21730
* Bug 557316 – GtkLinkButton should consider user-defined tooltipChristian Dywan2008-10-302-1/+9
| | | | | | | | * gtk/gtklinkbutton.c (gtk_link_button_query_tooltip_cb): Only override the tooltip if not previously set svn path=/branches/gtk-2-14/; revision=21729
* Merged from trunk:Richard Hult2008-10-272-1/+12
| | | | | | | | | | | | | | | 2008-10-27 Richard Hult <richard@imendio.com> Merged from trunk: Bug 557894 – Wrong return value for gdk_pointer_grab_info_libgtk_only() * gdk/quartz/gdkevents-quartz.c: (gdk_pointer_grab_info_libgtk_only): Return TRUE when there is a pointer grab. Patch by Owen Taylor. svn path=/branches/gtk-2-14/; revision=21723
* Added Asturian translation on behalf of Mikel GonzálezGil Forcada Codinachs2008-10-235-0/+11409
| | | | svn path=/branches/gtk-2-14/; revision=21705
* Merged from trunk:Alexander Larsson2008-10-232-0/+21
| | | | | | | | | | | | | | | | | | | 2008-10-23 Alexander Larsson <alexl@redhat.com> Merged from trunk: Bug 528320 - Incorrect icons displayed for files with custom mimetype icons * gtk/gtkfilesystem.c: (_gtk_file_info_render_icon): Fall back on default file icon if there was no icon or it was not found in the theme. This goes with the corresponding change in glib to not add the fallback icon, but is useful in other cases too. svn path=/branches/gtk-2-14/; revision=21703
* Updated Norwegian bokmål translation.Kjartan Maraas2008-10-232-1018/+1026
| | | | | | | | 2008-10-23 Kjartan Maraas <kmaraas@gnome.org> * nb.po: Updated Norwegian bokmål translation. svn path=/branches/gtk-2-14/; revision=21701
* Only emit size-changed if the screen size actually changed.Matthias Clasen2008-10-222-1/+17
| | | | | | | | | | 2008-10-22 Matthias Clasen <mclasen@redhat.com> * gdk/x11/gdkscreen-x11.c: Only emit size-changed if the screen size actually changed. svn path=/branches/gtk-2-14/; revision=21699
* fix a typoMark Krapivner2008-10-222-232/+288
| | | | svn path=/branches/gtk-2-14/; revision=21697
* Updated Lithuanian translation.Gintautas Miliauskas2008-10-212-1015/+1026
| | | | | | | | | | 2008-10-22 Gintautas Miliauskas <gintas@akl.lt> * lt.po: Updated Lithuanian translation. svn path=/branches/gtk-2-14/; revision=21696
* Bug 557266 - Window Management ProblemTor Lillqvist2008-10-212-15/+39
| | | | | | | | | | | | | | | | | | | | 2008-10-21 Tor Lillqvist <tml@novell.com> Bug 557266 - Window Management Problem Also reported in mail to gtk-list, and of course it has been well known in general that window state management is messy and buggy in various ways in gdk/win32. * gdk/win32/gdkwindow-win32.c (show_window_internal): Correct handling of GDK_WINDOW_STATE_ABOVE windows. It doesn't work to set the WS_EX_TOPMOST extended style bit using SetWindowLong(). We must call SetWindowPos() on the window using HWND_TOPMOST instead. The description for WS_EX_TOPMOST in the documentation for CreateWindowEx() even implies that if you read it carefully. svn path=/branches/gtk-2-14/; revision=21693
* Bug 557059 – crash when compositing emblems with iconChristian Persch2008-10-202-4/+27
| | | | | | | | | | | | 2008-10-20 Christian Persch <chpe@gnome.org> Bug 557059 – crash when compositing emblems with icon * gtk/gtkicontheme.c: (apply_emblems): Copy the pixbuf before using it with gtk_pixbuf_composite, in case its pixdata is read-only (mmaped from icon cache or builtins). svn path=/branches/gtk-2-14/; revision=21691
* Updated Czech translation.Petr Kovar2008-10-192-1015/+1027
| | | | | | | | 2008-10-19 Petr Kovar <pknbe@volny.cz> * cs.po: Updated Czech translation. svn path=/branches/gtk-2-14/; revision=21688
* Updated Slovenian translationMatej Urbančič2008-10-191-302/+302
| | | | svn path=/branches/gtk-2-14/; revision=21687
* Updated Catalan translation by David PlanellaGil Forcada Codinachs2008-10-192-1632/+1664
| | | | svn path=/branches/gtk-2-14/; revision=21685
* Updated Arabic Translation by Anas Afif Emad.Djihed Afifi2008-10-192-1619/+1651
| | | | | | * Updated Arabic Translation by Anas Afif Emad. svn path=/branches/gtk-2-14/; revision=21684
* Updated Thai translation.Theppitak Karoonboonyanan2008-10-192-2/+6
| | | | | | | | | 2008-10-19 Theppitak Karoonboonyanan <thep@linux.thai.net> * th.po: Updated Thai translation. svn path=/branches/gtk-2-14/; revision=21683
* Updated Thai translation.Theppitak Karoonboonyanan2008-10-192-3/+7
| | | | | | | | | 2008-10-19 Theppitak Karoonboonyanan <thep@linux.thai.net> * th.po: Updated Thai translation. svn path=/branches/gtk-2-14/; revision=21681
* Updated Galician Translation.Ignacio Casal Quinteiro2008-10-182-1787/+1814
| | | | svn path=/branches/gtk-2-14/; revision=21679
* Updated Galician translationIgnacio Casal Quinteiro2008-10-182-1123/+1045
| | | | svn path=/branches/gtk-2-14/; revision=21678
* Updated Japanese translation.Takeshi AIHANA2008-10-182-1016/+1029
| | | | | | | | 2008-10-18 Takeshi AIHANA <takeshi.aihana@gmail.com> * ja.po: Updated Japanese translation. svn path=/branches/gtk-2-14/; revision=21677
* On WM_WINDOWPOSCHANGING, don't dereference windowpos in the debuggingTor Lillqvist2008-10-172-10/+17
| | | | | | | | | | | 2008-10-18 Tor Lillqvist <tml@novell.com> * gdk/win32/gdkevents-win32.c (gdk_event_translate): On WM_WINDOWPOSCHANGING, don't dereference windowpos in the debugging output without setting it first. svn path=/branches/gtk-2-14/; revision=21675
* Bug 556578 - GIMP windows stay on top of other windowsTor Lillqvist2008-10-172-11/+29
| | | | | | | | | | | | | | | | | | 2008-10-18 Tor Lillqvist <tml@novell.com> Bug 556578 - GIMP windows stay on top of other windows * gdk/win32/gdkevents-win32.c (ensure_stacking_on_unminimize) (ensure_stacking_on_window_pos_changing) (ensure_stacking_on_activate_app): Ignore unmapped windows in the loops where we look for the lowest "transient-type" window. (gdk_event_translate): Don't call ensure_stacking_on_window_pos_changing() or ensure_stacking_on_activate_app() for unmapped windows. svn path=/branches/gtk-2-14/; revision=21674
* Updated Italian translations.Luca Ferretti2008-10-172-1021/+1036
| | | | | | | | 2008-10-17 Luca Ferretti <elle.uca@libero.it> * it.po: Updated Italian translations. svn path=/branches/gtk-2-14/; revision=21673
* Updated Catalan translationGil Forcada Codinachs2008-10-172-1015/+1026
| | | | svn path=/branches/gtk-2-14/; revision=21671
* Bump versionMatthias Clasen2008-10-172-2/+6
| | | | svn path=/branches/gtk-2-14/; revision=21669
* 2.14.4GTK_2_14_4Matthias Clasen2008-10-17206-35376/+35877
| | | | svn path=/branches/gtk-2-14/; revision=21667
* UpdatesMatthias Clasen2008-10-172-0/+44
| | | | svn path=/branches/gtk-2-14/; revision=21666
* Updated Slovak translation by Pavol Šimo.Marcel Telka2008-10-162-1742/+1723
| | | | | | | | 2008-10-16 Marcel Telka <marcel@telka.sk> * sk.po: Updated Slovak translation by Pavol Šimo. svn path=/branches/gtk-2-14/; revision=21663
* Updated Slovak translation by Pavol Šimo.Marcel Telka2008-10-162-1112/+1105
| | | | | | | | 2008-10-16 Marcel Telka <marcel@telka.sk> * sk.po: Updated Slovak translation by Pavol Šimo. svn path=/branches/gtk-2-14/; revision=21662
* Updated German translation.Andre Klapper2008-10-162-1013/+1029
| | | | | | | | | 2008-10-16 Andre Klapper <a9016009@gmx.de> * de.po: Updated German translation. svn path=/branches/gtk-2-14/; revision=21661
* Merged from trunk:Michael Natterer2008-10-152-1/+8
| | | | | | | | | | | | 2008-10-15 Michael Natterer <mitch@imendio.com> Merged from trunk: * gdk/gdkapplaunchcontext.h (GDK_IS_APP_LAUNCH_CONTEXT): fix typo in the type name so the macro becomes usable. svn path=/branches/gtk-2-14/; revision=21659
* sv.po: Updated Swedish translationDaniel Nylander2008-10-152-1012/+1028
| | | | svn path=/branches/gtk-2-14/; revision=21657
* Updated Spanish translationJorge Gonzalez Gonzalez2008-10-142-1013/+1029
| | | | svn path=/branches/gtk-2-14/; revision=21656
* Updated Brazilian Portuguese translation.Og B. Maciel2008-10-142-99/+108
| | | | svn path=/branches/gtk-2-14/; revision=21654
* Updated French translation.Claude Paroz2008-10-142-1013/+1028
| | | | | | | | 2008-10-14 Claude Paroz <claude@2xlibre.net> * fr.po: Updated French translation. svn path=/branches/gtk-2-14/; revision=21652
* Bug 555779 – GtkCellRendererPixbuf crashed on failed GIcon lookupMatthias Clasen2008-10-142-3/+22
| | | | | | | | | | | | | | 2008-10-13 Matthias Clasen <mclasen@redhat.com> Bug 555779 – GtkCellRendererPixbuf crashed on failed GIcon lookup * gtk/gtkcellrendererpixbuf (gtk_cell_renderer_pixbuf_create_themed_pixbuf): Don't crash if a GIcon is not present in the current theme. Patch by Alex Larsson. svn path=/branches/gtk-2-14/; revision=21651
* Bug 552318 – menubar mnemonics consumed even whenMatthias Clasen2008-10-142-16/+33
| | | | | | | | | | | | | | 2008-10-13 Matthias Clasen <mclasen@redhat.com> Bug 552318 – menubar mnemonics consumed even when gtk-enable-mnemonics=false * gtk/gtkwindow.c (gtk_window_activate_key): Don't let mnemonic entries block accelerator activation when gtk-enable-mnemonics is FALSE. Problem reported by Andreas Moog. svn path=/branches/gtk-2-14/; revision=21649
* Bug 555953 – libferret missing link against libgtk-x11Matthias Clasen2008-10-132-2/+12
| | | | | | | | | | | 2008-10-13 Matthias Clasen <mclasen@redhat.com> Bug 555953 – libferret missing link against libgtk-x11 * test/Makefile.am: Link libferret against gtk. svn path=/branches/gtk-2-14/; revision=21647