summaryrefslogtreecommitdiff
path: root/gtk
Commit message (Expand)AuthorAgeFilesLines
* 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
* Don't leak image. Simplify using gdk_colormap_query_color().32001-01-231-37/+12
* rename member fields from GTK_WRAPMODE_WORD to GTK_WRAP_WORD, etc., seemsHavoc Pennington2001-01-235-19/+19
* Add built marshaller files to support GdkPixbufLoader signalsHavoc Pennington2001-01-2210-756/+225
* Don't leak the PangoFontDescriptor.22001-01-221-4/+6
* Make fail when not realized. (gtk_tree_view_scroll_to_cell): Make workJonathan Blandford2001-01-212-30/+127
* byte_offset variable was being used to mean both "offset into layout" andHavoc Pennington2001-01-191-30/+32
* sync to tree changesHavoc Pennington2001-01-1910-306/+1861
* Add "getters" for all the non-deprecated set_foo functions. Added missingHavoc Pennington2001-01-182-5/+145
* gtk/gtkmain.c Use the newTor Lillqvist2001-01-173-40/+15
* Set the attributes onto the PangoLayout even if they are newly createdOwen Taylor2001-01-171-8/+11
* Remove unused variable.Owen Taylor2001-01-175-182/+548
* Doh! Mixed up x and y.72001-01-171-4/+14
* add test stuff for CellRendererToggleHavoc Pennington2001-01-164-3/+37
* Include <stdlib.h> for getenv().Tor Lillqvist2001-01-153-7/+12