summaryrefslogtreecommitdiff
path: root/gtk
Commit message (Expand)AuthorAgeFilesLines
* Version 1.3.11, interface, binary age 0.Owen Taylor2001-11-216-13/+8
* Ref-sink the tooltips object. Ref-sink the tooltips object. Fix someOwen Taylor2001-11-218-17/+33
* applied patch from owen to get rid of accel map notifiers. changed thingsTim Janik2001-11-2012-492/+465
* Typo fix.Matthias Clasen2001-11-201-1/+1
* replace gboolean free_last in the function parameters with gint depth.Kristian Rietveld2001-11-201-13/+12
* Fix problem where notebook gap was double shifted by allocation.x/yOwen Taylor2001-11-201-8/+4
* fix allocation to be relative to paned->allocation, now that this is aTim Janik2001-11-203-17/+19
* shut up CVSSven Neumann2001-11-201-1/+4
* Use the widget's state when drawing the indicator, as in GtkCheckButton.Owen Taylor2001-11-191-0/+1
* (Fixes related to #64428, Michael Meeks)Owen Taylor2001-11-193-2/+60
* show notebook->event_window with gdk_window_show_unraised(), so it doesn'tMichael Natterer2001-11-191-2/+2
* Add a "resizable" property, to get rid of theJonathan Blandford2001-11-193-5/+53
* Change default for justify to GTK_JUSTIFY_LEFT. Assuming that multilineOwen Taylor2001-11-191-2/+2
* add gtkmarshal.listjacob berkman2001-11-191-1/+2
* label_xalign and label_yalign need to be float properties to correspond toOwen Taylor2001-11-192-21/+21
* Rename the GTK_DESTROYED flag to GTK_IN_DESTRUCTION, remove theOwen Taylor2001-11-194-24/+36
* Make a NO_WINDOW widget, as it should have been since the beginning, butOwen Taylor2001-11-181-28/+44
* return TRUE when value changed, so row_changed is being emittedKristian Rietveld2001-11-181-1/+2
* make it compile with msvc: !HAVE_UNISTD_H; no label without op, even ifHans Breuer2001-11-185-76/+87
* must include glib-object.h onlyMatt Wilson2001-11-181-1/+1
* Reprioritize key bindings in order of visibility - mnemonics, thenOwen Taylor2001-11-182-30/+28
* We no longer need to create the signals here ... they come from theOwen Taylor2001-11-183-28/+31
* Make gtkmarshal.list/gtkmarshal.h only for compatibility with GTK+-1.2;Owen Taylor2001-11-1760-362/+386
* gtk/gtktexttagtable.c (gtk_text_tag_table_class_init):Murray Cumming2001-11-171-3/+3
* Build separate runtime and developer packages.Tor Lillqvist2001-11-171-30/+18
* Move notification of "has_default" to here, so it is safe to callOwen Taylor2001-11-173-35/+59
* add some no-indicator radio buttonsjacob berkman2001-11-161-0/+11
* Propagate key press events not just to focus/window but also toOwen Taylor2001-11-163-10/+74
* Fix child allocations to be relative to widget position and some drawingOwen Taylor2001-11-162-20/+19
* Make Menu items NO_WINDOW widgets.Owen Taylor2001-11-1611-219/+214
* maybe fix #64160 Also, forgot to save gtktreeview.hJonathan Blandford2001-11-152-2/+3
* Move '.' out of quote. (#64407)Matthias Clasen2001-11-151-1/+1
* New function to get a GdkWindow to compare event->window to.Jonathan Blandford2001-11-152-32/+33
* Some small drawing fixes for scroll arrows.Owen Taylor2001-11-151-22/+9
* Cal gdk_window_invalidate_maybe_recurse() for recursion. (Soeren Sandmann)Owen Taylor2001-11-1517-625/+544
* Patch from Murray Cumming to add "message_type" and "buttons" CONSTRUCTOwen Taylor2001-11-151-14/+132
* create the label with a mnemonicjacob berkman2001-11-141-1/+1
* Don't recalculate the layout on each gkt_label_ensure_layout () forAlex Larsson2001-11-141-120/+93
* Return the currently selected column when we get the column, #64380Jonathan Blandford2001-11-145-6/+17
* Rearrange docs (#64566)Matthias Clasen2001-11-143-10/+10
* Remove unused static function. (xpm_skip_string): Dito.Daniel Egger2001-11-143-25/+3
* Back out accidental commit of debugging timing codeOwen Taylor2001-11-141-41/+21
* fix Control-E so it doesn't move to a new line each time you press itHavoc Pennington2001-11-142-4/+9
* bulk of the tests were commented out, oops.Havoc Pennington2001-11-142-11/+26
* new "model" construct property for language bindings.Jonathan Blandford2001-11-145-80/+270
* docs including reference to bugzilla bug about how we should have a betterHavoc Pennington2001-11-142-5/+46
* fix to properly replace selection with Return or TabHavoc Pennington2001-11-132-19/+14
* add border width to requisition, request non-anchored childrenHavoc Pennington2001-11-131-15/+70
* protect idle handle with gdk threads macro.Tim Janik2001-11-131-2/+6
* added gtkaccelmap.sgml. other updates.Tim Janik2001-11-1325-1812/+2494