summaryrefslogtreecommitdiff
path: root/modules
Commit message (Expand)AuthorAgeFilesLines
* Add new capability GTK_PRINT_CAPABILITY_NUMBER_UP.Carlos Garcia Campos2007-05-282-4/+14
* Fix broken DESTDIR supportMatthias Clasen2007-05-241-2/+2
* Fix check for modifier keys. (#438261, Theppitak Karoonboonyanan)Behdad Esfahbod2007-05-141-1/+2
* GtkTreeView doesn't expand/collapse with Right/Left cursor keys on WindowsDom Lachowicz2007-05-091-1/+9
* MS-Windows Theme top tabs rendered upside down for non-XP theme (#435053,Dom Lachowicz2007-05-021-1/+1
* Get all the printer attributes when getting the list of printers, not viaMatthias Clasen2007-04-301-8/+42
* Rename gtk_paper_size_get_builtins() to gtk_paper_size_get_paper_sizes()Matthias Clasen2007-04-301-0/+27
* Fix a typo. String change ! (#406160, Stephane Raimbault)Matthias Clasen2007-04-291-1/+1
* More cleanupsMatthias Clasen2007-04-291-10/+7
* CleanupsMatthias Clasen2007-04-291-9/+6
* Make building the test print backend optionalMatthias Clasen2007-04-291-2/+6
* Correct some copyright lines.Matthias Clasen2007-04-298-8/+680
* Mark the printer list as done. (#428665, Bogdan Gheorghe)Matthias Clasen2007-04-261-0/+1
* Cleanup of notebook tab codeCody Russell2007-04-241-262/+356
* Reduce the amount of debug spew if we are not debugging.Matthias Clasen2007-04-231-15/+32
* Fix menuitem rendering in VistaCody Russell2007-04-191-6/+2
* Fix pixbuf leaks in non-WinXP rendering paths. From Daniel AtallahDominic Lachowicz2007-04-191-0/+6
* Fix bottom-oriented notebook tabs on Win32. #399253Cody Russell2007-04-011-11/+18
* Support raw printersMatthias Clasen2007-03-283-24/+141
* Use LDADDS for im-multipress.la, too:Tor Lillqvist2007-03-271-0/+1
* Add the multipress input method. (#417446, Johannes Schmid, MurrayMatthias Clasen2007-03-186-0/+860
* Don't commit modifier-adorned characters. (#331369, #335796, Lin Ma andMatthias Clasen2007-03-091-0/+4
* Remove unnecessary NULL checks before g_free(). (#369666, Morten Welinder,Matthias Clasen2007-03-094-10/+5
* Use proper border style when drawing shadow of scrolled windows on WindowsMathias Hasselmann2007-03-082-4/+7
* Add shadow-type style property, set shadow-type property of GtkEntryMathias Hasselmann2007-03-081-141/+80
* Improve look of GtkScrolledWindow on Windows by implementing aMathias Hasselmann2007-03-081-0/+5
* Bug 411118 - bad bevel for progress bar on windows classic. Match fromDom Lachowicz2007-02-231-3/+5
* Fix bug 404506, caused by prematurely releasing a DC. By Hiroyuki YamamotoDom Lachowicz2007-02-051-4/+6
* Fix leaked string. Fixes bug #402565.Felix Riemann2007-01-301-0/+1
* destroy the XIM only if it exists. While the code does look safe inMichael Natterer2007-01-261-1/+1
* fix the buildMatthias Clasen2007-01-171-1/+1
* Don't use httpGetFd() when building against cups 1.1Matthias Clasen2007-01-171-0/+5
* Fix another leakMatthias Clasen2007-01-041-6/+8
* Close the http connection after getting the PPD.Matthias Clasen2007-01-041-5/+7
* CleanupsMatthias Clasen2007-01-032-78/+103
* Fix some IPP compliance issues. (#391523, Albrecht Dress)Matthias Clasen2007-01-012-10/+12
* broken pre-commit scriptMatthias Clasen2006-12-281-0/+2
* Support inverting arrows via XSetting. (#377979, Yevgen Muntyan).Kristian Rietveld2006-12-271-0/+3
* forgotten fileMatthias Clasen2006-12-271-4/+3
* Use getters for http fields where available. (#364866, Björn Lindqvist)Matthias Clasen2006-12-271-19/+16
* Be careful to not override GTK+ translations with the translations of theMatthias Clasen2006-12-231-2/+2
* Move G_GNUC_INTERNAL before function declarations. (#352276, DamienMatthias Clasen2006-12-233-15/+15
* Replace a lot of idle and timeout calls by the new gdk_threads api.Matthias Clasen2006-12-221-1/+6
* Bug 351679 - Notebooks drawn with extra line below tab in MS-WindowsDom Lachowicz2006-12-141-9/+113
* Properly pass multi-value options to cups. (#355350, Jürg Billeter)Matthias Clasen2006-12-111-73/+144
* Bug 351678 - Notebooks not with PositionType.Top drawn incorrectly. PatchDom Lachowicz2006-12-021-28/+76
* Remove the broken Thai input method and add a functional Thai and LaoBehdad Esfahbod2006-11-297-218/+743
* Make print dialog work when 'BrowseShortNames Off' is specified in cupsMatthias Clasen2006-11-251-2/+2
* Don't pass NULL to strncpy. (#359537, patch by Carlos Garcia Campos)Matthias Clasen2006-11-151-2/+15
* Remember to free GDI Pen resources, introduced by bug 340201.(#364514)Dom Lachowicz2006-10-231-0/+1