| Commit message (Expand) | Author | Age | Files | Lines |
* | Typo fix. (#388123, Murray Cumming) | Matthias Clasen | 2006-12-21 | 1 | -2/+2 |
* | Add signal documentation. (#317064, Søren Wedel Nielsen) | Matthias Clasen | 2006-12-20 | 1 | -10/+181 |
* | Silently return if a drag is already in progress, rather than asserting. | Matthias Clasen | 2006-12-20 | 1 | -1/+2 |
* | Allow any GtkDialog that implements GtkFileChooser as dialog. (#335473, | Matthias Clasen | 2006-12-20 | 1 | -5/+6 |
* | Fixed a last minute change in the quartz backend. | Mikael Hallendal | 2006-12-20 | 1 | -2/+2 |
* | Added gtkstatusicon-quartz.c Implements the quartz backend for the status | Mikael Hallendal | 2006-12-20 | 3 | -2/+251 |
* | Add a tooltip explaining the format of page ranges, and improve the page | Matthias Clasen | 2006-12-20 | 1 | -8/+34 |
* | Fixed a bug in set_property() (setting "window-placement-set" could result | Tristan Van Berkom | 2006-12-16 | 1 | -1/+1 |
* | Merged from gtk-2-10: | Federico Mena Quintero | 2006-12-15 | 1 | -9/+10 |
* | Make GtkComboBox in "appears-as-list" mode more closely resemble its Win32 | Dom Lachowicz | 2006-12-15 | 1 | -2/+4 |
* | Undo bogus commit. | Benjamin Berg | 2006-12-14 | 5 | -88/+4 |
* | draw arrows pointing to the right correctly placed inside their GdkWindow. | Carlos Garnacho | 2006-12-14 | 1 | -1/+1 |
* | Fix docs typo. Bug #385642. | Christian Persch | 2006-12-14 | 1 | -1/+1 |
* | Add --unlink-tempfile to the evince call for print preview. (#370041, Ghee | Matthias Clasen | 2006-12-13 | 1 | -1/+1 |
* | - Remove unused code/options from the code. Warn about their usage while | Benjamin Berg | 2006-12-13 | 5 | -4/+88 |
* | Be more careful when overdrawing antialiased text. (#352435, Alex Jones, | Matthias Clasen | 2006-12-11 | 1 | -11/+49 |
* | Change the way in which color scheme information is merged to correctly | Matthias Clasen | 2006-12-11 | 1 | -37/+93 |
* | cancel editing (ie. don't accept changes) when the entry loses focus. | Kristian Rietveld | 2006-12-10 | 1 | -1/+3 |
* | Fixes bug #383407 | Paolo Maggi | 2006-12-07 | 1 | -4/+2 |
* | do not use xthickness/ythickness, they aren't used any longer for drawing. | Carlos Garnacho | 2006-12-07 | 1 | -3/+3 |
* | Fix accelerator clipping | Matthias Clasen | 2006-12-07 | 1 | -0/+7 |
* | broooooooken pipe | Kristian Rietveld | 2006-12-06 | 1 | -26/+25 |
* | Improve print dialog | Matthias Clasen | 2006-12-06 | 1 | -1/+5 |
* | Fix an a11y regression | Matthias Clasen | 2006-12-04 | 1 | -0/+15 |
* | Don't leak the old page size when | Christian Persch | 2006-12-04 | 1 | -0/+12 |
* | remove FIXME #include that is no longer needed. | Michael Natterer | 2006-12-03 | 1 | -1/+0 |
* | Make sure [xy]_offset are always being initialized, fix pixbuf renderer | Kristian Rietveld | 2006-12-03 | 4 | -10/+25 |
* | when not using an explicit alignment, use the full area of the row (not | Kristian Rietveld | 2006-12-03 | 1 | -2/+3 |
* | Fix a crash with icon themes | Matthias Clasen | 2006-12-02 | 1 | -0/+2 |
* | Notify when the screen changes. Bug #379793. | Christian Persch | 2006-11-27 | 1 | -0/+16 |
* | applied patch by Colin Leroy for Control+GDK_KP_Left to move one word to | Tim Janik | 2006-11-27 | 1 | -1/+1 |
* | Protect against NULL widget. (#379503) | Benjamin Berg | 2006-11-26 | 1 | -2/+2 |
* | if we can't go up/down, consult gtk_widget_keynav_failed() and leave the | Michael Natterer | 2006-11-24 | 1 | -2/+25 |
* | Fix minor typo in docs. (#378632, Hannes Mueller) | Behdad Esfahbod | 2006-11-23 | 1 | -2/+2 |
* | g_filename_from_uri() might fail; catch the failure and fall back to the | Emmanuele Bassi | 2006-11-22 | 1 | -2/+3 |
* | Fixes bug #376502 - multi-screen support for GtkStatusIcon | Mark McLoughlin | 2006-11-19 | 2 | -0/+63 |
* | Fix problems with drag cancellation. (#376535, Michael Natterer) | Matthias Clasen | 2006-11-18 | 1 | -13/+15 |
* | add gtk-doc blurb on GtkCellRendererText::edited (#376094) | Mariano Suárez-Alvarez | 2006-11-16 | 1 | -0/+8 |
* | don't use gtk_widget_keynav_failed(). Instead, look at | Michael Natterer | 2006-11-16 | 1 | -8/+16 |
* | Add new infrastructure for notifications of failed keyboard navigation and | Michael Natterer | 2006-11-16 | 18 | -129/+689 |
* | Return the URI of the GtkRecentInfo object (upgraded to UTF-8 if needed) | Emmanuele Bassi | 2006-11-16 | 1 | -9/+21 |
* | Apply the tip only if we have a displayable name for the item. (#365031, | Emmanuele Bassi | 2006-11-16 | 1 | -9/+11 |
* | Provide a fast path returning NULL when the limit is set to 0. | Emmanuele Bassi | 2006-11-16 | 3 | -2/+13 |
* | added properties "fill-level", "show-fill-level" and | Michael Natterer | 2006-11-15 | 3 | -18/+326 |
* | plug small memory leak (#370395) | Paolo Borelli | 2006-11-13 | 1 | -5/+5 |
* | disable don't move cursor case for SELECTION_NONE. (#371756, John Ellis). | Kristian Rietveld | 2006-11-09 | 1 | -1/+4 |
* | Fix parenthesis confusion. | Carlos Garnacho | 2006-11-09 | 1 | -3/+3 |
* | added, do not leave the scroll timeout running if the slider buttons are | Carlos Garnacho | 2006-11-08 | 1 | -0/+14 |
* | Don't make the "Location" label bold. Bug #372449. | Christian Persch | 2006-11-08 | 1 | -6/+2 |
* | make non-focused tabs xthickness/ythickness thinner. (#353962) | Carlos Garnacho | 2006-11-07 | 1 | -7/+31 |