summaryrefslogtreecommitdiff
path: root/gtk
Commit message (Expand)AuthorAgeFilesLines
* gtk/docs/debugging.txt, gdk/gdk.c, gdk/gdkinternals.h,Matthias Clasen2001-08-152-6/+4
* Remove strict checking for rows.Jonathan Blandford2001-08-131-2/+5
* gtk/gtktooltips.c (gtk_tooltips_set_tip, gtk_tooltips_draw_tips):Matthias Clasen2001-08-131-20/+35
* Remove extra $(srcdir).Owen Taylor2001-08-121-1/+1
* coalescing property notifiesHans Breuer2001-08-1119-110/+148
* Add some compat macros for push/pop/set_visual that were supposed to beOwen Taylor2001-08-111-0/+6
* coalesce multiple property notifies.Tim Janik2001-08-101-0/+2
* fix a typo.Havoc Pennington2001-08-108-744/+2097
* gtk/gtkstyle.c (gtk_style_real_unrealize): Don't forget toMatthias Clasen2001-08-091-0/+2
* ask apps for COMPOUND_TEXT instead of TEXT correctly interpret the returnHidetoshi Tajima2001-08-081-5/+5
* gtk/gtktreestore.c (gtk_tree_store_iter_n_children): Don'tMatthias Clasen2001-08-081-2/+1
* gtk/gtktextdisplay.c (render_para, gtk_text_layout_draw): FixMatthias Clasen2001-08-071-4/+4
* gtk/gtkhsv.c (gtk_hsv_map, gtk_hsv_unmap): Reinstate theseMatthias Clasen2001-08-071-0/+37
* refetch the accelerator when the accel object is changed. Fixes bugJames Henstridge2001-08-071-0/+2
* Fix conversion from float to int so that we don't get skew in the int =>Owen Taylor2001-08-051-35/+42
* Fix problem with selecting a new focus child.Owen Taylor2001-08-052-6/+14
* Add #ifdef HAVE_WINTAB around wintab.h include.Alexander Larsson2001-08-041-12/+9
* oops: mentioned in ChangeLog but not commitedHans Breuer2001-08-041-0/+6
* new file use itHans Breuer2001-08-043-6/+83
* Need to show the image after adding it to the GtkImageMenuItem. This usedMichael Natterer2001-08-041-2/+8
* fix finding of child's page, since we have to validly deal with labels andTim Janik2001-07-312-51/+46
* Whoops. Stupid scoping error pointed out by matthiasc@poet.de.Jonathan Blandford2001-07-311-3/+5
* Mon Jul 30 10:49:16 PDT 2001 Suresh ChandrasekharanSuresh Chandrasekharan2001-07-301-1/+1
* Fix part of #57714.Jonathan Blandford2001-07-302-1/+6
* use g_file_test() instead of long deprecated g_scanner_stat_mode().Tim Janik2001-07-291-2/+1
* I will save all emacs buffers before committingJonathan Blandford2001-07-271-1/+1
* add an "attributes" property to the text renderer for ATK.Jonathan Blandford2001-07-271-2/+22
* Small bug introduced when merging changes before the accel group commit :(James Henstridge2001-07-271-0/+2
* commiting patch after comments from Alex on IRCJames Henstridge2001-07-2513-265/+308
* Add support for animating expanders.Anders Carlsson2001-07-226-85/+312
* Check the return value from gtk_tree_model_get_iter, the model might beJonas Borgström2001-07-211-1/+3
* gdk_device_get_history moved to gdk/gdkinput.c like the other backendsHans Breuer2001-07-206-64/+363
* Add property support. (#51858)Owen Taylor2001-07-191-115/+160
* gtk/gtkaccellabel.c (gtk_accel_label_class_init) Use Shift/Ctrl instead ofOwen Taylor2001-07-194-19/+139
* Fix typo that sometimes caused selection not to work properly.Owen Taylor2001-07-192-28/+126
* Actualy set window->decorated. (Patch from Hidetoshi Tajima, #55846)Owen Taylor2001-07-191-0/+2
* Enforce the widget/child realization/mapping invariants.Owen Taylor2001-07-1928-916/+203
* Get the foreground color from 'text', nor 'base'. (#57568)Owen Taylor2001-07-181-1/+1
* Patch from Matthias Clasen to remove remove all instances ofOwen Taylor2001-07-1898-1180/+3
* Fix idles and timeouts to be properly surrounded byOwen Taylor2001-07-188-23/+97
* Reorder code so that we don't get a g_warning message every time weDarin Adler2001-07-181-4/+3
* Ignore the sgml directory made by gtkdoc. Use gtk_window_set_resizableDarin Adler2001-07-185-5/+2
* add GDK_THREADS_ENTER/GDK_THREADS_LEAVE. (gtk_range_calc_layout): computeTim Janik2001-07-142-19/+37
* Take into account the xpad and ypad when calculating the width and theAnders Carlsson2001-07-131-1/+4
* Rename to gtk_radio_menu_item_get_group(), add deprecated alias. (#57044)Owen Taylor2001-07-122-8/+11
* Patch from Mathias Hasselmann to fix warnings in compat macros. (#56773)Owen Taylor2001-07-122-3/+3
* Replace a couple of inappropriate calls to GTK_WIDGET_HAS_FOCUS() withOwen Taylor2001-07-121-2/+2
* Add missing case.Owen Taylor2001-07-123-6/+12
* Formatting fixes from multihead brnach. [ mostly foo(bar) => foo (bar) ]Owen Taylor2001-07-1220-178/+182
* Add a cd $(srcdir) for when srcdir != builddirPeter Williams2001-07-091-1/+2