summaryrefslogtreecommitdiff
path: root/gtk
Commit message (Expand)AuthorAgeFilesLines
* Add --unlink-tempfile to the evince call for print preview. (#370041, GheeMatthias Clasen2006-12-131-1/+1
* - Remove unused code/options from the code. Warn about their usage whileBenjamin Berg2006-12-135-4/+88
* Be more careful when overdrawing antialiased text. (#352435, Alex Jones,Matthias Clasen2006-12-111-11/+49
* Change the way in which color scheme information is merged to correctlyMatthias Clasen2006-12-111-37/+93
* cancel editing (ie. don't accept changes) when the entry loses focus.Kristian Rietveld2006-12-101-1/+3
* Fixes bug #383407Paolo Maggi2006-12-071-4/+2
* do not use xthickness/ythickness, they aren't used any longer for drawing.Carlos Garnacho2006-12-071-3/+3
* Fix accelerator clippingMatthias Clasen2006-12-071-0/+7
* broooooooken pipeKristian Rietveld2006-12-061-26/+25
* Improve print dialogMatthias Clasen2006-12-061-1/+5
* Fix an a11y regressionMatthias Clasen2006-12-041-0/+15
* Don't leak the old page size whenChristian Persch2006-12-041-0/+12
* remove FIXME #include that is no longer needed.Michael Natterer2006-12-031-1/+0
* Make sure [xy]_offset are always being initialized, fix pixbuf rendererKristian Rietveld2006-12-034-10/+25
* when not using an explicit alignment, use the full area of the row (notKristian Rietveld2006-12-031-2/+3
* Fix a crash with icon themesMatthias Clasen2006-12-021-0/+2
* Notify when the screen changes. Bug #379793.Christian Persch2006-11-271-0/+16
* applied patch by Colin Leroy for Control+GDK_KP_Left to move one word toTim Janik2006-11-271-1/+1
* Protect against NULL widget. (#379503)Benjamin Berg2006-11-261-2/+2
* if we can't go up/down, consult gtk_widget_keynav_failed() and leave theMichael Natterer2006-11-241-2/+25
* Fix minor typo in docs. (#378632, Hannes Mueller)Behdad Esfahbod2006-11-231-2/+2
* g_filename_from_uri() might fail; catch the failure and fall back to theEmmanuele Bassi2006-11-221-2/+3
* Fixes bug #376502 - multi-screen support for GtkStatusIconMark McLoughlin2006-11-192-0/+63
* Fix problems with drag cancellation. (#376535, Michael Natterer)Matthias Clasen2006-11-181-13/+15
* add gtk-doc blurb on GtkCellRendererText::edited (#376094)Mariano Suárez-Alvarez2006-11-161-0/+8
* don't use gtk_widget_keynav_failed(). Instead, look atMichael Natterer2006-11-161-8/+16
* Add new infrastructure for notifications of failed keyboard navigation andMichael Natterer2006-11-1618-129/+689
* Return the URI of the GtkRecentInfo object (upgraded to UTF-8 if needed)Emmanuele Bassi2006-11-161-9/+21
* Apply the tip only if we have a displayable name for the item. (#365031,Emmanuele Bassi2006-11-161-9/+11
* Provide a fast path returning NULL when the limit is set to 0.Emmanuele Bassi2006-11-163-2/+13
* added properties "fill-level", "show-fill-level" andMichael Natterer2006-11-153-18/+326
* plug small memory leak (#370395)Paolo Borelli2006-11-131-5/+5
* disable don't move cursor case for SELECTION_NONE. (#371756, John Ellis).Kristian Rietveld2006-11-091-1/+4
* Fix parenthesis confusion.Carlos Garnacho2006-11-091-3/+3
* added, do not leave the scroll timeout running if the slider buttons areCarlos Garnacho2006-11-081-0/+14
* Don't make the "Location" label bold. Bug #372449.Christian Persch2006-11-081-6/+2
* make non-focused tabs xthickness/ythickness thinner. (#353962)Carlos Garnacho2006-11-071-7/+31
* avoid memory corruption (#357050).Paolo Borelli2006-11-071-0/+1
* Cancel drag when the grab is shadowed. (#122688)Alexander Larsson2006-11-061-0/+29
* add arrow-size property to control the minimum size of the arrow, have theKristian Rietveld2006-11-011-0/+37
* don't forget to queue a draw for the new cursor node. (Fixes #366548,Kristian Rietveld2006-10-301-0/+1
* consume the Escape key only if we actually cancel a drag. Fixes bugMichael Natterer2006-10-301-5/+6
* change left/right keybindings to collapse/expand rows instead of movingKristian Rietveld2006-10-301-16/+19
* guard against child removal in row-expanded callback. (#366782, JohnKristian Rietveld2006-10-291-1/+1
* rework the area_above == 0 case to not overwrite the variables in theKristian Rietveld2006-10-271-21/+19
* Put initial focus on Close button (#337261).Christian Persch2006-10-261-2/+6
* Add missing symbols so make check passes.Johan Dahlin2006-10-251-0/+4
* Ignore files added by make checkJohan Dahlin2006-10-251-0/+2
* plug memory leak. Fixes bug #362439.Paolo Borelli2006-10-151-2/+4
* fix commit below (committed the wrong patch).Michael Natterer2006-10-121-12/+12