| Commit message (Expand) | Author | Age | Files | Lines |
* | Document the new signals popup, popdown and move-active. | Mikael Hallendal | 2007-08-08 | 1 | -2/+35 |
* | Do not assume that text is null-terminated as pointed out by Christopher | Johan Dahlin | 2007-08-07 | 3 | -9/+22 |
* | Use g_strdup on the translated string instead of g_strndup() + the length | Johan Dahlin | 2007-08-07 | 1 | -1/+1 |
* | create a dummy tip_window and tip_label, so old applications with code | Kristian Rietveld | 2007-08-07 | 1 | -1/+20 |
* | Disable tooltips in touchscreen mode. | Kristian Rietveld | 2007-08-07 | 1 | -0/+11 |
* | reset the completion prefix on Enter too, plug potential leak. Follow-up | Xan Lopez | 2007-07-31 | 1 | -12/+19 |
* | Make the label wrap, for compatibility with the old tooltips code. This | Matthias Clasen | 2007-07-31 | 1 | -0/+1 |
* | Fix documentation. (#461225, Murray Cumming). | Kristian Rietveld | 2007-07-30 | 1 | -1/+1 |
* | Add documentation for properties and fix the deprecation marker for the | Emmanuele Bassi | 2007-07-30 | 2 | -7/+92 |
* | Fix check/radio indicator drawing mess (bug #452225): | Michael Natterer | 2007-07-27 | 3 | -6/+6 |
* | Call gtk_tooltip_hide_tooltip() even if the tooltip is not visible yet. | Matthias Clasen | 2007-07-25 | 1 | -1/+1 |
* | Mark more internal symbols for prefixing | Alexander Larsson | 2007-07-25 | 4 | -3/+20 |
* | Silence the validator | Matthias Clasen | 2007-07-25 | 1 | -1/+1 |
* | Remove obsolete set-tooltip handler. (#458280, Christian Persch) | Matthias Clasen | 2007-07-24 | 1 | -17/+0 |
* | Port to use new tooltips API. (#451397, Jan Arne Petersen) | Matthias Clasen | 2007-07-24 | 4 | -98/+30 |
* | Restructure the code to make sense, and don't leak an empty accel. | Matthias Clasen | 2007-07-24 | 2 | -11/+10 |
* | Protect against recursion via gtk_container_remove(). (#459561, Christian | Matthias Clasen | 2007-07-24 | 1 | -7/+9 |
* | Fix some doc formatting errors | Matthias Clasen | 2007-07-23 | 3 | -3/+3 |
* | Port the GtkRecentChooser default implementation widget to the new | Emmanuele Bassi | 2007-07-23 | 2 | -67/+92 |
* | Correctly redraw when gtk-scrolled-window-placement is changed after the | Ross Burton | 2007-07-22 | 1 | -1/+1 |
* | Rename the tips_data_list field back. (#447214) | Matthias Clasen | 2007-07-21 | 2 | -2/+2 |
* | Add forgotten release markers | Matthias Clasen | 2007-07-21 | 1 | -0/+4 |
* | Don't pop up under the cursor. | Matthias Clasen | 2007-07-20 | 1 | -1/+9 |
* | Don't leak a label. (#455901, Christian Persch, Vincent Geddes) | Matthias Clasen | 2007-07-20 | 1 | -1/+1 |
* | Apply a patch by Emmanuele Bassi to limit the number of shown recent | Matthias Clasen | 2007-07-20 | 6 | -28/+144 |
* | Apply a patch by Emmanuele Bassi to add tooltips to the file lists in | Matthias Clasen | 2007-07-20 | 1 | -19/+88 |
* | Remove debug spew | Matthias Clasen | 2007-07-20 | 1 | -4/+1 |
* | add note that the semantics of this call, when mixed with the new | Ryan Lortie | 2007-07-19 | 1 | -0/+5 |
* | Handle keypresses better when there is no completion. (#458298, Christian | Matthias Clasen | 2007-07-19 | 2 | -1/+10 |
* | Merge color scheme before sending notification. | Matthias Clasen | 2007-07-19 | 1 | -2/+3 |
* | Small fixes | Matthias Clasen | 2007-07-19 | 1 | -4/+11 |
* | handle no-window and regular widgets seperately. | Kristian Rietveld | 2007-07-19 | 2 | -5/+18 |
* | Add new convenience api for tooltips on icon views | Matthias Clasen | 2007-07-19 | 3 | -3/+218 |
* | markup fixes | Matthias Clasen | 2007-07-19 | 1 | -6/+6 |
* | markup fix | Matthias Clasen | 2007-07-19 | 1 | -2/+2 |
* | typo fix | Matthias Clasen | 2007-07-19 | 1 | -1/+1 |
* | Initialized GValues before unsetting them. (#457720) | Matthias Clasen | 2007-07-19 | 1 | -0/+2 |
* | add more convenience API. | Kristian Rietveld | 2007-07-19 | 4 | -1/+203 |
* | Correct some mistakes in the documentation of the test-expand/collapse-row | Matthias Clasen | 2007-07-18 | 1 | -2/+2 |
* | Small cleanups | Matthias Clasen | 2007-07-18 | 1 | -5/+3 |
* | only do the coordinate check if tmp is not NULL. | Kristian Rietveld | 2007-07-17 | 1 | -1/+2 |
* | Fix some issues with some combinations of inline-selection and | Matthias Clasen | 2007-07-16 | 2 | -32/+19 |
* | check if the pointer is really over the returned widget, since the | Kristian Rietveld | 2007-07-16 | 1 | -0/+5 |
* | Plug a memleak. (#455721, Christian Persch) | Matthias Clasen | 2007-07-16 | 1 | -1/+2 |
* | Apply a patch by Guillaume Cottenceau to improve the signal docs. | Matthias Clasen | 2007-07-16 | 1 | -4/+30 |
* | Apply a patch by Xan Lopez to document a lot of GtkWidget signals. | Matthias Clasen | 2007-07-16 | 1 | -166/+561 |
* | Convenience functions to position tooltips on icon view items or cells. | Matthias Clasen | 2007-07-16 | 3 | -1/+91 |
* | Avoid gratitious use of g_strdup_printf(). | Matthias Clasen | 2007-07-13 | 3 | -4/+16 |
* | #408327, improve tooltip positioning. | Kristian Rietveld | 2007-07-13 | 5 | -59/+253 |
* | Add docs | Matthias Clasen | 2007-07-12 | 1 | -3/+144 |