summaryrefslogtreecommitdiffstats
path: root/perl-install/interactive
Commit message (Expand)AuthorAgeFilesLines
* simplifyPascal Rigaux2003-02-181-3/+2
* fix tree in newt (now handles default selected entry, and disallow using non-...Pascal Rigaux2003-02-181-13/+30
* internalize prepare_gtk2 in the BEGIN {} of ugtk2 already containing the Gtk2...Guillaume Cottenceau2003-02-181-1/+0
* in {complete} or {canceled}, ensure giving a bad entry number to focus doesn'tPascal Rigaux2003-02-181-2/+6
* also ->hide in when a button is clicked in standalonePascal Rigaux2003-02-171-10/+2
* fix ask_warn(), really dont make it popPascal Rigaux2003-02-131-5/+0
* - set_help is deprecatedPascal Rigaux2003-02-131-1/+6
* - {interactive_help} is a function returning text, it doesn't need to do the ...Pascal Rigaux2003-02-131-1/+1
* allow {interactive_help} per dialog boxes instead of globalPascal Rigaux2003-02-121-1/+1
* perl_checker compliance ("ref" now need parentheses in many case)Pascal Rigaux2003-02-121-1/+1
* two fixes thx to perl_checker, one among them being very important :)Guillaume Cottenceau2003-02-101-2/+2
* when displaying images in treeview, unref pixbufs right after their use so th...Guillaume Cottenceau2003-02-101-9/+13
* add option advanced_state: if set to 1, force the "Advanced" part of the dial...Guillaume Cottenceau2003-02-081-1/+1
* add possibility to display images in tree-lists and bool-listsGuillaume Cottenceau2003-02-081-4/+22
* fix sizing in the scrolled window in 80x25Pascal Rigaux2003-02-061-7/+12
* add "Help" buttonPascal Rigaux2003-02-061-1/+1
* replace $l[$#l] with $l[-1]Pascal Rigaux2003-02-051-1/+1
* don't force wait_messages popPascal Rigaux2003-02-051-2/+4
* fix typo (for treelist)Pascal Rigaux2003-02-031-1/+1
* handle pop_it more nicely: no need to precise pop_it when the wizard window a...Pascal Rigaux2003-01-311-2/+1
* perl_checker small fixesPascal Rigaux2003-01-301-2/+2
* basic treelist handling (it leaks memory, but who cares, compared to gtk :)Pascal Rigaux2003-01-301-1/+47
* fixes unresponsive keyboardGuillaume Cottenceau2003-01-281-3/+3
* cleaning the utf8 support stuff:Thierry Vignaud2003-01-281-0/+1
* cleanup use of flagsPascal Rigaux2003-01-281-3/+3
* simplify API (always -1,-1 for left,top when creating widget, it means auto-p...Pascal Rigaux2003-01-281-6/+6
* don't blindly truncate strings to size 40 in simplify_stringPascal Rigaux2003-01-271-8/+10
* since return values of callbacks are now non-ignored, we need toGuillaume Cottenceau2003-01-271-1/+1
* diskdrake: when non embedded, ensure sub window are modalThierry Vignaud2003-01-271-2/+2
* remove unused variableGuillaume Cottenceau2003-01-241-1/+1
* fix Return key on a radio button grabbing focus on next functional group of w...Guillaume Cottenceau2003-01-241-2/+1
* fix special case "for license agreement": only use it for long messages, and ...Pascal Rigaux2003-01-231-2/+2
* add a button to "summary"-like dialog boxesPascal Rigaux2003-01-231-1/+2
* - handle {ok_disabled}Pascal Rigaux2003-01-231-21/+36
* focus first widget when there is no okPascal Rigaux2003-01-231-1/+1
* workaround bug introduced by new pixel focus managmentThierry Vignaud2003-01-231-1/+1
* add {callbacks}{ok_disabled}Pascal Rigaux2003-01-221-0/+1
* perl-GTK2 0.0.cvs.2003.01.21.1 should fix set_active(undef) misbehaviourGuillaume Cottenceau2003-01-211-1/+1
* remove unused variablePascal Rigaux2003-01-211-1/+1
* (ask_fromW): very smart code to know which widget to focus (dilemna is: "Next...Pascal Rigaux2003-01-211-28/+27
* set_active on Gtk2::CheckButton is pretty dumb, it thinks undef is true ;pPascal Rigaux2003-01-141-1/+1
* - remove help (which was at the bottom)Pascal Rigaux2003-01-071-3/+3
* use "if any" instead of "if grep", and various other occurences of "any", "ev...Pascal Rigaux2003-01-071-2/+2
* add ask_from__add_modify_removeW gtk handlingPascal Rigaux2003-01-051-24/+74
* (create_treeview_list): fix setterPascal Rigaux2003-01-031-3/+4
* - factorize the creation of the {formatted_list} from {list} forPascal Rigaux2003-01-031-7/+8
* be more efficient in precomputing, previous situation could lead to several t...Guillaume Cottenceau2002-12-231-19/+10
* expand_row no longer bugs, great :)Guillaume Cottenceau2002-12-131-2/+1
* remove code handling setstepPascal Rigaux2002-12-091-8/+2
* 2.1.3 doesn't have trouble with expand_to_pathGuillaume Cottenceau2002-12-061-2/+0