summaryrefslogtreecommitdiff
path: root/modules
Commit message (Expand)AuthorAgeFilesLines
* Merged from trunk:Matthias Clasen2007-11-221-1/+1
* Disable beeps when backspacing in textviews by default on Win32 systems.Cody Russell2007-10-261-0/+3
* Draw focus rect for buttons with relief set to GTK_RELIEF_NONE. (#487954)Cody Russell2007-10-181-5/+1
* Fix memory leak, and fix two instances where a GtkRequisition and aCody Russell2007-10-081-6/+2
* Fix some live cycle issuesMatthias Clasen2007-10-071-9/+32
* correct a commentMatthias Clasen2007-09-241-1/+1
* Override draw_layout method in GtkStyle in order to adjust by 2 pixels anyCody Russell2007-09-201-0/+43
* Include config.h first. (#467719)Matthias Clasen2007-09-093-3/+3
* Fix typo that broke the build.Wouter Bolsterlee2007-09-071-1/+1
* Check for the cups function httpGetAuthString().Matthias Clasen2007-09-071-1/+5
* Correct draw_box() function to check detail for "notebook". This fixes aCody Russell2007-08-271-0/+11
* change the file extension when the file format is changed in the PrintSven Neumann2007-08-091-2/+59
* Dectect if cups allows access to the http_t authstring field.Matthias Clasen2007-07-231-4/+0
* Fix build problems on Cygwin. (#448604)Matthias Clasen2007-07-094-6/+8
* Enable SSL support. (#451070, Vince Busam)Matthias Clasen2007-06-291-6/+6
* Draw no bevel when "GtkToolbar::shadow-type" is "none" (#450469).Mathias Hasselmann2007-06-281-0/+3
* Fixed, very hackishly, a one pixel error that occurs using the XP themeCody Russell2007-06-271-0/+19
* modules/engines/ms-windows/xp_theme.[ch] Add support for drawingCody Russell2007-06-263-133/+177
* Change input method behavior to act on key presses instead of keyDaniel Elstner2007-06-171-48/+20
* Fix some locking issuesMatthias Clasen2007-06-122-11/+24
* 2.11.1GTK_2_11_1Matthias Clasen2007-06-041-0/+4
* 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