Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - do not handle "format"ing in interactive for combos | Pascal Rigaux | 2002-11-05 | 1 | -4/+17 |
| | | | | | | - do it in interactive::gtk instead (that way, "val" is back"format"ed in callbacks as wanted) - die when editable combos are used with non-strings (like arrays or hashes) | ||||
* | - fix dialog boxes using a scrollbar | Pascal Rigaux | 2002-11-05 | 1 | -4/+3 |
| | | | | | - cleanup | ||||
* | use each_index instead of map_index when the return value is not used | Pascal Rigaux | 2002-11-05 | 4 | -9/+9 |
| | |||||
* | make new perl_checker happy: replacing PKG::f by PKG::f() | Pascal Rigaux | 2002-10-17 | 2 | -14/+14 |
| | |||||
* | special case to handle many buttons in newt: replacing with something alike ↵ | Pascal Rigaux | 2002-09-05 | 1 | -0/+21 |
| | | | | ask_from_list (useful for XFdrake) | ||||
* | add {callbacks}{advanced}, called when "Advance" button is pressed | Pascal Rigaux | 2002-08-28 | 1 | -1/+2 |
| | |||||
* | use my_gtk {isWizard} and {isEmbedded} which are more accurate than | Pascal Rigaux | 2002-08-19 | 1 | -6/+4 |
| | | | | | | $::isWizard && !$my_gtk::pop_it and $::isEmbedded && !$my_gtk::pop_it, since when the Plug is full, the window is not embedded. | ||||
* | fix dialog box with empty buttons (thanks to Hamster <hamster@hamsternet.org>) | Pascal Rigaux | 2002-08-16 | 1 | -1/+4 |
| | |||||
* | handle the setting of 'ok' and 'cancel' | Pascal Rigaux | 2002-08-13 | 1 | -1/+1 |
| | |||||
* | - handle setting 'ok' && 'cancel' | Pascal Rigaux | 2002-08-13 | 3 | -3/+10 |
| | | | | | - handle isWizard in newt (basic handling) | ||||
* | move interactive::gtk::exit to my_gtk::exit so that my_gtk | Guillaume Cottenceau | 2002-08-02 | 1 | -6/+1 |
| | | | | | apps can call it (and fix busy mouse cursor problem that way) | ||||
* | fix the many warnings when {icon} is not given | Pascal Rigaux | 2002-08-01 | 1 | -1/+1 |
| | |||||
* | allow "icon" to use the icon path | Pascal Rigaux | 2002-07-31 | 1 | -1/+1 |
| | |||||
* | make new perl_checker happy | Pascal Rigaux | 2002-07-31 | 1 | -1/+1 |
| | |||||
* | make new perl_checker happy (and that's not easy!) | Pascal Rigaux | 2002-07-31 | 2 | -5/+5 |
| | |||||
* | typo fix | Thierry Vignaud | 2002-07-25 | 1 | -1/+1 |
| | |||||
* | - Big Move 1: interactive::* hierarchy | Thierry Vignaud | 2002-07-23 | 4 | -0/+1220 |