- 11 Dec, 2007 2 commits
-
-
Kostas Papadimas authored
svn path=/trunk/; revision=19155
-
Kostas Papadimas authored
svn path=/trunk/; revision=19153
-
- 10 Dec, 2007 8 commits
-
-
Stefan Kost authored
* docs/tutorial/gtk-tut.sgml: Use gtk_widget_get_parent_window() instead of widget->parent->window. svn path=/trunk/; revision=19152
-
Richard Hult authored
2007-12-10 Richard Hult <richard@imendio.com> * gdk/quartz/Makefile.am: * gdk/quartz/gdkquartz.h: * gdk/quartz/gdkwindow-quartz.c: Install backend specific header (bug #405915). Also add a getter for the toplevel nswindow. svn path=/trunk/; revision=19151
-
Richard Hult authored
2007-12-10 Richard Hult <richard@imendio.com> * gdk/quartz/gdkdrawable-quartz.c: (gdk_quartz_drawable_get_context), (gdk_quartz_drawable_release_context): * gdk/quartz/gdkeventloop-quartz.c: (gdk_event_prepare), (gdk_event_check), (gdk_event_dispatch), (poll_func): * gdk/quartz/gdkwindow-quartz.h: Replace the autorelease pools used for each drawing context and in prepare, dispatch and poll with one that exists across each main loop iteration. Fixes leaks on leopard and protects against future leaks introduce when the underlying system changes again (bug #492977). svn path=/trunk/; revision=19149
-
Richard Hult authored
2007-12-10 Richard Hult <richard@imendio.com> * gdk/quartz/gdkwindow-quartz.c: (move_resize_window_internal): Fix the check for no changes to position and size. svn path=/trunk/; revision=19147
-
Richard Hult authored
2007-12-10 Richard Hult <richard@imendio.com> * gdk/quartz/GdkQuartzView.c: Ignore drawRect calls with zero sized areas at (0, 0), patch from Paul Davis. svn path=/trunk/; revision=19145
-
Richard Hult authored
2007-12-10 Richard Hult <richard@imendio.com> * gdk/quartz/gdkprivate-quartz.h: * gdk/quartz/gdkeventloop-quartz.c: (_gdk_quartz_event_loop_get_pending), (_gdk_quartz_event_loop_check_pending), (_gdk_quartz_event_loop_release_event), (gdk_event_prepare), (gdk_event_check), (gdk_event_dispatch): * gdk/quartz/gdkevents-quartz.c: (gdk_events_pending) (_gdk_events_queue): Fix a bug where we could end up trying to handle the same event more than once. Based on patch from Paul Davis. svn path=/trunk/; revision=19143
-
Tor Lillqvist authored
2007-12-10 Tor Lillqvist <tml@novell.com> * gtk-zip.sh.in: Include bin/gtk-builder-convert in the dev package. (#502850) svn path=/trunk/; revision=19141
-
Matthias Clasen authored
2007-12-10 Matthias Clasen <mclasen@redhat.com> * gtk/gtknotebook.c (gtk_notebook_real_remove): Another fix to avoid further fallout from the fix for bug 388321. svn path=/trunk/; revision=19139
-
- 09 Dec, 2007 4 commits
-
-
Attilio Fiandrotti authored
svn path=/trunk/; revision=19137
-
Matthias Clasen authored
2007-12-09 Matthias Clasen <mclasen@redhat.com> * io-jpeg.c: Fix the spinguard logic for big buffers. (#494667, Ed Catmur) svn path=/trunk/; revision=19135
-
Ihar Hrachyshka authored
svn path=/trunk/; revision=19134
-
Attilio Fiandrotti authored
Committed several patches by Denis Oliver Knoppwhich are expected to improve the performance of the DirectFB backend svn path=/trunk/; revision=19132
-
- 08 Dec, 2007 1 commit
-
-
Jakub Friedl authored
2007-12-08 Jakub Friedl <jfriedl@suse.cz> * cs.po: Czech Translation updated by Petr Kovar. svn path=/trunk/; revision=19131
-
- 07 Dec, 2007 5 commits
-
-
Matthias Clasen authored
2007-12-07 Matthias Clasen <mclasen@redhat.com> * gtk/gtkcontainer.c: Correct the documentation of child property getter arguments. (#501992, David Brigada) svn path=/trunk/; revision=19130
-
Matthias Clasen authored
2007-12-07 Matthias Clasen <mclasen@redhat.com> * gtk/gtkfilechooserdefault.c (shortcuts_reload_icons): Don't leak pixbufs. (#502250, Yevgen Muntyan) svn path=/trunk/; revision=19128
-
Yevgen Muntyan authored
svn path=/trunk/; revision=19127
-
Yevgen Muntyan authored
2007-12-07 Yevgen Muntyan <muntyan@tamu.edu> * gtk/gtkprintunixdialog.c: * gtk/gtkpagesetupunixdialog.c: added alternative button order in Print and Page Setup dialogs. svn path=/trunk/; revision=19126
-
13:16:33 Tim Janik authored
2007-12-07 13:16:33 Tim Janik <timj@imendio.com> * Makefile.decl: skip tests if gdktarget!=x11, since GUI tests need Xvfb. only start Xvfb if TEST_PROGS is not empty. moved "set -e" out of XVFB_START, since it's the GTESTER invokation that needs this. svn path=/trunk/; revision=19125
-
- 06 Dec, 2007 7 commits
-
-
Tommi Komulainen authored
2007-12-06 Tommi Komulainen <tommi.komulainen@iki.fi> * gdk-pixbuf/gdk-pixbuf.symbols: * gdk/gdk.symbols: * gdk/gtk.symbols: Remove trailing whitespace that can trigger false positives in abicheck.sh svn path=/trunk/; revision=19124
-
Attilio Fiandrotti authored
svn path=/trunk/; revision=19122
-
13:55:06 Tim Janik authored
2007-12-06 13:55:06 Tim Janik <timj@imendio.com> * Makefile.decl: replaced seq(1) invokation for X11 ids with a hardcoded set of likely unused display ids, because MacOS has no seq(1) command. svn path=/trunk/; revision=19121
-
Richard Hult authored
2007-12-06 Richard Hult <richard@imendio.com> * gdk/quartz/gdkevents-quartz.c: (synthesize_crossing_events_for_ns_event): Fix warning when switching spaces in leopard. svn path=/trunk/; revision=19119
-
13:38:36 Tim Janik authored
2007-12-06 13:38:36 Tim Janik <timj@imendio.com> * tests/floatingtest.c: ported to new testing framework. * tests/Makefile.am: run floatingtest as testing framework test. svn path=/trunk/; revision=19118
-
10:44:52 Tim Janik authored
2007-12-06 10:44:52 Tim Janik <timj@imendio.com> * tests/autotestfilechooser.c: majorly speed up execution by reducing timeouts and converting main loop sleeps to pending/iterate loops with very low priority async handlers. eliminate output for non-verbose tests. assert successfull subtests in all test functions. use testing framework in main(). * tests/Makefile.am: add autotestfilechooser to TEST_PROGS, so it's executed inside Xvfb upon make check. svn path=/trunk/; revision=19117
-
08:23:38 Tim Janik authored
2007-12-06 08:23:38 Tim Janik <timj@imendio.com> * tests/objecttests.c: use string comparisons for string property values and get rid of referencing symbols in array initialization. svn path=/trunk/; revision=19116
-
- 05 Dec, 2007 1 commit
-
-
18:59:59 Tim Janik authored
2007-12-05 18:59:59 Tim Janik <timj@imendio.com> * gtk+/Makefile.decl: run tests in current dir after setting up the logging directory, so their results get properly merged into the resulting test log. * gtk+/gtk/gtktestutils.[hc]: added gtk_test_list_all_types() for tests to loop over registered Gdk/Gtk+ types. * gtk+/tests/objecttests.c: new test program, implements automated property tests. several properties are blacklisted because they seem to trigger Gdk/Gtk+ bugs. ./objecttests -m thorough --verbose can be used to test blacklisted properties and see which proprty failed. svn path=/trunk/; revision=19115
-
- 04 Dec, 2007 2 commits
-
-
Richard Hult authored
2007-12-04 Richard Hult <richard@imendio.com> * gdk/quartz/gdkwindow-quartz.c: (_gdk_windowing_window_init): Fully initialize the root window, fixes bug #501583. svn path=/trunk/; revision=19109
-
Matthias Clasen authored
2007-12-04 Matthias Clasen <mclasen@redhat.com> * gtk/gtknotebook.c: Modify the tab-label-destroy fix to not crash epiphany. svn path=/trunk/; revision=19107
-
- 03 Dec, 2007 4 commits
-
-
Richard Hult authored
2007-12-03 Richard Hult <richard@imendio.com> * 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=/trunk/; revision=19102
-
Richard Hult authored
2007-12-03 Richard Hult <richard@imendio.com> * 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=/trunk/; revision=19100
-
Matthias Clasen authored
2007-12-03 Matthias Clasen <mclasen@redhat.com> Two optimizations for icon cache lookups. * gtk/gtkiconcache.[hc]: * gtk/gtkicontheme.c: Remember the directory index for subdirectories, instead of running over the directory list again and again. * gtk/gtkiconcache.c (find_image_offset): Remember the last chain and try it first; this helps with the the usage patterns in gtkicontheme.c, where the same icon is queried for a lot of subdirectories. svn path=/trunk/; revision=19099
-
15:18:17 Tim Janik authored
2007-12-03 15:18:17 Tim Janik <timj@imendio.com> * gtk/Makefile.am (gtktypefuncs.c): use 'grep -o' to extract _get_type functions from header files. this should be portable across linux and Mac OS, unlike the previpous sed expression. svn path=/trunk/; revision=19098
-
- 01 Dec, 2007 1 commit
-
-
Cody Russell authored
2007-12-1 Cody Russell <bratsche@gnome.org> * 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=/trunk/; revision=19095
-
- 30 Nov, 2007 3 commits
-
-
Matthias Clasen authored
svn path=/trunk/; revision=19094
-
Matthias Clasen authored
svn path=/trunk/; revision=19093
-
Matthias Clasen authored
svn path=/trunk/; revision=19092
-
- 29 Nov, 2007 1 commit
-
-
Matthias Clasen authored
svn path=/trunk/; revision=19091
-
- 28 Nov, 2007 1 commit
-
-
Stéphane Raimbault authored
2007-11-28 Stéphane Raimbault <stephane.raimbault@gmail.com> * fr.po: Updated French translation. svn path=/trunk/; revision=19090
-