| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | avoid memory corruption (#357050). | Paolo Borelli | 2006-11-07 | 1 | -0/+1 |
* | Cancel drag when the grab is shadowed. (#122688) | Alexander Larsson | 2006-11-06 | 1 | -0/+29 |
* | add arrow-size property to control the minimum size of the arrow, have the | Kristian Rietveld | 2006-11-01 | 1 | -0/+37 |
* | don't forget to queue a draw for the new cursor node. (Fixes #366548, | Kristian Rietveld | 2006-10-30 | 1 | -0/+1 |
* | consume the Escape key only if we actually cancel a drag. Fixes bug | Michael Natterer | 2006-10-30 | 1 | -5/+6 |
* | change left/right keybindings to collapse/expand rows instead of moving | Kristian Rietveld | 2006-10-30 | 1 | -16/+19 |
* | guard against child removal in row-expanded callback. (#366782, John | Kristian Rietveld | 2006-10-29 | 1 | -1/+1 |
* | rework the area_above == 0 case to not overwrite the variables in the | Kristian Rietveld | 2006-10-27 | 1 | -21/+19 |
* | Put initial focus on Close button (#337261). | Christian Persch | 2006-10-26 | 1 | -2/+6 |
* | Add missing symbols so make check passes. | Johan Dahlin | 2006-10-25 | 1 | -0/+4 |
* | Ignore files added by make check | Johan Dahlin | 2006-10-25 | 1 | -0/+2 |
* | plug memory leak. Fixes bug #362439. | Paolo Borelli | 2006-10-15 | 1 | -2/+4 |
* | fix commit below (committed the wrong patch). | Michael Natterer | 2006-10-12 | 1 | -12/+12 |