summaryrefslogtreecommitdiff
path: root/gtk
Commit message (Expand)AuthorAgeFilesLines
* handle gtk-tree-model-drop-append like the ListStore, includes some tweaksKristian Rietveld2002-03-081-4/+20
* Some packing tweaks.Owen Taylor2002-03-081-3/+15
* get rid of really bad focus loop. (gtk_tree_view_clamp_node_visible): onlyJonathan Blandford2002-03-083-52/+29
* increase value of new_location by one if cmp_a > 0 and we hit the end ofKristian Rietveld2002-03-071-0/+1
* Fix problem where there were two copies of the "do an arrow step" code,Owen Taylor2002-03-071-28/+25
* start implementingJonathan Blandford2002-03-074-105/+161
* Update offsets before finding where to insert the new value.Darin Adler2002-03-072-14/+15
* gdk/Makefile.am rework so that only things that really need to be doneManish Singh2002-03-061-1/+1
* Register 16x16 version of properties stock icon.Anders Carlsson2002-03-062-3/+10
* Fix various problems when truncating the inserted text to fit into theOwen Taylor2002-03-061-1/+6
* move event handling to the process_action function so we can have theJonathan Blandford2002-03-061-71/+138
* gdk/Makefile.am use install-foo-hook instead of install-foo-local, sinceManish Singh2002-03-061-2/+2
* gdk-pixbuf/gdk_pixbuf.rc.in gdk/win32/rc/gdk.rc.in Use GTK_API_VERSION.Tor Lillqvist2002-03-061-3/+3
* When setting the focus to NULL, clear the existing focus chain so thatOwen Taylor2002-03-061-1/+16
* remove sizing == AUTOSIZE check. Update docs.Jonathan Blandford2002-03-051-6/+4
* Don't create ->font_entry, ->font_style_entry at all rather than just notOwen Taylor2002-03-051-2/+18
* doc fix proposed by tvv@sparc.spb.su (Vitaly Tishkov), #73567.Jonathan Blandford2002-03-051-3/+3
* Fix docs.Matthias Clasen2002-03-053-3/+28
* Update version to 2.0.0Owen Taylor2002-03-052-29/+34
* don't assign yoffset here, just let it get updated in response to theHavoc Pennington2002-03-051-1/+1
* Don't use this same functions as idle callbacks and directly, to avoidOwen Taylor2002-03-052-12/+26
* Fix memory leak. (#73370, Paolo Maggi).Owen Taylor2002-03-041-2/+5
* Fix docs in terms of what out of range @page_num does. (#73371, VitalyOwen Taylor2002-03-041-2/+3
* Fix to properly take the default window into account by setting a flag andOwen Taylor2002-03-041-18/+52
* don't build gtk.defs anymoreHans Breuer2002-03-041-3/+4
* Remove obsolete Win32-only declaration ofTor Lillqvist2002-03-031-4/+0
* Back out changes to propagate keys to parent menu shells, since that brokeOwen Taylor2002-03-033-70/+84
* When increasing the row or column requisitions to make them sufficient forOwen Taylor2002-03-031-13/+57
* Centralize lookup and caching of cursor GC's here.Owen Taylor2002-03-039-150/+182
* change offset of cursor corner of navigation region from (-2, 2) to (-2,Soeren Sandmann2002-03-031-3/+2
* move edit ifs above _set_cursor code, don't collapse/expand row on doubleKristian Rietveld2002-03-031-44/+37
* When in split cursor mode, always add the cursor as both strong and weakOwen Taylor2002-03-031-2/+2
* add missing dependency of objects on gtkmarshalers.h.Owen Taylor2002-03-033-1573/+11
* make rewrite_event_for_window() static gtk_rc_clear_realized_style()Hans Breuer2002-03-035-176/+239
* added compile time switch to put the tree views into a hpaned for owen toTim Janik2002-03-037-24/+100
* Fixes for uninstalled operation with module suffixes other than .so and inOwen Taylor2002-03-033-18/+45
* Handle NO_WINDOW widgets with windows that are children of widget->window.Owen Taylor2002-03-031-23/+38
* Add a note to the docs about how to use this in the context of changeableOwen Taylor2002-03-031-1/+8
* Add a --enable-explicit-deps option to control whether dependencyOwen Taylor2002-03-021-0/+5
* Don't do special focus handling if draw_indicator is not set. (#64723,Owen Taylor2002-03-021-0/+6
* Clamp @max parameter passed in to [0, MAX_SIZE], improve docs. Fix defaultOwen Taylor2002-03-022-7/+39
* Robustify tracking of pointer grab window.Owen Taylor2002-03-022-5/+148
* Default to --disable-gtk-doc (avoid Jade breakage) and --disable-staticOwen Taylor2002-03-021-6/+3
* Switch style of stamp file usage.Owen Taylor2002-03-0224-711/+313
* fix typo.Tim Janik2002-03-021-1/+1
* set first_cell to FALSE after first iterationKristian Rietveld2002-03-012-6/+6
* Remove unneeded Win32 stuff inside #ifdef G_OS_WIN32. (Leftover from whenTor Lillqvist2002-03-011-9/+0
* Initialize the scrollbar spacing variable in the class to -1, and thenOwen Taylor2002-03-011-3/+5
* Don't delete forward across line boundaries when in overwrite mode.Owen Taylor2002-03-011-1/+10
* Fix signed-unsigned error that was accidentally causing negative values toOwen Taylor2002-03-011-4/+9