| Commit message (Expand) | Author | Age | Files | Lines |
* | Add a bounding box test that will avoid getting the individual cell boxes | Matthias Clasen | 2007-09-10 | 1 | -0/+8 |
* | Fix some doc formatting errors | Matthias Clasen | 2007-07-23 | 1 | -1/+1 |
* | Remove debug spew | Matthias Clasen | 2007-07-20 | 1 | -4/+1 |
* | Add new convenience api for tooltips on icon views | Matthias Clasen | 2007-07-19 | 1 | -3/+205 |
* | Convenience functions to position tooltips on icon view items or cells. | Matthias Clasen | 2007-07-16 | 1 | -1/+79 |
* | New function to convert widget coords to what is expected by the at_pos | Matthias Clasen | 2007-07-11 | 1 | -3/+41 |
* | Rename buildable methods to not clash with widget methods. (#448928, | Johan Dahlin | 2007-06-19 | 1 | -1/+1 |
* | Add GtkBuilder, fixes #172535 | Johan Dahlin | 2007-06-15 | 1 | -1/+60 |
* | use PANGO_BREAK_WORD_CHAR instead of PANGO_BREAK_WORD so the text cell | Michael Natterer | 2007-06-12 | 1 | -2/+2 |
* | Fix #410815, reported by Lucas Rocha. | Kristian Rietveld | 2007-06-12 | 1 | -7/+25 |
* | Queue a resize if the size changed. (#418047, Alex Graveley) | Matthias Clasen | 2007-05-30 | 1 | -1/+5 |
* | Don't crash and don't leak. (#439565, Pedro Villavicencio) | Matthias Clasen | 2007-05-25 | 1 | -2/+8 |
* | Disable key bindings during rubber banding, make pressing Esc stop rubber | Kristian Rietveld | 2007-05-09 | 1 | -0/+35 |
* | Internalize some strings, pointed out by Damon Chaplin. | Matthias Clasen | 2007-04-27 | 1 | -2/+2 |
* | Remove unnecessary NULL checks before g_free(). (#369666, Morten Welinder, | Matthias Clasen | 2007-03-09 | 1 | -2/+1 |
* | Documentation fixes (#400530, Anders Brander) | Matthias Clasen | 2007-01-27 | 1 | -3/+3 |
* | Cross-compilation fixes. (#392646, Yevgen Muntyan) | Matthias Clasen | 2007-01-04 | 1 | -0/+5 |
* | New function to get the cell renderers of a cell layout. | Matthias Clasen | 2006-12-29 | 1 | -0/+19 |
* | Use word wrapping by default, and center multiline labels. (#318763, Ross | Matthias Clasen | 2006-12-29 | 1 | -5/+9 |
* | Bug 340141 – Update to Pango 1.16 API | Behdad Esfahbod | 2006-12-24 | 1 | -4/+4 |
* | Replace a lot of idle and timeout calls by the new gdk_threads api. | Matthias Clasen | 2006-12-22 | 1 | -20/+4 |
* | Fix docs typo. Bug #385642. | Christian Persch | 2006-12-14 | 1 | -1/+1 |
* | Add new infrastructure for notifications of failed keyboard navigation and | Michael Natterer | 2006-11-16 | 1 | -2/+14 |
* | Apply a cleanup patch by Kjartan Maraas (#341812) | Matthias Clasen | 2006-10-08 | 1 | -3/+0 |
* | Apply a patch by Behdad Esfahbod to reduce relocations. (#359053) | Matthias Clasen | 2006-10-03 | 1 | -2/+2 |
* | Update background upon style-set and state-changed. (#348634, Thomas | Matthias Clasen | 2006-08-16 | 1 | -1/+41 |
* | Fix a memleak | Matthias Clasen | 2006-07-21 | 1 | -0/+12 |
* | Fix some typos with inline property docs. (#347065, John Finlay) | Matthias Clasen | 2006-07-10 | 1 | -6/+6 |
* | Improve consistency of signal and property names | Matthias Clasen | 2006-07-06 | 1 | -13/+13 |
* | Small doc fix. (#345176, Claudio Saavedra) | Matthias Clasen | 2006-06-20 | 1 | -1/+1 |
* | gtk/gtklayout.c (gtk_layout_realize), gtk/gtkiconview.c | Søren Sandmann | 2006-05-15 | 1 | -1/+1 |
* | More of the same | Matthias Clasen | 2006-05-14 | 1 | -1/+1 |
* | Boilerplate reduction | Matthias Clasen | 2006-05-02 | 1 | -1/+0 |
* | Document that @cell must be one of the renderers of the icon view, warn if | Matthias Clasen | 2006-03-20 | 1 | -17/+16 |
* | Apply some arbitrary lower limit for the guessed wrap width. (#332466, | Matthias Clasen | 2006-03-06 | 1 | -40/+40 |
* | Make scroll_to_path work for newly inserted items, by delaying the scroll | Matthias Clasen | 2006-03-02 | 1 | -28/+39 |
* | Fix row_spacing/column_spacing confusion. (#330732, Donald Straney) | Matthias Clasen | 2006-02-11 | 1 | -2/+2 |
* | Adjust the wrap-width also if an explicit item width is set. (#322475, | Matthias Clasen | 2005-12-21 | 1 | -2/+1 |
* | Reset pressed_button to -1 after handling a double click, so that motion | Matthias Clasen | 2005-12-20 | 1 | -0/+1 |
* | Correctly handle the cell list and indices into it. (#321856) | Matthias Clasen | 2005-11-28 | 1 | -2/+8 |
* | deprecated floating/sink API and implemented it in terms of the GObject | Tim Janik | 2005-11-23 | 1 | -8/+4 |
* | More typo fixes | Matthias Clasen | 2005-09-19 | 1 | -1/+1 |
* | Fix a typo in the docs. (#316419, Guillaume Cottenceau) | Matthias Clasen | 2005-09-19 | 1 | -1/+1 |
* | Use g_list_nth_data() instead of g_list_nth()->data in multiple places to | Matthias Clasen | 2005-09-19 | 1 | -18/+13 |
* | Various cleanups. (#315360, Kjartan Maraas) | Matthias Clasen | 2005-09-13 | 1 | -26/+22 |
* | Fix typos in the docs. (#316008, #316027, #316121, Guillaume Cottenceau) | Matthias Clasen | 2005-09-13 | 1 | -2/+2 |
* | Silently return NULL if the widget is not realized. (#316023, Guillaume | Matthias Clasen | 2005-09-13 | 1 | -0/+6 |
* | Use gdk_atom_intern_static_string() where appropriate. | Matthias Clasen | 2005-09-11 | 1 | -2/+2 |
* | Stylistic improvements and clarifications for some blurbs. (#315520, | Matthias Clasen | 2005-09-09 | 1 | -1/+1 |
* | Intern some more strings. | Matthias Clasen | 2005-09-01 | 1 | -24/+31 |