- 22 Nov, 2007 3 commits
-
-
Priit Laes authored
2007-11-22 Priit Laes <plaes@svn.gnome.org> * et.po: Translation updated by Ivar Smolin. svn path=/trunk/; revision=19032
-
Matthias Clasen authored
2007-11-22 Matthias Clasen <mclasen@redhat.com> * modules/printbackends/cups/gtkcupsutils.c: Fix a casting problem. (#485662, patch by Herbert Valerio Riedel) svn path=/trunk/; revision=19025
-
Matthias Clasen authored
2007-11-22 Matthias Clasen <mclasen@redhat.com> * gtk/gtktextiter.c: Fix an aliasing problem. (#347585, Ed Catmur) svn path=/trunk/; revision=19024
-
- 21 Nov, 2007 8 commits
-
-
Richard Hult authored
2007-11-21 Richard Hult <richard@imendio.com> * gdk/quartz/Makefile.am: * gdk/quartz/gdktestutils-quartz.c: Add stubs for the testing functions to fix the build. svn path=/trunk/; revision=19023
-
Behdad Esfahbod authored
2007-11-21 Behdad Esfahbod <behdad@gnome.org> * tests/testrichtext.c (setup_buffer): Fix C89 compilation issue. (#467711, The Written Word) svn path=/trunk/; revision=19022
-
Ross Burton authored
2007-11-21 Ross Burton <ross@openedhand.com> * gdk/x11/gdksettings.c: Add xsetting for gtk-scrolled-window-placement (#458103). svn path=/trunk/; revision=19021
-
Behdad Esfahbod authored
2007-11-21 Behdad Esfahbod <behdad@gnome.org> * gtk/gtkmenuitem.c (gtk_menu_item_class_init), (gtk_menu_item_paint): Make GtkMenuItem's arrow size themeable. (#469239, Michael Natterer) svn path=/trunk/; revision=19020
-
Behdad Esfahbod authored
2007-11-21 Behdad Esfahbod <behdad@gnome.org> * gdk/x11/gdksettings.c (gdk_settings_names, gdk_settings_map): Add Gtk/EnableAccels and Gtk/EnableMnemonics xsettings for gtk-enable-accels and gtk-enable-mnemonics GtkSettings respectively. (#436536, Tommi Komulainen) svn path=/trunk/; revision=19019
-
Matthias Clasen authored
2007-11-21 Matthias Clasen <mclasen@redhat.com> * gtk/gtktoolbar.c: Fix the default value of the toolbar-style property. (#489782, Jan Janech) svn path=/trunk/; revision=19018
-
Matthias Clasen authored
2007-11-20 Matthias Clasen <mclasen@redhat.com> * gtk/gtkimage.c (animation_timeout): Avoid drawing one too many frames. (#107398, Owen Taylor, Miguel Gomez) svn path=/trunk/; revision=19017
-
Matthias Clasen authored
2007-11-20 Matthias Clasen <mclasen@redhat.com> * gdk-pixbuf-animation.c: Use G_DEFINE_TYPE (#469341, Björn Lindqvist) svn path=/trunk/; revision=19016
-
- 20 Nov, 2007 9 commits
-
-
Yannig MARCHEGAY authored
svn path=/trunk/; revision=19015
-
Tim Janik authored
svn path=/trunk/; revision=19014
-
Tim Janik authored
svn path=/trunk/; revision=19013
-
Tim Janik authored
* gdk/Makefile.am: added gdktestutils.h to public includes. * gdk/gdk.h: added gdktestutils.h to public includes. * gdk/gdk.symbols: added gdk_test_simulate_button, gdk_test_simulate_key, gdk_test_render_sync. * gdk/gdktestutils.h: new file, added prototypes for gdk_test_simulate_button, gdk_test_simulate_key, gdk_test_render_sync. * gdk/x11/Makefile.am: build gdktestutils-x11.c. * gdk/x11/gdktestutils-x11.c: implemented gdk_test_simulate_button, gdk_test_simulate_key, gdk_test_render_sync. * gtk/gtktestutils.c: * gtk/gtktestutils.h: * gtk/gtk.symbols: removed gtk_test_simulate_button gtk_test_simulate_key, gtk_test_xserver_render_sync. * gtk/tests/testing.c: call gdk_test_render_sync. svn path=/trunk/; revision=19012
-
Tim Janik authored
* gtk/tests/testing.c: added a sample test program that tests Gtk+ test utility functions. some g_test_* related portions are disabled and need to be enabled once Gtk+ depends on a new glib with the GLib testing framework integrated. * gtk/tests/Makefile.am: new subdirectory to include quick Gtk+ tests. added exemplary test rules to run tests inside Xvfb. this needs to depend on gtester for full fledged testing. * gtk/Makefile.am: build gtk+/gtk/tests, define -DGTK_ENABLE_BROKEN when collecting _get_type functions to catch e.g. gtk_text_get_type(). * configure.in: create gtk/tests/Makefile.in and gtk/tests/Makefile. svn path=/trunk/; revision=19011
-
Tim Janik authored
* gtk/gtktestutils.h, gtk/gtktestutils.c: added unit test utility functions. for the most part, the functions herein involve navigating and interacting with dialog elements programatically, to automate user interaction tests of dialogs and widgets. * gtk/gtk.h: include gtk/gtktestutils.h as public API. * gtk/gtk.symbols: added gtk_test_* symbols. * gtk/Makefile.am: include gtktestutils.h and gtktestutils.c into the build. generate gtktypefuncs.c which contains a list of all _get_type functions in Gtk+ and Gdk. svn path=/trunk/; revision=19010
-
Bastien Nocera authored
2007-11-20 Bastien Nocera <hadess@hadess.net> * io-icns.c: (load_resources): Add support for 512x512 Leopard icons, using the ic09 iconType svn path=/trunk/; revision=19009
-
Bastien Nocera authored
2007-11-20 Bastien Nocera <hadess@hadess.net> * POTFILES.in: Add icns loader to the files to translate svn path=/trunk/; revision=19008
-
Bastien Nocera authored
2007-11-20 Bastien Nocera <hadess@hadess.net> * configure.in: add support for conditional icns gdk-pixbuf loader (Closes: #395738) 2007-11-20 Bastien Nocera <hadess@hadess.net> * Makefile.am: * io-icns.c: Add icns (MacOS X icons) loader, based on work by Lyonel Vincent <lyonel@ezix.org> (Closes: #395738) svn path=/trunk/; revision=19007
-
- 19 Nov, 2007 8 commits
-
-
Matthias Clasen authored
svn path=/trunk/; revision=19006
-
10:31:26 Tim Janik authored
2007-11-19 10:31:26 Tim Janik <timj@imendio.com> * configure.in: updated version number to 2.15.0 for development. svn path=/trunk/; revision=19005
-
10:31:26 Tim Janik authored
2007-11-19 10:31:26 Tim Janik <timj@imendio.com> * configure.in: updated version number to 2.15.0 for development. svn path=/trunk/; revision=19004
-
10:27:39 Tim Janik authored
2007-11-19 10:27:39 Tim Janik <timj@imendio.com> === Branch for 2.12 === svn path=/trunk/; revision=19003
-
Matthias Clasen authored
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
-
Matthias Clasen authored
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
-
Matthias Clasen authored
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
-
Matthias Clasen authored
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
-
- 17 Nov, 2007 1 commit
-
-
Paolo Borelli authored
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
-
- 15 Nov, 2007 3 commits
-
-
Yevgen Muntyan authored
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
-
Yevgen Muntyan authored
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
-
Yevgen Muntyan authored
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
-
- 14 Nov, 2007 6 commits
-
-
Matej Urbančič authored
svn path=/trunk/; revision=18993
-
Matej Urbančič authored
svn path=/trunk/; revision=18992
-
Michael Natterer authored
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
-
Michael Natterer authored
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
-
Michael Natterer authored
svn path=/trunk/; revision=18989
-
Michael Natterer authored
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
-
- 13 Nov, 2007 1 commit
-
-
Sven Herzberg authored
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
-
- 12 Nov, 2007 1 commit
-
-
Alexander Larsson authored
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
-