summaryrefslogtreecommitdiffstats
path: root/perl-install/interactive
Commit message (Expand)AuthorAgeFilesLines
...
* Properly handle hidden variables in installer.Eugeni Dodonov2009-06-121-1/+1
* Added support for toggling 'hidden' parameter on widgets.Eugeni Dodonov2009-05-141-0/+1
* (create_widgets) explain latest commitThierry Vignaud2009-03-181-0/+1
* (create_widgets) fix doble clicking on 'accept' on license screenThierry Vignaud2009-03-181-1/+1
* (is_help_file_exist) fix signature callThierry Vignaud2009-03-111-1/+1
* (get_html_file) workaround latest webkit thus fixing displaying helpThierry Vignaud2009-03-111-0/+1
* Have a real fileselector in curses modePascal Terjan2009-01-291-0/+24
* simplify through first()/second()Thierry Vignaud2009-01-271-1/+1
* - use "ComboBoxEntry" gtk2 widget instead of "Combo" (which is deprecated),Pascal Rigaux2009-01-191-16/+3
* oops, fix typo in previous commitPascal Rigaux2009-01-191-2/+2
* make things more clear (needed for next commit):Pascal Rigaux2009-01-191-3/+3
* drop special case for non-editable combo boxes with large labels. Pascal Rigaux2009-01-191-5/+2
* (enable_sync_flush,sync_flush) split them out of wait_messageW() so thatThierry Vignaud2008-10-111-2/+2
* (compute_sizes,filter_widget) properly handle big text in list such asThierry Vignaud2008-10-081-3/+3
* (load_from_uri,get_html_file) handle anchors in HTML help IDsThierry Vignaud2008-10-021-6/+5
* revert r247290, seems to break image loading ; was:Thierry Vignaud2008-10-011-1/+1
* (is_help_file_exist) explainThierry Vignaud2008-10-011-0/+1
* (is_help_file_exist) introduce itThierry Vignaud2008-10-011-0/+6
* remove extra "/" in help pathThierry Vignaud2008-10-011-1/+1
* (get_html_file,display_help) add basic support for anchorsThierry Vignaud2008-09-301-1/+3
* (create_boxradio) add spacing between radio buttons for readability (#44332)Thierry Vignaud2008-09-291-1/+1
* use mygtk2 for WebKitThierry Vignaud2008-09-261-1/+1
* (create_widgets_block) restore support for right alignement for simpleThierry Vignaud2008-09-221-1/+4
* (create_widget) align iconlist real widget to the left when (its labelThierry Vignaud2008-09-171-1/+5
* (create_widget,create_widgets_block) better layout for right aligned widgetsThierry Vignaud2008-09-171-8/+7
* (create_widget) indent (for next commit to be clearer)Thierry Vignaud2008-09-171-1/+2
* (load_from_uri ) enable relative links in HTML help (which prevented segfaultsThierry Vignaud2008-09-161-1/+0
* (>display_help,display_release_notes,load_from_uri) switch from perl-Gtk2-Html2Thierry Vignaud2008-09-161-17/+7
* (create_widget) size all labelss (workaround infamous 6 years oldThierry Vignaud2008-09-151-4/+6
* (wait_message_with_progress_bar) reuse mygtk2 (needed for next commit)Thierry Vignaud2008-09-121-1/+1
* (ask_fromW) fix displaying "Help" Button for HTML helpThierry Vignaud2008-09-111-1/+1
* (display_help) reindent and make it clearer through using 'elsif'Thierry Vignaud2008-09-111-34/+34
* (display_help) add a separator before "Close" buttonThierry Vignaud2008-09-111-0/+1
* (display_help) create it out of ask_fromW()Thierry Vignaud2008-09-111-20/+23
* (ask_fromW) put "Close" button of help at right endThierry Vignaud2008-09-111-1/+1
* (create_widget,create_widgets_block,create_widgets) make advanced popup displ...Thierry Vignaud2008-09-101-6/+6
* (create_widget) add a "FIXME" note about Gtk-CRITICALThierry Vignaud2008-09-081-0/+1
* (Create,create_widget) fix file system type drop down list showing most typesThierry Vignaud2008-09-081-1/+1
* (create_boxradio) do not size radio button that have a label (eg: drakauth)Thierry Vignaud2008-09-081-1/+1
* - fix buggy blocking wait_message occuring in diskdrakePascal Rigaux2008-09-031-5/+12
* (create_boxradio,create_box_with_title,create_widget,get_label_width,main,rea...Thierry Vignaud2008-09-021-0/+2
* (create_boxradio) do not size right aligned radio buttonsThierry Vignaud2008-09-021-1/+1
* (gtkradio,create_boxradio) move label sizing one level upper (needed for next...Thierry Vignaud2008-09-021-0/+1
* (create_widgets_block) fix size of right aligned labels by not addingThierry Vignaud2008-09-011-1/+1
* (create_widget) prevent big combo boxes to cause an horizontallThierry Vignaud2008-09-011-0/+1
* (create_widget) add padding for radio buttons too (so that they got aligned)Thierry Vignaud2008-09-011-0/+1
* (add_padding) factorize code for next commitsThierry Vignaud2008-09-011-5/+9
* (create_widget) fix alignment of check buttonsThierry Vignaud2008-09-011-0/+5
* (asteriskize_if_needed) rename as asteriskize() to better match it behaviourThierry Vignaud2008-08-291-1/+1
* (asteriskize_if_needed) factorize code for next commitsThierry Vignaud2008-08-291-1/+1