| Commit message (Expand) | Author | Age | Files | Lines |
* | Commit a patch by Behdad to fix typos, omissions and other errors in the | Matthias Clasen | 2006-09-10 | 1 | -14/+25 |
* | Renamed to gtk_file_system_create() so that it will get exported and we | Federico Mena Quintero | 2006-08-23 | 1 | -0/+1 |
* | Add some missing deprecation guards. | Matthias Clasen | 2006-07-10 | 1 | -0/+8 |
* | Documentation additions and fixes. | Matthias Clasen | 2006-06-29 | 1 | -0/+2 |
* | broken pipe | Matthias Clasen | 2006-06-20 | 1 | -2/+0 |
* | Forgotten files | Matthias Clasen | 2006-06-19 | 1 | -0/+1 |
* | Add gtk_label_set_line_wrap_mode, gtk_label_get_line_wrap_mode, and a | Alexander Larsson | 2006-06-19 | 1 | -0/+2 |
* | 2.9.3GTK_2_9_3 | Matthias Clasen | 2006-06-13 | 1 | -0/+2 |
* | Introduce grid and tree lines in GtkTreeView. (#106406, Martyn Russell). | Kristian Rietveld | 2006-06-12 | 1 | -0/+4 |
* | Use gtk_printer_accepts_ps here. | Matthias Clasen | 2006-06-12 | 1 | -0/+2 |
* | Register GtkPrintCapabilities | Matthias Clasen | 2006-06-11 | 1 | -0/+1 |
* | Rename pdf_target to export_filename | Matthias Clasen | 2006-06-08 | 1 | -1/+1 |
* | Add some docs. | Matthias Clasen | 2006-06-08 | 1 | -0/+1 |
* | Clean up APIs: Make async a setting instead of separate calls. Combine | Alexander Larsson | 2006-06-07 | 1 | -3/+1 |
* | Updates | Matthias Clasen | 2006-06-05 | 1 | -0/+13 |
* | Further updates from the GtkPrintContext functions rename. | Alexander Larsson | 2006-05-31 | 1 | -4/+4 |
* | Add a GtkButton::image-position property with getter and setter, to allow | Matthias Clasen | 2006-05-31 | 1 | -0/+2 |
* | allow positioning bubbles | Matthias Clasen | 2006-05-25 | 1 | -0/+1 |
* | Custom tab label | Matthias Clasen | 2006-05-24 | 1 | -0/+1 |
* | Add gtk_print_unix_dialog_set_manual_capabilities that controls what | Alexander Larsson | 2006-05-24 | 1 | -0/+1 |
* | Add a boolean show-progress property, and show a progress dialog if it is | Matthias Clasen | 2006-05-23 | 1 | -0/+1 |
* | Add gtk_print_unix_dialog_add_custom_tab | Alexander Larsson | 2006-05-23 | 1 | -0/+1 |
* | New function to cancel a running print operation. | Matthias Clasen | 2006-05-19 | 1 | -0/+1 |
* | Added gtk_print_job_set/get_track_print_status | Alexander Larsson | 2006-05-15 | 1 | -0/+3 |
* | Never unload print backends. Remove gtk_print_backend_unref_at_idle. | Alexander Larsson | 2006-05-15 | 1 | -1/+0 |
* | Fix build errors. | Alexander Larsson | 2006-05-12 | 1 | -3/+3 |
* | Add an image property | Matthias Clasen | 2006-05-09 | 1 | -0/+1 |
* | 2.9.0GTK_2_9_0 | Matthias Clasen | 2006-05-05 | 1 | -0/+5 |
* | remove gtk_printer_set_backend so it compiles again. | Michael Natterer | 2006-05-04 | 1 | -1/+0 |
* | Added new symbols | Alexander Larsson | 2006-05-04 | 1 | -0/+2 |
* | Make symbol list mstch reality. | Matthias Clasen | 2006-05-04 | 1 | -2/+44 |
* | Merge of the GTK+ asynchronous file chooser branch. Please see theAFTER_KRIS_ASYNC_BRANCH_MERGE | Kristian Rietveld | 2006-05-01 | 1 | -1/+6 |
* | Add a menu position function for use with popups on status icons. | Matthias Clasen | 2006-04-29 | 1 | -0/+1 |
* | Refactor the gtk_print_operation_run() code and add an _async version. | Matthias Clasen | 2006-04-24 | 1 | -0/+3 |
* | Merge the gtk-printing branch. For more detailed ChangeLog entries, see | Alexander Larsson | 2006-04-21 | 1 | -0/+299 |
* | Fix a typo that broke aliasing rules. | Emmanuele Bassi | 2006-03-29 | 1 | -1/+1 |
* | Import GtkRecent* from libegg. | Emmanuele Bassi | 2006-03-29 | 1 | -0/+128 |
* | Improved DND support for GtkNotebook (#332991, Carlos Garnacho) | Matthias Clasen | 2006-03-22 | 1 | -0/+2 |
* | Add a cell renderer which uses a spinbutton to edit the value of a cell. | Matthias Clasen | 2006-03-22 | 1 | -0/+7 |
* | Add a window-placement-set property and a gtk-scrolled-window-placement | Matthias Clasen | 2006-03-20 | 1 | -0/+1 |
* | applied refactored patch from maemo-gtk that replaces the INNER_BORDER | Michael Natterer | 2006-03-10 | 1 | -0/+2 |
* | No gtk_tray_icon_get_type on Win32. | Tor Lillqvist | 2006-03-09 | 1 | -0/+2 |
* | Add infrastructure for copy/paste and DND of rich text for GtkTextBuffer. | Michael Natterer | 2006-03-07 | 1 | -0/+28 |
* | Fix symbol lists for make check. | Matthias Clasen | 2006-02-27 | 1 | -0/+9 |
* | Add a reorder_tab keynav signal and an insert_page vfunc to GtkNotebook. | Matthias Clasen | 2006-02-23 | 1 | -0/+7 |
* | Support input shapes: (#331070) | Matthias Clasen | 2006-02-20 | 1 | -0/+1 |
* | Actually implement visibility handling, and add | Matthias Clasen | 2006-01-31 | 1 | -0/+1 |
* | Allow to set a global hook function thats called whenever a link button is | Matthias Clasen | 2006-01-28 | 1 | -0/+1 |
* | #322591, Jonathan Blandford. | Kristian Rietveld | 2006-01-24 | 1 | -0/+4 |
* | Add GtkLinkButton, a port of GnomeHRef. (#314808, Emmanuele Bassi) | Matthias Clasen | 2006-01-24 | 1 | -0/+10 |