summaryrefslogtreecommitdiff
path: root/gtk
Commit message (Expand)AuthorAgeFilesLines
...
* make static.Mark McLoughlin2002-01-313-4/+4
* Handle the case where bin->child is NULL. (#70153, Padraig O'Briain)Owen Taylor2002-01-312-2/+2
* save last minute changes before committing.Jonathan Blandford2002-01-312-25/+29
* only emit the signal if an interesting column changes.Jonathan Blandford2002-01-303-15/+70
* remove unused variable.Manish Singh2002-01-302-3/+1
* Remove excess calls to g_return_if_fail from static and virtual functions.Matthias Clasen2002-01-3033-625/+89
* Allow a -1 icon size.Anders Carlsson2002-01-301-1/+1
* fix revrted bug fix. (use a define for max digits).Tim Janik2002-01-301-1/+1
* Try to make sure that we have some focused widget on map. (#50339)Owen Taylor2002-01-302-2/+48
* 1.3.13GTK_1_3_13Owen Taylor2002-01-301-1/+1
* Export gtk_widget_set_accel_path().Owen Taylor2002-01-305-17/+42
* Consistently use GdkModifierType. (#66950, Mark Patton)Owen Taylor2002-01-309-46/+47
* Document that the end points are included in the range. (#69783, JeffreyOwen Taylor2002-01-303-10/+10
* Revert the last changes to make the number of digits only effect drawing,Owen Taylor2002-01-302-9/+16
* ue Jan 29 19:51:05 2002 Owen Taylor <otaylor@redhat.com>Owen Taylor2002-01-305-2/+18
* Fix wrong usage of g_value_set/get_object for PROP_TABS and memory leak inOwen Taylor2002-01-301-2/+2
* Document that a size of (GtkIconSize)-1 means don't scale.Owen Taylor2002-01-302-5/+6
* Optimize exposes of partial insensitive images.Havoc Pennington2002-01-291-92/+167
* Patch from Jacob Berkman to fix problem when the height/width of a layoutOwen Taylor2002-01-292-31/+55
* Small fix to size of torn off window (#60271, Detlef Reichl)Owen Taylor2002-01-292-1/+7
* free cursor_path after usageKristian Rietveld2002-01-291-40/+70
* Show correct size in the size entry.Anders Carlsson2002-01-291-0/+5
* Use gtk_tree_view_set_cursor() instead ofOwen Taylor2002-01-291-14/+28
* Switch over to GtkTreeView from GtkCList. Remove the entries above theOwen Taylor2002-01-294-351/+513
* Return boolean (and FALSE from focus_in / focus_out handlers. (#69528,Owen Taylor2002-01-291-2/+6
* Remove the scary startup warning.Owen Taylor2002-01-291-10/+0
* Add <Control>Tab bindings for "move-focus" so that Control-Tab to escapeOwen Taylor2002-01-294-22/+23
* don't install an empty icon_set if none of the image files could be foundSven Neumann2002-01-291-7/+15
* fix default value for ::digits property, leave as 1 as per havoc'sTim Janik2002-01-292-14/+19
* fix assertion failure by creating the line data, but not validating it atHavoc Pennington2002-01-293-91/+38
* Paint focus before shadow to give theme engines a bit more flexibility.Owen Taylor2002-01-281-4/+12
* no longer g_assert.Jonathan Blandford2002-01-281-1/+9
* When setting the GtkTreeView's model, set prelight_node, prelight_tree,Jon Trowbridge2002-01-281-0/+6
* Changes to gtktreeview to better support thicker focus lines,Bill Haneman2002-01-283-37/+71
* Only activate/edit the row if shift is not pressed, #69248Jonathan Blandford2002-01-281-1/+6
* Fix build.Anders Carlsson2002-01-281-1/+1
* General property notification cleanup.Matthias Clasen2002-01-2826-71/+133
* Forgot to commit this last week.Jonathan Blandford2002-01-281-0/+7
* & with the default mod mask so accels work when numlock is on.Anders Carlsson2002-01-281-1/+1
* add _gtk_rbtree_mark_invalid (my previous commit already needed this ...)Kristian Rietveld2002-01-272-0/+25
* Fix for bug #69586Kristian Rietveld2002-01-272-52/+77
* Set the cursor to GDK_XTERM.Anders Carlsson2002-01-271-2/+5
* add mouse_cursor_obscured.Anders Carlsson2002-01-274-4/+117
* removed unused return value.Sven Neumann2002-01-271-9/+2
* Don't send MODALITY_ON/OFF if socket->same_app (More fixes for #69735)Owen Taylor2002-01-271-3/+6
* Return FALSE not true in the grab_widget == NULL case. (Bug reported byOwen Taylor2002-01-272-1/+2
* changed the comment so that gtk-doc doesn't get confused.Sven Neumann2002-01-251-6/+6
* assert that the passed in arrow is always _UP or _DOWN, this catches falseTim Janik2002-01-252-1/+9
* update docs, return current FALSE if x is smaller than the current visibleKristian Rietveld2002-01-241-10/+11
* fix column reordering fully. (gtk_tree_view_size_allocate): fix evil bug.Jonathan Blandford2002-01-242-35/+69