| Commit message (Expand) | Author | Age | Files | Lines |
* | Don't call g_str_has_prefix on a NULL strung. (#344897, Tommi Komulainen) | Matthias Clasen | 2006-06-19 | 3 | -1/+7 |
* | Avoid a near-duplicate string and add some translator comments. (#345320, | Matthias Clasen | 2006-06-19 | 3 | -4/+8 |
* | Avoid a near-duplicate string. (#345320, Hendrik Richter) | Matthias Clasen | 2006-06-19 | 3 | -3/+27 |
* | Document GtkPrinterFunc | Matthias Clasen | 2006-06-19 | 3 | -0/+31 |
* | Clarify the use of these functions, to avoid the case where a chooser is | Federico Mena Quintero | 2006-06-19 | 3 | -0/+32 |
* | Add gtk_label_set_line_wrap_mode, gtk_label_get_line_wrap_mode, and a | Alexander Larsson | 2006-06-19 | 7 | -0/+99 |
* | Updated German translation. | Hendrik Richter | 2006-06-19 | 2 | -1269/+1123 |
* | Another forgotten change. | Matthias Clasen | 2006-06-19 | 1 | -1/+2 |
* | Forgotten file | Matthias Clasen | 2006-06-19 | 1 | -2/+4 |
* | updated by rranjan@redhat.com for hindi | Rajesh Ranjan | 2006-06-19 | 2 | -1961/+1612 |
* | Tamil Translation updated | Felix I | 2006-06-19 | 2 | -1688/+1583 |
* | Tamil transaltion updated | Felix I | 2006-06-19 | 2 | -1361/+1249 |
* | Updated Gujarati Translations | Ankitkumar Rameshchandra Patel | 2006-06-19 | 2 | -74/+72 |
* | Add a capabilities argument to the printer_get_options method and to the | Matthias Clasen | 2006-06-19 | 7 | -15/+52 |
* | Add a GENERATE_PS capability. And use it here. | Matthias Clasen | 2006-06-19 | 4 | -6/+24 |
* | Updated Spanish translation. | Francisco Javier F. Serrador | 2006-06-19 | 2 | -1451/+1476 |
* | Don't open a display connection. | Matthias Clasen | 2006-06-19 | 4 | -8/+16 |
* | doc improvement | Matthias Clasen | 2006-06-19 | 3 | -3/+13 |
* | Updated Welsh translation. | Rhys Jones | 2006-06-18 | 2 | -1820/+1754 |
* | Updated French translation. | Benoît Dejean | 2006-06-18 | 4 | -2888/+2740 |
* | Updated Korean translation. | Changwoo Ryu | 2006-06-17 | 4 | -2668/+2557 |
* | Fix a typo: s/Extention/Extension/. | Matthias Clasen | 2006-06-17 | 4 | -2/+10 |
* | ~ | Matthias Clasen | 2006-06-17 | 4 | -74/+56 |
* | Add GTK_PRINTER_OPTION_TYPE_ALTERNATIVE which is semantically the same as | Matthias Clasen | 2006-06-17 | 5 | -1/+107 |
* | Use stock print icons; make it compile | Matthias Clasen | 2006-06-17 | 4 | -4/+11 |
* | Fix a warning | Matthias Clasen | 2006-06-16 | 1 | -1/+2 |
* | Don't grow additional columns. | Matthias Clasen | 2006-06-16 | 3 | -1/+7 |
* | Add a GtkPrintSettings parameter to the printer_create_cairo_surface | Matthias Clasen | 2006-06-16 | 8 | -216/+277 |
* | Don't leak match data. (#345107, Christian Weiske) | Matthias Clasen | 2006-06-16 | 3 | -0/+9 |
* | Move the conflict label out of the button box. (#339456, Christian Persch) | Matthias Clasen | 2006-06-16 | 3 | -25/+16 |
* | Ignore unmapped widgets when ignore_hidden is TRUE. (#344707, Christian | Matthias Clasen | 2006-06-16 | 3 | -5/+11 |
* | Require cvs glib. | Matthias Clasen | 2006-06-16 | 4 | -15/+66 |
* | Move the registration of the gtk-print-preview-command setting from | Matthias Clasen | 2006-06-16 | 4 | -5/+52 |
* | Add a "Preview" menu item. | Matthias Clasen | 2006-06-16 | 3 | -5/+26 |
* | When starting a preview from the print dialog, set the action to PREVIEW. | Matthias Clasen | 2006-06-16 | 4 | -4/+19 |
* | Updated Thai translation. | Theppitak Karoonboonyanan | 2006-06-16 | 2 | -8/+12 |
* | Mark preview filename as translatable. | Matthias Clasen | 2006-06-16 | 3 | -3/+14 |
* | Move activity bar offset and size calculations to separate function. | Tim Janik | 2006-06-16 | 3 | -21/+89 |
* | fix 345038 | Matthias Clasen | 2006-06-16 | 3 | -5/+18 |
* | fix the print-to-pdf icon | Matthias Clasen | 2006-06-16 | 3 | -1/+7 |
* | make print-to-pdf show up again | Matthias Clasen | 2006-06-16 | 3 | -2/+14 |
* | *** empty log message *** | Ignacio Casal Quinteiro | 2006-06-15 | 4 | -2866/+2659 |
* | use gdk_window_get_pointer() to get pointer coordinates, but limit its | Carlos Garnacho | 2006-06-15 | 3 | -135/+201 |
* | Updated German translation. | Hendrik Richter | 2006-06-15 | 2 | -3/+10 |
* | Update the Cairo requirements (#345008) | Bastien Nocera | 2006-06-15 | 3 | -1/+9 |
* | fix 344891 | Matthias Clasen | 2006-06-15 | 3 | -3/+15 |
* | updated mininum dfb to 0.9.24 added more directfb wrapper functions | Michael Emmel | 2006-06-14 | 8 | -46/+295 |
* | Update the README with some background information - Federico | Federico Mena Quintero | 2006-06-14 | 1 | -1/+63 |
* | New function; it lets us time the expose sequence of a widget. | Federico Mena Quintero | 2006-06-14 | 5 | -16/+135 |
* | Fix 344867 | Matthias Clasen | 2006-06-14 | 3 | -106/+87 |