summaryrefslogtreecommitdiff
path: root/gtk
Commit message (Expand)AuthorAgeFilesLines
* Update. Mention the gtk-1-3-win32-production branch.Tor Lillqvist2001-02-232-6/+2
* add functions for signal emission.Jonathan Blandford2001-02-224-75/+112
* removed signals. Moved to inherit from GObject instead of GtkObject.Jonathan Blandford2001-02-218-231/+95
* unbreak this functionHavoc Pennington2001-02-215-128/+351
* Changed name to be set_cell_data_func to make it clear what the functinoJonathan Blandford2001-02-216-34/+82
* Added new menu separator item. The drawing and size handling is still doneAlexander Larsson2001-02-217-3/+148
* Convert to new property API, patch from Lee MallaboneHavoc Pennington2001-02-214-100/+186
* New function to create an icon set from a pixbuf.Jonathan Blandford2001-02-203-0/+33
* Add a "markup" property.Alexander Larsson2001-02-203-9/+56
* Queue a redraw if the selectable setting was changed.Alexander Larsson2001-02-201-1/+6
* add insert_child_anchor signal, bug #50245Havoc Pennington2001-02-198-29/+121
* hmm, someone changed GLib without fixing GTKHavoc Pennington2001-02-197-116/+116
* test was backward, so deprecated functions were excluded by defaultHavoc Pennington2001-02-199-59/+221
* updated for win32 msvc buildHans Breuer2001-02-196-4/+8
* use the visual scroll steps.Havoc Pennington2001-02-198-14/+149
* Copy data and free data with free().Alexander Larsson2001-02-191-1/+1
* Comment out property assignments, these don't work yet.92001-02-191-2/+2
* missed a couple spaces before parensHavoc Pennington2001-02-181-4/+4
* clean this up a bit.Havoc Pennington2001-02-181-41/+43
* fix screwup with shadowed variables that had broken size request in someHavoc Pennington2001-02-176-23/+77
* default initialize the generated ENTER_NOTIFY event with 0, otherwise notTim Janik2001-02-178-20/+26
* removed gtk_*_store_get, and moved to GtkTreeModel.Jonathan Blandford2001-02-1714-922/+226
* convert the X coordinates so they're with respect to the line, rather thanHavoc Pennington2001-02-1718-153/+942
* Removed gtktreemodelsimple.[ch] removedJonathan Blandford2001-02-163-616/+0
* New files. Implement GtkTreeModelMapping.Alexander Larsson2001-02-165-17/+743
* add "static" to a private function (gtk_image_menu_item_class_init):Havoc Pennington2001-02-151-21/+92
* fix bug where it always set the foreground, even if we were only using aHavoc Pennington2001-02-1315-57/+589
* Remove gdkcc.h reference.Owen Taylor2001-02-133-3/+48
* New function, copied from X11 version.Tor Lillqvist2001-02-112-9/+11
* better error message if you try to add a widget to a bin that already hasHavoc Pennington2001-02-093-87/+56
* moved back to a sane value!Jonathan Blandford2001-02-081-1/+1
* let's darken colors, not lighten them.Havoc Pennington2001-02-082-3/+1
* remove validation idleHavoc Pennington2001-02-0819-492/+1805
* convert area_height to pango dimensions after painting the background. WeSven Neumann2001-02-071-1/+2
* Fix syntax error introduced with earlier commit) (pointed out by OllieOwen Taylor2001-02-061-5/+1
* HELL! premature insanity, back out old rc-data changes.Tim Janik2001-02-045-489/+0
* and on goes the crusade. it just takes another dozen patchup commitsTim Janik2001-02-041-3/+0
* hell, what CVS magic is going on here?Tim Janik2001-02-041-2/+1
* erk, post-commit fixupsTim Janik2001-02-041-2/+0
* removed gtk_signal_init() compat define.Tim Janik2001-02-0412-37/+532
* Fix bug reported by Mikael Hermansson with patch from Mikael (if there wasHavoc Pennington2001-02-031-2/+5
* CVS is doing its broken pipe thing, this is more of the previous commitHavoc Pennington2001-02-0351-257/+2122
* Make gdk_colormap_sync private since it was never exported in a headerOwen Taylor2001-02-021-2/+2
* Get rid of a bunch of g_strdup_printf("%s%s") in favor of g_strconcat().Owen Taylor2001-02-0223-190/+364
* bracket in #ifdef GTK_ENABLE_BROKEN.Havoc Pennington2001-01-3110-5/+23
* fix bug in here where prev pointer was set to the wrong thingHavoc Pennington2001-01-3110-188/+951
* Fix stupid typo pointed out by Kristian Rietveld <kristian@planet.nl>.Jonathan Blandford2001-01-271-2/+2
* add GtkTreeRowReference which holds a handle to a specific row (particularHavoc Pennington2001-01-275-142/+605
* adapt to handle PangoColorHavoc Pennington2001-01-2623-383/+1824
* Splitted gtk_image_clear into gtk_image_clear() and gtk_image_reset().42001-01-244-8/+34