summaryrefslogtreecommitdiff
path: root/gtk
Commit message (Expand)AuthorAgeFilesLines
...
* Actually implement visibility handling, and addMatthias Clasen2006-01-313-20/+63
* Add support for row hinting for the selected state.Kristian Rietveld2006-01-311-4/+13
* Make sure the tree view is realized, since we grab the focus to it.Matthias Clasen2006-01-301-0/+2
* Add a wrapped signal. (#322933, Carlos Garnacho Parro)Matthias Clasen2006-01-302-3/+33
* More generous spacing. (#328082, Christian Persch, patch by CarlosMatthias Clasen2006-01-301-7/+8
* Use the setter for active. (#329208, Guillaume Cottenceau)Matthias Clasen2006-01-301-1/+2
* Move the last button to the left where it does not affect the positioningMatthias Clasen2006-01-301-2/+2
* GtkAssistant stuffMatthias Clasen2006-01-301-8/+14
* If major.minor of required and available glib versions are the same, addBehdad Esfahbod2006-01-292-2/+0
* Allow to set a global hook function thats called whenever a link button isMatthias Clasen2006-01-283-0/+49
* More work on GtkAssistant by Carlos Garnacho:Matthias Clasen2006-01-281-21/+70
* Fixes bug #328820:Federico Mena Quintero2006-01-271-0/+6
* Use translated format strings for L10n in size calculation too.Behdad Esfahbod2006-01-261-10/+13
* s/Latin/English/ in last patch.Behdad Esfahbod2006-01-251-2/+2
* Oops. s/_(/Q_(/ in the patch.Behdad Esfahbod2006-01-251-2/+2
* Use translated strings calendar:week:digits|%d and calendar:day:digits|%dBehdad Esfahbod2006-01-251-3/+23
* Use logical extents of the layout instead of ink extents. According toBehdad Esfahbod2006-01-251-8/+2
* Only set the cursor size if it is != 0.Matthias Clasen2006-01-251-3/+3
* #322591, Jonathan Blandford.Kristian Rietveld2006-01-244-16/+194
* Add GtkLinkButton, a port of GnomeHRef. (#314808, Emmanuele Bassi)Matthias Clasen2006-01-246-92/+712
* Add link-color and visited-link-color style properties. (#113649, LeenaMatthias Clasen2006-01-242-29/+96
* don't copy tree paths when emitting signals. (#325041, Matthias Clasen).Kristian Rietveld2006-01-231-5/+5
* Fix misalignment of RTL text in ellipsized GtkLabel: use layout width ifBehdad Esfahbod2006-01-231-3/+11
* Only show the last button if we can jump to the end. (gtk_assistant_init):Matthias Clasen2006-01-231-12/+22
* Fix drawing issues in progress bars. (#328081, Christian Persch)Matthias Clasen2006-01-231-57/+42
* move destruction of the private GdkGC from finalize() to unrealize().Michael Natterer2006-01-231-4/+14
* Revert previous commit after more searching in the bugzilla archives (seeKristian Rietveld2006-01-221-0/+6
* Remove second call to gtk_tree_view_column_cell_set_cell_data, since weKristian Rietveld2006-01-221-6/+0
* Fix docsMatthias Clasen2006-01-211-3/+0
* Don't crash if layout is NULL. (#327934, Christian Kirbach)Matthias Clasen2006-01-211-0/+3
* On "unix", pop up the "Open Location" window on "~" as well as "/".Dan Winship2006-01-201-12/+21
* Use a priv pointer for cheap access to the priv struct. (#327725,Matthias Clasen2006-01-192-90/+57
* Fix line endingsMatthias Clasen2006-01-191-135/+135
* Add GtkAssistant, a widget to construct multi-step wizards. (#115348,Matthias Clasen2006-01-185-0/+2265
* Fix several g_new() calls which were using extra indirections or pointlessMatthias Clasen2006-01-182-3/+3
* fix adopted from maemo-gtk. gtk_progress_create_pixmap(): clear out theTim Janik2006-01-171-0/+7
* remove the "child-spacing" style property again and add "inner-border"Michael Natterer2006-01-171-24/+43
* Add a current-value property and a setter for it. (#322735, Jorn Baayen)Matthias Clasen2006-01-163-2/+73
* applied patch from maemo-gtk which adds a child-spacing style property.Michael Natterer2006-01-161-10/+28
* Fixes #324099, Tommi Komulainen.Kristian Rietveld2006-01-153-31/+253
* Remove an unused variable.Matthias Clasen2006-01-151-1/+0
* Register RTL versions of the indent and unindent icons. (#326857, ItaiMatthias Clasen2006-01-1510-6/+16
* Fix a crash with combo boxes in RESIZE_IMMEDIATE containers. (#326806,Matthias Clasen2006-01-151-5/+3
* fix a typo which caused this whole thing to not function ...Kristian Rietveld2006-01-141-1/+1
* fixup adjustments and top_row if the current dy + page_size exceeds theKristian Rietveld2006-01-141-0/+8
* Make this work on more platforms.Matthias Clasen2006-01-141-1/+1
* initialize the inconsistent field in the private structure,Kristian Rietveld2006-01-131-3/+33
* don't animate the expander arrows if gtk-enable-animations is FALSE (bugMichael Natterer2006-01-131-0/+10
* Replace hardcoded values for tab-overlap and tab-curvature with styleMatthias Clasen2006-01-121-34/+78
* Reset the virtual cursor position. (#326003, Evert Verhellen)Matthias Clasen2006-01-121-0/+3