summaryrefslogtreecommitdiffstats
path: root/perl-install/ugtk2.pm
Commit message (Expand)AuthorAgeFilesLines
...
* (create_scrolled_window) add relief for TreeViews too (interface teamThierry Vignaud2004-02-131-1/+1
* (new) simplify WizardTableThierry Vignaud2004-02-131-4/+3
* (Gtk2::Banner->new) fix default banner sizeThierry Vignaud2004-02-131-1/+1
* (new) use new Gtk2::Banner object for bannerThierry Vignaud2004-02-131-12/+2
* remove uneeded variableThierry Vignaud2004-02-131-1/+0
* (Gtk2::Banner) move that widget from mcc into ugtk2 so that all toolsThierry Vignaud2004-02-131-0/+40
* (new) simplify banner rendering, make it cpu lighterThierry Vignaud2004-02-121-7/+3
* better code for detecting if the window is hidden or notPascal Rigaux2004-02-101-3/+2
* remove many warnings about unitialised value (causing a bug in diagnostics.pm?)Pascal Rigaux2004-02-101-1/+1
* remove show_all that breaks when there are some hidden windowsPascal Rigaux2004-02-091-4/+4
* allow set_modal for popped windows at installPascal Rigaux2004-02-091-1/+1
* (new) remove unused flush()Thierry Vignaud2004-02-061-1/+0
* (new) fix pixel breaking non wizard embedded case while cleaning :-(Thierry Vignaud2004-02-061-1/+1
* shrink_topwindow: add (force gtk to recompute size of topwindow, when some ch...Guillaume Cottenceau2004-02-061-0/+4
* simplify _create_window() prototypePascal Rigaux2004-02-051-4/+4
* (new) add a border too when embeddedThierry Vignaud2004-02-051-1/+1
* - rename $ugtk2::force_center used at install with $ugtk2::force_center_at_posPascal Rigaux2004-02-041-70/+59
* (gtk_TextView_get_log): handle errorsPascal Rigaux2004-02-041-2/+2
* use wrapped labels in various placesThierry Vignaud2004-02-021-4/+4
* add help method ->iter_each_children for Gtk2::TreeModelPascal Rigaux2004-01-301-0/+6
* hack :( if ' ' is at the beginning of a text section, don't forget it, substi...Guillaume Cottenceau2004-01-301-0/+3
* advertising:Guillaume Cottenceau2004-01-291-60/+65
* - add gtk_new_TextView_get_log() and gtk_TextView_get_log() which allowPascal Rigaux2004-01-271-0/+55
* add gtk_set_treelistPascal Rigaux2004-01-261-0/+7
* perl_checker cleanupsThierry Vignaud2004-01-221-2/+2
* minor cleanupsThierry Vignaud2004-01-221-4/+2
* (gtkadd_widget) introduce it for size groupsThierry Vignaud2004-01-221-1/+11
* - fix sizing main windowPascal Rigaux2004-01-211-2/+9
* (reate_box_with_title) shrink TextView size to its minimal size inThierry Vignaud2004-01-191-1/+9
* fix #6899: tools failling to popup windows while embeddedThierry Vignaud2004-01-171-1/+1
* do not create spurious top window when embedded (why does this fsck usThierry Vignaud2004-01-151-3/+3
* - "Next->" => "Next"Thierry Vignaud2004-01-131-2/+2
* enable to access extra buttons $w->{buttons}{<label>}Thierry Vignaud2004-01-131-2/+2
* do not pack empty label before extra buttons if there'll be no buttonThierry Vignaud2004-01-131-2/+1
* handle exceptions with Glib-1.020/Gtk2-1.022Thierry Vignaud2004-01-091-0/+1
* (gtktext_insert) make it works with both Glib-0.95/Gtk2-0.95 andThierry Vignaud2004-01-091-2/+1
* add a separator below buttons on fredc requestThierry Vignaud2004-01-081-13/+16
* _ask_dir: when a directory is selected, need a / in between the "filename" an...Guillaume Cottenceau2003-12-301-1/+1
* - simplify button layoutThierry Vignaud2003-12-291-11/+20
* - simplify button layoutThierry Vignaud2003-12-291-2/+2
* fix previous button place at install timeThierry Vignaud2003-12-181-1/+1
* fix spurious previous button at install time on wizards' first stepsThierry Vignaud2003-12-181-1/+6
* (create_okcancel) try to better fit both install teams needs andThierry Vignaud2003-11-281-4/+11
* on interface team request:Thierry Vignaud2003-11-281-13/+27
* (create_packtable) enable to provide 0 parameters for xpadding andThierry Vignaud2003-11-271-1/+2
* (create_packtable) simplify xpadding managmentThierry Vignaud2003-11-271-1/+1
* (new) do not show up anymore banners for wizards when embeeded (theThierry Vignaud2003-11-271-1/+1
* added xpadding/ypadding options in create_packtabledamien2003-11-271-1/+1
* oops my problems were linked to wrongly being in live modeGuillaume Cottenceau2003-11-201-1/+1
* allow "test your mouse" buttons to be viewable (window was much more than 16/...Guillaume Cottenceau2003-11-191-1/+1