| Commit message (Expand) | Author | Age | Files | Lines |
* | Implement per-page paper sizes. | Alexander Larsson | 2006-05-05 | 2 | -2/+31 |
* | 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 | 10 | -176/+751 |
* | Make symbol list mstch reality. | Matthias Clasen | 2006-05-04 | 8 | -28/+64 |
* | Changed the language of the signals documentation slightly. Bug #340205. | Murray Cumming | 2006-05-04 | 1 | -5/+5 |
* | Merged the federico-filename-entry branch, to fix bug #136541. CombinedAFTER_FEDERICO_FILENAME_ENTRY_MERGE | Federico Mena Quintero | 2006-05-03 | 6 | -347/+1109 |
* | Replace the xpm collate icons by cairo drawing that respects themes. | Matthias Clasen | 2006-05-03 | 1 | -203/+100 |
* | Don't leak the cairo context here. (#340522, Christian Persch) | Matthias Clasen | 2006-05-03 | 1 | -0/+2 |
* | Don't use gtk_dialog_run for the error dialog, and improve the dialog inBEFORE_FEDERICO_FILENAME_ENTRY_MERGE | Matthias Clasen | 2006-05-03 | 1 | -9/+13 |
* | Beautify the custom paper size dialog. (#339590, patch by Christian | Matthias Clasen | 2006-05-03 | 1 | -141/+104 |
* | More G_DEFINE_TYPE conversion. | Matthias Clasen | 2006-05-03 | 5 | -83/+27 |
* | Make GtkWidget abstract again. | Matthias Clasen | 2006-05-03 | 1 | -3/+3 |
* | Boilerplate reduction | Matthias Clasen | 2006-05-02 | 143 | -5071/+616 |
* | set tmpnode to the return value of the _gtk_rbtree_insert* functions, | Kristian Rietveld | 2006-05-02 | 1 | -2/+2 |
* | broken pipe | Matthias Clasen | 2006-05-02 | 2 | -4/+4 |
* | Use a priv variable when accessing priv multiple times in the same | Christian Persch | 2006-05-02 | 8 | -718/+899 |
* | added note about the inablity to do height-for-width text layout and | Michael Natterer | 2006-05-02 | 1 | -0/+6 |
* | Merge of the GTK+ asynchronous file chooser branch. Please see theAFTER_KRIS_ASYNC_BRANCH_MERGE | Kristian Rietveld | 2006-05-01 | 17 | -1357/+3623 |
* | Document GtkTreeModel signals. | Matthias Clasen | 2006-05-01 | 1 | -1/+55 |
* | Fix for #340200, spotted by Torsten Schoenfeld. | Kristian Rietveld | 2006-04-30 | 1 | -20/+3 |
* | Fix problems with setting symbolic colors from rc files. (#338345, | Matthias Clasen | 2006-04-30 | 2 | -7/+14 |
* | Improve the print dialog layout, mark some more strings for translation. | Matthias Clasen | 2006-04-30 | 3 | -157/+192 |
* | fix the build | Matthias Clasen | 2006-04-30 | 1 | -1/+1 |
* | Fix the definition of the ::size-changed signal, and improve its | Matthias Clasen | 2006-04-30 | 1 | -4/+7 |
* | Change colormap to font map in docs. (#340093) | Behdad Esfahbod | 2006-04-29 | 1 | -3/+3 |
* | Add a menu position function for use with popups on status icons. | Matthias Clasen | 2006-04-29 | 3 | -0/+116 |
* | Fix a C99ism. (#340055, Kazuki Iwamoto) | Matthias Clasen | 2006-04-29 | 1 | -1/+3 |
* | Use _static variants when copying and merging short-lived Pango layouts. | Matthias Clasen | 2006-04-29 | 1 | -2/+2 |
* | Fix typo in docs. (#340063) | Behdad Esfahbod | 2006-04-28 | 1 | -1/+1 |
* | Don't force the standard DND icon if the user has a custom DND source. | Matthias Clasen | 2006-04-28 | 1 | -2/+5 |
* | keep a reference to the source buffer while the clipboard contents buffer | Michael Natterer | 2006-04-28 | 1 | -0/+7 |
* | Improve positioning of the menu when popped up by keynav. (#334987, | Matthias Clasen | 2006-04-27 | 1 | -14/+27 |
* | fix late setting of dnd icons | Matthias Clasen | 2006-04-27 | 1 | -0/+7 |
* | Don't make this conditional on having a GTK_RESPONSE_CANCEL button -> end | Federico Mena Quintero | 2006-04-26 | 1 | -3/+0 |
* | new function, (validate_visible_area): when a node is validated, only | Kristian Rietveld | 2006-04-26 | 1 | -8/+36 |
* | If this new "row-ending-details" property is turned on, more detailed | Kristian Rietveld | 2006-04-26 | 1 | -30/+105 |
* | (broken pipe) | Kristian Rietveld | 2006-04-26 | 2 | -31/+115 |
* | Add docs. | Matthias Clasen | 2006-04-25 | 2 | -9/+188 |
* | Create 'composited' label. | Søren Sandmann | 2006-04-25 | 11 | -20/+221 |
* | Add prefixes to msgids for paper sizes | Matthias Clasen | 2006-04-25 | 4 | -166/+343 |
* | small doc fixes | Matthias Clasen | 2006-04-25 | 1 | -8/+13 |
* | forgotten files | Matthias Clasen | 2006-04-24 | 2 | -6/+15 |
* | Fix includes (#338665) | Matthias Clasen | 2006-04-24 | 2 | -10/+10 |
* | Declare in a way grokked by gtk-doc. | Matthias Clasen | 2006-04-24 | 1 | -2/+3 |
* | Add docs. | Matthias Clasen | 2006-04-24 | 2 | -1/+74 |
* | Refactor the gtk_print_operation_run() code and add an _async version. | Matthias Clasen | 2006-04-24 | 5 | -125/+377 |
* | Don't ref the backend since the backend owns the printer. | Alexander Larsson | 2006-04-24 | 1 | -8/+3 |
* | Remove spew. | Alexander Larsson | 2006-04-24 | 1 | -1/+0 |
* | Even/Odd Pages -> Even/Odd Sheets | Alexander Larsson | 2006-04-24 | 1 | -3/+3 |
* | Cleanups | Matthias Clasen | 2006-04-24 | 1 | -11/+12 |