summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Make gtk_printer_has_details() and gtk_printer_request_details() public.Matthias Clasen2007-04-299-14/+60
* More cleanupsMatthias Clasen2007-04-291-10/+7
* CleanupsMatthias Clasen2007-04-291-9/+6
* Make building the test print backend optionalMatthias Clasen2007-04-293-2/+22
* Correct some copyright lines.Matthias Clasen2007-04-2910-8/+709
* Add a way to specify accumulative margins. (#344499, Nate Nielsen)Matthias Clasen2007-04-293-5/+61
* Fix the offsets of the input-only window if we also have a visible window.Matthias Clasen2007-04-282-2/+10
* Recognize negative column indices as invalid. (#415260, Chris Wilson)Matthias Clasen2007-04-283-2/+9
* fix two more potential races that could happen when an application isRonald Bultje2007-04-282-5/+18
* Same fix for gtk_entry_real_insert_textMatthias Clasen2007-04-282-22/+25
* Only call g_object_get() when necessary. (#373137, Morten Welinder, patchMatthias Clasen2007-04-282-6/+15
* Add a note about being embedded. (#340107, Christian Persch)Matthias Clasen2007-04-282-0/+8
* Add GTK_TARGET_OTHER_{APP,WIDGET} to restrict drags within anMatthias Clasen2007-04-285-2/+22
* Make make clean cleanMatthias Clasen2007-04-283-2/+13
* Accept unknown parameters with a warning when saving. (#405539, DanielMatthias Clasen2007-04-283-11/+20
* Plug memory leaks caused by wrong use of g_slist_remove_link(). (#405515,Matthias Clasen2007-04-284-4/+12
* Fix headers in gtk-demo printing demoMatthias Clasen2007-04-282-11/+21
* Use strstr instead of g_strstr with -1 for length.Xan Lopez2007-04-282-1/+6
* Fix typo.Xan Lopez2007-04-281-1/+1
* Rember the user input that triggered the completion, add API to theXan Lopez2007-04-285-78/+145
* Factor out window movement functions. (#63820, Tilman Sauerbeck)Matthias Clasen2007-04-272-31/+39
* Factor out translate_pos(). (#63820, Tilman Sauerbeck)Matthias Clasen2007-04-272-24/+25
* Factor out window mapping and unmapping functions. (#63820, TilmanMatthias Clasen2007-04-272-10/+30
* Make list handling code easier to read. (#63820, Tilman Sauerbeck)Matthias Clasen2007-04-272-59/+24
* Internalize some strings, pointed out by Damon Chaplin.Matthias Clasen2007-04-277-8/+19
* Support inline-selection in entries (#318459)Xan Lopez2007-04-275-9/+216
* Merged heavily modified patch from maemo-gtk which enables opening andMichael Natterer2007-04-275-173/+383
* Append a '/' to directory names in the completion popup. (#431323, MaartenMatthias Clasen2007-04-262-3/+10
* Add a simple validation demo. Make it possible to add arbitrary childrenMatthias Clasen2007-04-265-46/+201
* Remove old child of scrolled window before adding a new one when switchingTor Lillqvist2007-04-262-0/+15
* Mark the printer list as done. (#428665, Bogdan Gheorghe)Matthias Clasen2007-04-262-0/+7
* Don't install UNIX-printing headers and support files on non-UNIXMatthias Clasen2007-04-263-2/+13
* Accept unnamed separators. (#369112, Christian Persch)Matthias Clasen2007-04-262-2/+7
* Don't access invalid memory. (#429732, Armin Burgmeier)Matthias Clasen2007-04-262-1/+6
* Use native Win32 cursors where it makes senseCody Russell2007-04-263-78/+92
* Win32 drop shadow goodnessCody Russell2007-04-2510-26/+82
* added 16x16 version of as per discussion in bug #431740.Jakub Steiner2007-04-253-0/+254
* Set the background of the header window again. (#431067, Benjamin Berg)Matthias Clasen2007-04-252-0/+6
* Set the filename to NULL for builtin icons, sincMatthias Clasen2007-04-253-6/+24
* Don't crash if end_run is not set. (#424168, Matthias Hasselmann)Matthias Clasen2007-04-252-2/+8
* Don't double the delay time of the first frame. (#431997, BjörnMatthias Clasen2007-04-252-1/+7
* Fix a wrong cross reference. (#431289, Bastian Nocera)Matthias Clasen2007-04-252-2/+7
* Chain up. (#433125, Christian Persch)Matthias Clasen2007-04-252-1/+9
* fix ACTIVE state of scroll buttons (we were setting the state to ACTIVEMichael Natterer2007-04-252-59/+89
* fix the build. Dunno if the fix is right, but I think it is.Michael Natterer2007-04-252-1/+6
* cleanup/refactor some leftover code.Kristian Rietveld2007-04-252-14/+10
* Parse half-open ranges like -2 or 3-, and be a bit more liberal aboutMatthias Clasen2007-04-243-14/+45
* Ensure the icon_theme->all_icons and dir->icons hash tables use the sameChris Wilson2007-04-242-1/+7
* Cleanup of notebook tab codeCody Russell2007-04-242-262/+361
* Reduce the amount of debug spew if we are not debugging.Matthias Clasen2007-04-232-15/+37