| Commit message (Expand) | Author | Age | Files | Lines |
* | Updates | Matthias Clasen | 2008-06-04 | 1 | -36/+83 |
* | 2.13.2GTK_2_13_2 | Matthias Clasen | 2008-06-03 | 6 | -0/+111 |
* | Bug 535303 – add _get_implementation to GtkStatusIcon | Colin Walters | 2008-06-03 | 1 | -0/+1 |
* | Add GtkPrintOperationPreview | Matthias Clasen | 2008-06-03 | 2 | -0/+5 |
* | 2.13.1GTK_2_13_1 | Matthias Clasen | 2008-05-30 | 14 | -11/+76 |
* | Updates | Matthias Clasen | 2008-05-30 | 2 | -3/+35 |
* | add -UGTK_DISABLE_SINGLE_INCLUDES so the code generated by gtkdoc-scangobj | Michael Natterer | 2008-05-29 | 2 | -0/+8 |
* | include <gtk/gtkunixprint.h> instead of individual files. | Michael Natterer | 2008-05-29 | 2 | -4/+6 |
* | gtk/Makefile.am add a single-include header for the unix print stuff. | Michael Natterer | 2008-05-29 | 1 | -2/+1 |
* | Fix for single includes | Matthias Clasen | 2008-05-29 | 1 | -1/+0 |
* | Additions | Matthias Clasen | 2008-05-29 | 2 | -0/+14 |
* | Bug 535250 - GtkToolButton reference page says "label" where | Matthias Clasen | 2008-05-29 | 2 | -5/+16 |
* | Bug 531887 - GtkTooltips is deprecated, but what should I use? | Matthias Clasen | 2008-05-27 | 2 | -0/+10 |
* | Additions | Matthias Clasen | 2008-05-26 | 2 | -0/+15 |
* | Formatting fixes | Matthias Clasen | 2008-05-26 | 3 | -0/+25 |
* | Bug 465144 - gtkprintjob.h is not included with gtk.h | Matthias Clasen | 2008-05-25 | 2 | -0/+8 |
* | Added support for parsing required toolkit versions (so that ui | Tristan Van Berkom | 2008-05-25 | 1 | -1/+10 |
* | Make the iconfactory buildable implementation less strict | Matthias Clasen | 2008-05-24 | 1 | -1/+1 |
* | RH bug 204621 - "GtkPrint" asks for "Letter" size paper when "A4" size | Matthias Clasen | 2008-05-21 | 2 | -0/+5 |
* | Fix a typo | Matthias Clasen | 2008-05-20 | 2 | -1/+9 |
* | Apply a patch by Marek Kasik <mkasik@redhat.com> to display more printer | Matthias Clasen | 2008-05-05 | 3 | -0/+35 |
* | Chain up in buildable_finish() | Tristan Van Berkom | 2008-04-16 | 2 | -0/+22 |
* | Move my documentation changelog entries to the right changelog. | Cody Russell | 2008-04-11 | 1 | -0/+11 |
* | Fix to say g_signal_connect_after rather than g_signal_register_after. | Cody Russell | 2008-04-10 | 1 | -1/+1 |
* | Fix a typo in the markup. (reported by kraai -at- ftbfs.org) | Cody Russell | 2008-04-10 | 1 | -1/+1 |
* | Use #, not @ in text. | Tor Lillqvist | 2008-03-30 | 1 | -1/+1 |
* | Bug 524862 - Using GTK_WIN_POS_CENTER_ALWAYS gives jerky window resizing | Tor Lillqvist | 2008-03-30 | 2 | -1/+11 |
* | gdk/Makefile.am remove remaining linux-fb stuff. | Michael Natterer | 2008-03-11 | 3 | -167/+5 |
* | removed linux-fb backend files. | Michael Natterer | 2008-03-11 | 1 | -157/+0 |
* | Implement GtkBuildable on GtkIconFactory, to make it possible to register | Johan Dahlin | 2008-03-07 | 1 | -0/+71 |
* | Remove an extra space and swap word order (#518166, Matt Kraai) | Johan Dahlin | 2008-03-03 | 1 | -2/+2 |
* | Add a missing space (#517954, Matt Kraai) | Johan Dahlin | 2008-03-03 | 1 | -1/+1 |
* | Fix tutorial documentation to say 'gtk_main_quit()' instead of | Cody Russell | 2008-02-29 | 1 | -1/+1 |
* | docs/tools/shooter.c (find_toplevel_window) fixed signedness of argument | Sven Neumann | 2008-02-26 | 2 | -2/+2 |
* | 2.13.0GTK_2_13_0 | Matthias Clasen | 2008-02-21 | 3 | -9/+12 |
* | gtk/Makefile.am (STOCK_ICONS) gtk/stock-icons/16/gtk-page-setup.png added | Sven Neumann | 2008-02-18 | 2 | -0/+13 |
* | Go back to 2.13.0 as version for now, as there was no consensus to do the | Matthias Clasen | 2008-02-15 | 25 | -41/+284 |
* | Updates | Matthias Clasen | 2008-02-15 | 3 | -2/+36 |
* | Updates | Matthias Clasen | 2008-02-15 | 3 | -1/+35 |
* | Correct description of the Wintab and max palette size options. Drop | Tor Lillqvist | 2008-02-13 | 2 | -25/+12 |
* | remove SGML comment in example code - it was visible in the generated | Benjamin Otte | 2008-02-11 | 2 | -1/+7 |
* | Implement accessible support, fixes #454653. | Johan Dahlin | 2008-01-25 | 2 | -0/+30 |
* | Add stream i/o functions for gdk-pixbuf | Matthias Clasen | 2008-01-16 | 4 | -0/+30 |
* | corrected documentation for GtkEditable::delete-text. | Sven Neumann | 2008-01-10 | 2 | -3/+8 |
* | Add GTK_CALENDAR_SHOW_DETAILS display flag, which chooses if details are show... | Mathias Hasselmann | 2007-12-28 | 2 | -9/+5 |
* | Add infrastructure for GtkCalendar details. (#339540) | Mathias Hasselmann | 2007-12-27 | 2 | -1/+20 |
* | Add gtk_border_new to avoid memory allocator confusions when using | Xan Lopez | 2007-12-27 | 2 | -0/+5 |
* | include Makefile.decl to unbreak test rules. | 19:54:11 Tim Janik | 2007-12-19 | 2 | -0/+5 |
* | Integrate gail into gtk+. Bug #169488. | Christian Persch | 2007-12-18 | 9 | -1/+299 |
* | Add a gtk-im-module GTK setting | Matthias Clasen | 2007-12-18 | 2 | -1/+8 |