| Commit message (Expand) | Author | Age | Files | Lines |
* | Don't commit modifier-adorned characters. (#331369, #335796, Lin Ma and | Matthias Clasen | 2007-03-09 | 1 | -0/+4 |
* | Remove unnecessary NULL checks before g_free(). (#369666, Morten Welinder, | Matthias Clasen | 2007-03-09 | 4 | -10/+5 |
* | Use proper border style when drawing shadow of scrolled windows on Windows | Mathias Hasselmann | 2007-03-08 | 2 | -4/+7 |
* | Add shadow-type style property, set shadow-type property of GtkEntry | Mathias Hasselmann | 2007-03-08 | 1 | -141/+80 |
* | Improve look of GtkScrolledWindow on Windows by implementing a | Mathias Hasselmann | 2007-03-08 | 1 | -0/+5 |
* | Bug 411118 - bad bevel for progress bar on windows classic. Match from | Dom Lachowicz | 2007-02-23 | 1 | -3/+5 |
* | Fix bug 404506, caused by prematurely releasing a DC. By Hiroyuki Yamamoto | Dom Lachowicz | 2007-02-05 | 1 | -4/+6 |
* | Fix leaked string. Fixes bug #402565. | Felix Riemann | 2007-01-30 | 1 | -0/+1 |
* | destroy the XIM only if it exists. While the code does look safe in | Michael Natterer | 2007-01-26 | 1 | -1/+1 |
* | fix the build | Matthias Clasen | 2007-01-17 | 1 | -1/+1 |
* | Don't use httpGetFd() when building against cups 1.1 | Matthias Clasen | 2007-01-17 | 1 | -0/+5 |
* | Fix another leak | Matthias Clasen | 2007-01-04 | 1 | -6/+8 |
* | Close the http connection after getting the PPD. | Matthias Clasen | 2007-01-04 | 1 | -5/+7 |
* | Cleanups | Matthias Clasen | 2007-01-03 | 2 | -78/+103 |
* | Fix some IPP compliance issues. (#391523, Albrecht Dress) | Matthias Clasen | 2007-01-01 | 2 | -10/+12 |
* | broken pre-commit script | Matthias Clasen | 2006-12-28 | 1 | -0/+2 |
* | Support inverting arrows via XSetting. (#377979, Yevgen Muntyan). | Kristian Rietveld | 2006-12-27 | 1 | -0/+3 |
* | forgotten file | Matthias Clasen | 2006-12-27 | 1 | -4/+3 |
* | Use getters for http fields where available. (#364866, Björn Lindqvist) | Matthias Clasen | 2006-12-27 | 1 | -19/+16 |
* | Be careful to not override GTK+ translations with the translations of the | Matthias Clasen | 2006-12-23 | 1 | -2/+2 |
* | Move G_GNUC_INTERNAL before function declarations. (#352276, Damien | Matthias Clasen | 2006-12-23 | 3 | -15/+15 |
* | Replace a lot of idle and timeout calls by the new gdk_threads api. | Matthias Clasen | 2006-12-22 | 1 | -1/+6 |
* | Bug 351679 - Notebooks drawn with extra line below tab in MS-Windows | Dom Lachowicz | 2006-12-14 | 1 | -9/+113 |
* | Properly pass multi-value options to cups. (#355350, Jürg Billeter) | Matthias Clasen | 2006-12-11 | 1 | -73/+144 |
* | Bug 351678 - Notebooks not with PositionType.Top drawn incorrectly. Patch | Dom Lachowicz | 2006-12-02 | 1 | -28/+76 |
* | Remove the broken Thai input method and add a functional Thai and Lao | Behdad Esfahbod | 2006-11-29 | 7 | -218/+743 |
* | Make print dialog work when 'BrowseShortNames Off' is specified in cups | Matthias Clasen | 2006-11-25 | 1 | -2/+2 |
* | Don't pass NULL to strncpy. (#359537, patch by Carlos Garcia Campos) | Matthias Clasen | 2006-11-15 | 1 | -2/+15 |
* | Remember to free GDI Pen resources, introduced by bug 340201.(#364514) | Dom Lachowicz | 2006-10-23 | 1 | -0/+1 |
* | Cleanups | Matthias Clasen | 2006-10-08 | 3 | -12/+8 |
* | Complete the fix for bug 357280 | Matthias Clasen | 2006-10-03 | 1 | -0/+8 |
* | Complete the fix for bug 357280. | Matthias Clasen | 2006-10-03 | 1 | -8/+25 |
* | Only use the group name field if cups is new enough. (#357280) | Matthias Clasen | 2006-10-02 | 1 | -0/+2 |
* | Bug 340201 | Dom Lachowicz | 2006-09-12 | 3 | -264/+723 |
* | Add. | Behdad Esfahbod | 2006-09-06 | 1 | -0/+4 |
* | Send printer-list-done on error. | Matthias Clasen | 2006-08-31 | 1 | -1/+3 |
* | Use a resonable timeout of 3 seconds when polling for printer list | Matthias Clasen | 2006-08-28 | 1 | -2/+3 |
* | Query range style properties only on range widgets. (#352277, Benjamin | Matthias Clasen | 2006-08-26 | 1 | -1/+1 |
* | 2.10.2GTK_2_10_2 | Matthias Clasen | 2006-08-18 | 1 | -0/+4 |
* | Handle filename encoding consistently. (#351812, Christian Persch) | Matthias Clasen | 2006-08-18 | 1 | -26/+34 |
* | Improve the handling of the default output filename, to ensure that we | Matthias Clasen | 2006-08-17 | 1 | -21/+40 |
* | Simplify, make it build against cups 1.1. (#350329) | Matthias Clasen | 2006-08-15 | 1 | -32/+16 |
* | 2.10.1GTK_2_10_1 | Matthias Clasen | 2006-07-24 | 1 | -0/+4 |
* | Check if option is NULL before using it. (#348014, Christian Persch) | Matthias Clasen | 2006-07-19 | 1 | -1/+2 |
* | Make bits from my last commit are conditionally compiled only if cups 1.2 | John Palmieri | 2006-07-18 | 1 | -4/+10 |
* | add GTK_PRINTER_OPTION_TYPE_PICKONE_PASSWORD, | John Palmieri | 2006-07-18 | 1 | -6/+75 |
* | Get the name of the first printer in a class to use when requesting a PPD | John Palmieri | 2006-07-06 | 3 | -7/+51 |
* | Fix compilation with cups 1.1 | Matthias Clasen | 2006-06-22 | 1 | -1/+0 |
* | Apply a patch by Christian Persch to support PostScript and PDF output. | Matthias Clasen | 2006-06-21 | 1 | -25/+138 |
* | Apply a patch by John Palmieri to use buffered io using GIOChannels, clean | Matthias Clasen | 2006-06-21 | 8 | -202/+370 |