summaryrefslogtreecommitdiff
path: root/gtk
Commit message (Expand)AuthorAgeFilesLines
* Add signal documentation. (#317064, Søren Wedel Nielsen)Matthias Clasen2006-12-201-10/+181
* Silently return if a drag is already in progress, rather than asserting.Matthias Clasen2006-12-201-1/+2
* Allow any GtkDialog that implements GtkFileChooser as dialog. (#335473,Matthias Clasen2006-12-201-5/+6
* Fixed a last minute change in the quartz backend.Mikael Hallendal2006-12-201-2/+2
* Added gtkstatusicon-quartz.c Implements the quartz backend for the statusMikael Hallendal2006-12-203-2/+251
* Add a tooltip explaining the format of page ranges, and improve the pageMatthias Clasen2006-12-201-8/+34
* Fixed a bug in set_property() (setting "window-placement-set" could resultTristan Van Berkom2006-12-161-1/+1
* Merged from gtk-2-10:Federico Mena Quintero2006-12-151-9/+10
* Make GtkComboBox in "appears-as-list" mode more closely resemble its Win32Dom Lachowicz2006-12-151-2/+4
* Undo bogus commit.Benjamin Berg2006-12-145-88/+4
* draw arrows pointing to the right correctly placed inside their GdkWindow.Carlos Garnacho2006-12-141-1/+1
* Fix docs typo. Bug #385642.Christian Persch2006-12-141-1/+1
* 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