summaryrefslogtreecommitdiff
path: root/docs
Commit message (Expand)AuthorAgeFilesLines
* ue Sep 25 12:41:17 2001 Owen Taylor <otaylor@redhat.com>GTK_1_3_9Owen Taylor2001-09-251-3/+3
* Make a GtkCellEditable (get_widget_window_size): Change to let it honorJonathan Blandford2001-09-251-1/+1
* Get rid of the newline-that-could-not-be-deleted; buffers may now beHavoc Pennington2001-09-242-3/+11
* Updates for removed/renamed functions.Owen Taylor2001-09-245-48/+9
* don't try to handle alignment here, because it's done by PangoLayout afterHavoc Pennington2001-09-215-28/+25
* add variables and checks for specific versions of dependencies. PreviouslyHavoc Pennington2001-09-213-13/+16
* Use the current day, as well as the current month and year.Owen Taylor2001-09-201-0/+3
* don't use BUILT_SOURCES as its broken in automake 1.4, add explicit objectTim Janik2001-09-193-0/+31
* up version to 1.3.8, interface age 0, binary age 0, depend on glib 1.3.8.Tim Janik2001-09-181-0/+1
* Fix up for changes to PangoFontDescription.Owen Taylor2001-09-183-7/+1
* don't use += before =Matt Wilson2001-09-183-3/+3
* Add editable interface. This should be the last big GtkTreeView APIJonathan Blandford2001-09-172-15/+15
* Rename interface signals to make them more clear. Also, changeJonathan Blandford2001-09-125-12/+15
* fix xscale and yscale behaviour which havoc broke. they have to default toTim Janik2001-09-104-16/+14
* move some of the accel group functions into a Private subsectionHavoc Pennington2001-09-085-131/+129
* default xscale/yscale to 0.0, not 0.5, 0.5 isn't usefulHavoc Pennington2001-09-0815-160/+274
* Write documentation Write documentationJonathan Blandford2001-09-085-27/+54
* put GtkPacker back in here so it won't be in gtk-unused.txt, but don't putHavoc Pennington2001-09-0842-30/+1615
* remove g_print.Jonathan Blandford2001-09-083-9/+28
* remove CellRendererTextPixbufHavoc Pennington2001-09-0813-203/+497
* Removed 'fill' attribute. It was silly b/c that was a property of the cellJonathan Blandford2001-09-081-0/+67
* Make the default default colormap the GdkRGB colormap, not the systemOwen Taylor2001-09-071-1/+15
* Make gdkx.h the only installed header from gdk/x11. All structures inOwen Taylor2001-09-074-52/+72
* update adjustments after validating destination yrange; fixes #53918 (ThisHavoc Pennington2001-09-074-27/+32
* Version 1.3.7GTK_1_3_7Owen Taylor2001-09-048-70/+15
* updates for 1.3.7 release.Tim Janik2001-09-046-40/+43
* Fix obvious mistake.Jonathan Blandford2001-08-302-6/+10
* apply fix to #58420 from Hidetoshi Tajima and Matthias ClasenHavoc Pennington2001-08-303-19/+23
* add default iconHavoc Pennington2001-08-298-11/+84
* Use the GTK selection types rather than GtkTreeSelectionMode.Jonathan Blandford2001-08-271-0/+5
* Use autoconf 2.13/2.50 compat macro.Owen Taylor2001-08-271-1/+9
* remove gtk_menu_* compat defines; these are already in gtkmenu.h, and theHavoc Pennington2001-08-268-23/+45
* Break compatibility and make gtk_image_new() take no arguments. TheOwen Taylor2001-08-251-0/+4
* Rename from gtk_text_tag_table_size(). (#59366)Owen Taylor2001-08-231-9/+0
* chain parent class handlers, pointed out by Joshua N PritikinTim Janik2001-08-233-7/+10
* [ Patch from Sebastian Wilhelmi, 52790 ]Owen Taylor2001-08-234-27/+8
* Remove GtkPackerOwen Taylor2001-08-216-233/+8
* Fixed typo.Russ Nelson2001-08-201-1/+1
* constrain position on hints_changed in addition to the other cases.Havoc Pennington2001-08-181-1/+0
* docs/debugging.txt: Add a warning about --enable-debug=no,Matthias Clasen2001-08-151-3/+9
* gtk/docs/debugging.txt, gdk/gdk.c, gdk/gdkinternals.h,Matthias Clasen2001-08-151-10/+13
* Set GPATH to fix srcdir != builddir problems with GNU make.Owen Taylor2001-08-124-0/+26
* coalesce multiple property notifies.Tim Janik2001-08-101-0/+1
* fix a typo.Havoc Pennington2001-08-107-18/+171
* use g_file_test() instead of long deprecated g_scanner_stat_mode().Tim Janik2001-07-296-9/+16
* shut up CVSSven Neumann2001-07-243-0/+3
* *** empty log message ***Owen Taylor2001-07-222-1/+6
* Add property support. (#51858)Owen Taylor2001-07-193-11/+19
* gtk/gtkaccellabel.c (gtk_accel_label_class_init) Use Shift/Ctrl instead ofOwen Taylor2001-07-191-0/+30
* Enforce the widget/child realization/mapping invariants.Owen Taylor2001-07-193-14/+46