| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix minor typo in docs. (#378632, Hannes Mueller) | Behdad Esfahbod | 2006-11-23 | 1 | -0/+4 |
* | fix the date of the last commit | Emmanuele Bassi | 2006-11-22 | 1 | -1/+1 |
* | g_filename_from_uri() might fail; catch the failure and fall back to the | Emmanuele Bassi | 2006-11-22 | 1 | -0/+7 |
* | Fixes bug #376502 - multi-screen support for GtkStatusIcon | Mark McLoughlin | 2006-11-19 | 1 | -0/+14 |
* | Fix problems with drag cancellation. (#376535, Michael Natterer) | Matthias Clasen | 2006-11-18 | 1 | -0/+9 |
* | add gtk-doc blurb on GtkCellRendererText::edited (#376094) | Mariano Suárez-Alvarez | 2006-11-16 | 1 | -0/+5 |
* | don't use gtk_widget_keynav_failed(). Instead, look at | Michael Natterer | 2006-11-16 | 1 | -0/+7 |
* | Add new infrastructure for notifications of failed keyboard navigation and | Michael Natterer | 2006-11-16 | 1 | -0/+51 |
* | Return the URI of the GtkRecentInfo object (upgraded to UTF-8 if needed) | Emmanuele Bassi | 2006-11-16 | 1 | -0/+7 |
* | Apply the tip only if we have a displayable name for the item. (#365031, | Emmanuele Bassi | 2006-11-16 | 1 | -0/+7 |
* | Provide a fast path returning NULL when the limit is set to 0. | Emmanuele Bassi | 2006-11-16 | 1 | -0/+10 |
* | Don't pass NULL to strncpy. (#359537, patch by Carlos Garcia Campos) | Matthias Clasen | 2006-11-15 | 1 | -0/+5 |
* | added properties "fill-level", "show-fill-level" and | Michael Natterer | 2006-11-15 | 1 | -0/+13 |
* | Make libtool magic robust. (#352795) | Behdad Esfahbod | 2006-11-14 | 1 | -0/+4 |
* | plug small memory leak (#370395) | Paolo Borelli | 2006-11-13 | 1 | -0/+5 |
* | disable don't move cursor case for SELECTION_NONE. (#371756, John Ellis). | Kristian Rietveld | 2006-11-09 | 1 | -0/+5 |
* | Fix parenthesis confusion. | Carlos Garnacho | 2006-11-09 | 1 | -0/+4 |
* | added, do not leave the scroll timeout running if the slider buttons are | Carlos Garnacho | 2006-11-08 | 1 | -0/+5 |
* | Don't make the "Location" label bold. Bug #372449. | Christian Persch | 2006-11-08 | 1 | -0/+5 |
* | make non-focused tabs xthickness/ythickness thinner. (#353962) | Carlos Garnacho | 2006-11-07 | 1 | -0/+5 |
* | avoid memory corruption (#357050). | Paolo Borelli | 2006-11-07 | 1 | -0/+5 |
* | Cancel drag when the grab is shadowed. (#122688) | Alexander Larsson | 2006-11-06 | 1 | -0/+7 |
* | add arrow-size property to control the minimum size of the arrow, have the | Kristian Rietveld | 2006-11-01 | 1 | -0/+7 |
* | don't forget to queue a draw for the new cursor node. (Fixes #366548, | Kristian Rietveld | 2006-10-30 | 1 | -0/+6 |
* | consume the Escape key only if we actually cancel a drag. Fixes bug | Michael Natterer | 2006-10-30 | 1 | -0/+5 |
* | change left/right keybindings to collapse/expand rows instead of moving | Kristian Rietveld | 2006-10-30 | 1 | -0/+6 |
* | guard against child removal in row-expanded callback. (#366782, John | Kristian Rietveld | 2006-10-29 | 1 | -0/+5 |
* | Implement for B&W cursors, for instance the built-in GDK ones. | Tor Lillqvist | 2006-10-29 | 1 | -0/+6 |
* | Improve handling of the small icon of the window class. (#152620, Kazuki | Tor Lillqvist | 2006-10-28 | 1 | -0/+5 |
* | rework the area_above == 0 case to not overwrite the variables in the | Kristian Rietveld | 2006-10-27 | 1 | -0/+7 |
* | Put initial focus on Close button (#337261). | Christian Persch | 2006-10-26 | 1 | -0/+4 |
* | Add missing symbols so make check passes. | Johan Dahlin | 2006-10-25 | 1 | -0/+4 |
* | Remember to free GDI Pen resources, introduced by bug 340201.(#364514) | Dom Lachowicz | 2006-10-23 | 1 | -0/+5 |
* | connect to notify::popup-shown instead of popup-show (the latter does not | Kristian Rietveld | 2006-10-18 | 1 | -0/+5 |
* | plug memory leak. Fixes bug #362439. | Paolo Borelli | 2006-10-15 | 1 | -0/+5 |
* | fix commit below (committed the wrong patch). | Michael Natterer | 2006-10-12 | 1 | -0/+5 |
* | added "move-active" and "popup" signals and bindings to trigger them. | Michael Natterer | 2006-10-12 | 1 | -0/+6 |
* | gdkpixmap-directfb.c: add missing RGB24 case (#361176) | Michael David Emmel | 2006-10-11 | 1 | -0/+4 |
* | Enable having some gdk-pixbuf loaders built-in even if loading the others | Tor Lillqvist | 2006-10-11 | 1 | -0/+7 |
* | document gtk_binding_entry_skip(). | Tim Janik | 2006-10-11 | 1 | -0/+5 |
* | Remove gtk_combo_string_key, which is a static variable. | Tor Lillqvist | 2006-10-10 | 1 | -0/+5 |
* | Merge from 2.10 branch: | Tor Lillqvist | 2006-10-10 | 1 | -0/+18 |
* | applied patch from Michael Natterer to move to inline docs. applied | Tim Janik | 2006-10-10 | 1 | -0/+6 |
* | Update the docs to state which out parameters may be NULL. (#360870, | Matthias Clasen | 2006-10-09 | 1 | -0/+6 |
* | Fix a typo. (#359542, Ghee Teo) | Matthias Clasen | 2006-10-08 | 1 | -0/+5 |
* | Only reorder tabs if the focus is in the tab. (#350342, Carlos Garnacho | Matthias Clasen | 2006-10-08 | 1 | -0/+6 |
* | Fix for bug 3575611 strdup property name so it can be freed | Michael David Emmel | 2006-10-08 | 1 | -0/+4 |
* | add getter/setter for show-expanders property, queue a redraw when this | Kristian Rietveld | 2006-10-08 | 1 | -0/+11 |
* | Cleanups | Matthias Clasen | 2006-10-08 | 1 | -0/+7 |
* | Use the Win32 thread locale's first day of week setting on Win32. | Tor Lillqvist | 2006-10-07 | 1 | -0/+16 |