| Commit message (Expand) | Author | Age | Files | Lines |
* | Add recent chooser to the widget gallery | Matthias Clasen | 2006-03-30 | 1 | -0/+3 |
* | Make sure to get an icon window when constructing the fallback_icon. This | Matthias Clasen | 2006-03-30 | 1 | -1/+8 |
* | Added gdk_pixmap_foreign_new_for_screen | Michael David Emmel | 2006-03-30 | 1 | -0/+5 |
* | Add documentation for the GtkLinkButton (#336592) | Emmanuele Bassi | 2006-03-30 | 1 | -0/+14 |
* | New function to allow wrapping a native pixmap without a server roundtrip. | Matthias Clasen | 2006-03-30 | 1 | -0/+7 |
* | Fix some symbol aliasing glitches | Matthias Clasen | 2006-03-29 | 1 | -0/+5 |
* | Make gtkalias.h the last included file. | Emmanuele Bassi | 2006-03-29 | 1 | -0/+4 |
* | Fix a typo that broke aliasing rules. | Emmanuele Bassi | 2006-03-29 | 1 | -0/+4 |
* | Add missing CLIPBOARD atom. | Richard Hult | 2006-03-29 | 1 | -0/+4 |
* | Add a migration guide for porting to the new GtkRecent stuff from the old | Emmanuele Bassi | 2006-03-29 | 1 | -0/+19 |
* | Add a test suite for GtkRecentChooser. | Emmanuele Bassi | 2006-03-29 | 1 | -0/+5 |
* | Import GtkRecent* from libegg. | Emmanuele Bassi | 2006-03-29 | 1 | -0/+24 |
* | Emit page-added before switch-page | Matthias Clasen | 2006-03-29 | 1 | -0/+5 |
* | Handle double queuing, rather than asserting that it does not happen. | Matthias Clasen | 2006-03-29 | 1 | -0/+6 |
* | *** empty log message *** | Matthias Clasen | 2006-03-29 | 1 | -1/+2 |
* | Fix docs syntax. | Matthias Clasen | 2006-03-28 | 1 | -0/+3 |
* | Fix drag-selection after double-click. (#323862, Benjamin Berg) | Matthias Clasen | 2006-03-28 | 1 | -1/+12 |
* | Move the call to gtk_text_view_end_selection_drag() from | Matthias Clasen | 2006-03-28 | 1 | -0/+10 |
* | reviewed by: Tim Janik | Sven Herzberg | 2006-03-27 | 1 | -0/+8 |
* | Make the poll func work with real file descriptors. We do this by creating | Anders Carlsson | 2006-03-27 | 1 | -0/+15 |
* | Check that the widget is viewable. (#336200, Bastian Nocera) | Matthias Clasen | 2006-03-27 | 1 | -0/+5 |
* | bail out if there is no need for scrolling (more obvious than adding | Michael Natterer | 2006-03-27 | 1 | -0/+6 |
* | Add -xobjective-c to cflags. (#335956, Lllian Angel) | Anders Carlsson | 2006-03-27 | 1 | -0/+12 |
* | Add more stubs. | Richard Hult | 2006-03-27 | 1 | -0/+4 |
* | add missing ')'. | Michael Natterer | 2006-03-27 | 1 | -0/+5 |
* | Fix a build problem | Matthias Clasen | 2006-03-26 | 1 | -0/+3 |
* | Another leak | Matthias Clasen | 2006-03-26 | 1 | -0/+1 |
* | Fix leaks | Matthias Clasen | 2006-03-26 | 1 | -2/+2 |
* | Fix a leak | Matthias Clasen | 2006-03-26 | 1 | -0/+3 |
* | Another one | Matthias Clasen | 2006-03-26 | 1 | -0/+1 |
* | Small optimization | Matthias Clasen | 2006-03-26 | 1 | -0/+5 |
* | Don't call gdk_window_invalidate_rect() on unrealized widgets. (#335717, | Matthias Clasen | 2006-03-24 | 1 | -0/+6 |
* | back out G_GNUC_WARN_UNUSED_RESULT on iterator functions which turned out | Tim Janik | 2006-03-24 | 1 | -0/+6 |
* | small update | Matthias Clasen | 2006-03-24 | 1 | -0/+4 |
* | Support subclasses in RC files. (#142417, Todd Berman, patch based on a | Matthias Clasen | 2006-03-23 | 1 | -0/+15 |
* | make sure that gdk_drag_event() is called when track_motion is TRUE to | Carlos Garnacho | 2006-03-23 | 1 | -0/+6 |
* | Emit the ::page-removed signal after removing the page. (#335238, | Matthias Clasen | 2006-03-22 | 1 | -0/+5 |
* | Make it to expand when hovering during DnD | Carlos Garnacho | 2006-03-22 | 1 | -0/+4 |
* | Improved DND support for GtkNotebook (#332991, Carlos Garnacho) | Matthias Clasen | 2006-03-22 | 1 | -0/+16 |
* | Use fg_gc to draw the inter-row drop highlight. Also draw the line all the | Matthias Clasen | 2006-03-22 | 1 | -0/+6 |
* | Add a column that demonstrates how to use the new spinbutton cellrenderer. | Johan Dahlin | 2006-03-22 | 1 | -1/+5 |
* | Remove pointless includes of config.h, to make it easier compilable | Matthias Clasen | 2006-03-22 | 1 | -0/+6 |
* | renamed last-char-timeout to password-hint-timeout and store all its data | Michael Natterer | 2006-03-22 | 1 | -0/+8 |
* | send a GtkWidget** instead of a GtkNotebookPage* when doing tabs DnD, this | Carlos Garnacho | 2006-03-22 | 1 | -0/+7 |
* | Add a cell renderer which uses a spinbutton to edit the value of a cell. | Matthias Clasen | 2006-03-22 | 1 | -0/+17 |
* | applied modified patch from maemo-gtk which allows the most recently | Michael Natterer | 2006-03-22 | 1 | -0/+6 |
* | count down from G_MAXUINT to avoid clashes with application-added DND | Michael Natterer | 2006-03-22 | 1 | -0/+15 |
* | Add new files. | Anders Carlsson | 2006-03-21 | 1 | -0/+11 |
* | removing trailing \ fixes the build. | Michael Natterer | 2006-03-21 | 1 | -0/+4 |
* | Implement gdk_window_scroll. | Anders Carlsson | 2006-03-21 | 1 | -0/+6 |