summaryrefslogtreecommitdiffstats
path: root/perl-install/ugtk2.pm
Commit message (Expand)AuthorAgeFilesLines
* (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
* smaller wizard window in moveGuillaume Cottenceau2003-11-181-1/+1
* prevent from FPE (even if I didn't see it duplicated)Guillaume Cottenceau2003-11-121-1/+1
* corrected typodamien2003-11-111-1/+1
* escaped strings fixesThierry Vignaud2003-11-061-1/+0
* handle new exception system from perl-Glib >= 0.96Thierry Vignaud2003-10-301-0/+1
* perl_checker fixesPascal Rigaux2003-09-291-1/+1
* mnemonics by default suck bigtime!Guillaume Cottenceau2003-09-231-1/+1
* don't pack_end two times a button, this causes a Gtk Critical and we never kn...Guillaume Cottenceau2003-09-111-1/+1
* use center_always for popped windows (if transient is not used), and force ce...Pascal Rigaux2003-09-111-2/+5
* remove too verbose _XSetInputFocus logPascal Rigaux2003-09-091-1/+0
* fixing keyboard focus during install:Pascal Rigaux2003-09-081-4/+21