summaryrefslogtreecommitdiff
path: root/gtk/gtkiconview.c
Commit message (Expand)AuthorAgeFilesLines
* Add a function to determine what parts of the model are visible. (#306726,Matthias Clasen2005-06-111-0/+56
* More doc fixes.Matthias Clasen2005-06-101-1/+1
* Doc fixes.Matthias Clasen2005-06-101-1/+1
* New function to scroll to a path. (#306838, Jonathan Blandford)Matthias Clasen2005-06-091-0/+78
* Scroll to the item. (#306839, Jonathan Blandford)Matthias Clasen2005-06-081-0/+2
* gdk/gdkdraw.c #include gdkcairo.h for gdk_cairo_create() declaration.Manish Singh2005-05-141-1/+2
* Use a GtkAlignment rather than a GtkDrawingArea to draw the swatch in toOwen Taylor2005-05-111-17/+10
* Fix a copy-and-paste accidentMatthias Clasen2005-05-081-11/+1
* Test DND.Matthias Clasen2005-05-061-144/+1510
* Test cell renderers.Matthias Clasen2005-05-021-589/+1876
* Get rid of this function, instead show the bin_window when it is created.Matthias Clasen2005-04-291-15/+2
* Use the internal unselect_all function, since we need the unselection toMatthias Clasen2005-04-291-8/+8
* Also scroll horizontally when necessary, and keep the northwest corner ofMatthias Clasen2005-04-291-3/+17
* Add some more tests.Matthias Clasen2005-04-291-0/+2
* Don't crash if the path does not point to a row in the model. (#300909,Matthias Clasen2005-04-291-8/+6
* gtk/gtkstyle.c gtk/gtkcolorsel.c gtk/gtkhsv.c gtk/gtkiconview.c Update toOwen Taylor2005-04-181-4/+11
* Merged from gtk-2-6:Sven Neumann2005-03-311-3/+3
* Use canonical names for g_object_notify() as well.Matthias Clasen2005-03-261-6/+6
* Define macros GTK_PARAM_READABLE, GTK_PARAM_WRITABLE, GTK_PARAM_READWRITEMatthias Clasen2005-03-221-14/+15
* Make PLT-reduction work with gcc4, and don't include everything inMatthias Clasen2005-03-201-1/+3
* Clamp adjustment values on resize. (#170567, Tomislav Jonjic)Matthias Clasen2005-03-171-13/+25
* Typo fix in the docs.Matthias Clasen2005-03-171-12/+143
* Switch set_cairo_target() virtual function to ref_cairo_surface()Owen Taylor2005-03-171-69/+52
* Queue a resize when the model is unset. (#169528, Tomislav Jonjic)Matthias Clasen2005-03-091-2/+7
* More canonical property names.Matthias Clasen2005-03-091-9/+9
* gdk/gdkkeyuni.c gdk/gdkpixbuf-drawable.c gdk/gdkrgb.c gdk/x11/gdkdnd-x11.cMatthias Clasen2005-03-011-3/+3
* Remove debug output. (#164376, Jens Finke)Matthias Clasen2005-01-181-1/+1
* Make markup_column work, and fix some layout issues when either icon orMatthias Clasen2005-01-061-14/+35
* Fix sorting of list stores. (#161886, Marcin Krzyzanowski)Matthias Clasen2004-12-221-1/+7
* Add new symbols.Matthias Clasen2004-12-141-56/+407
* Make this work, no need to invert the array.Matthias Clasen2004-12-081-55/+4
* Handle the fact the the changed row may also be moved. (#159387, OlivierMatthias Clasen2004-12-021-1/+45
* Queue a layout. (#159436, Olivier Andrieu)Matthias Clasen2004-11-261-0/+2
* Check column types on the new model, and check them all. (#159389, OlivierMatthias Clasen2004-11-261-7/+15
* Make it work with *big* icon views. (#154466)Matthias Clasen2004-11-091-3/+4
* Fix many sparse warnings.Matthias Clasen2004-10-281-1/+1
* Reset pointers pointing to the old model. (#154350)Matthias Clasen2004-10-041-3/+4
* Handle an empty icon view gracefully. (#152486)Matthias Clasen2004-09-291-4/+4
* Make it compile.Matthias Clasen2004-08-301-7/+18
* 2.5.2GTK_2_5_2Matthias Clasen2004-08-251-2/+2
* Applied patch from Olivier Andrieu to fix bug #150440.Manish Singh2004-08-181-13/+16
* Make the icon view accessible by implementing the necesssary ATKMatthias Clasen2004-08-121-2/+2260
* Add hidden aliases for exported symbols which are used internally in orderMatthias Clasen2004-08-091-0/+1
* Add buttons to select and unselect all nodes, make the popup menu actuallyMatthias Clasen2004-08-041-8/+8
* Add gdk_draw_rectangle_alpha_libgtk_only which uses XRenderFillRectangleAnders Carlsson2004-07-271-15/+18
* Add a new :orientation property to determine whether text is positionedMatthias Clasen2004-07-181-7/+105
* Draw focus indicator outside the selection, respect focus line width.Matthias Clasen2004-07-181-10/+29
* Some documentation updates.Matthias Clasen2004-07-131-15/+63
* Use gint, not int in gtk_icon_view_set_markup_column, (Paolo Maggi)Anders Carlsson2004-07-051-1/+1
* Add an "activate_cursor_item" action signal and bind it to the return key.Anders Carlsson2004-07-041-8/+41