| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | ensure buttons are visible when the widgets above are too big | Pascal Rigaux | 2003-03-05 | 1 | -1/+8 |
* | a few treeview/list fixes: | Guillaume Cottenceau | 2003-03-03 | 1 | -3/+12 |
* | workaround gtk suckiness (set_text in a combo generates two 'change' signals,... | Pascal Rigaux | 2003-02-27 | 1 | -1/+8 |
* | perl_checker fix | Pascal Rigaux | 2003-02-27 | 1 | -1/+1 |
* | handle multi-line labels for Checkbox'es (eg: Options in diskdrake) | Pascal Rigaux | 2003-02-26 | 1 | -11/+33 |
* | handle the "Advanced" button in newt | Pascal Rigaux | 2003-02-26 | 1 | -12/+30 |
* | first attempt at making printerdrake to behave smoother when embedded in the | Thierry Vignaud | 2003-02-24 | 1 | -0/+1 |
* | in $::expert, use a SpinButton instead of HScale for type "range" | Pascal Rigaux | 2003-02-22 | 1 | -3/+4 |
* | set a minimum size for Gtk2::HScale's (mainly used for resizing partitions) | Pascal Rigaux | 2003-02-20 | 1 | -0/+1 |
* | fix $ok_clicked when there is no ok button | Pascal Rigaux | 2003-02-20 | 1 | -1/+1 |
* | have less warnings when debugging | Pascal Rigaux | 2003-02-20 | 1 | -2/+4 |
* | can't use $mainw->{ok}->clicked since $mainw->{ok} doesn't always exist, set | Pascal Rigaux | 2003-02-19 | 1 | -1/+5 |
* | disallow double-clicking on "Refuse" (license step) | Pascal Rigaux | 2003-02-19 | 1 | -3/+3 |
* | simplify | Pascal Rigaux | 2003-02-18 | 1 | -3/+2 |
* | fix tree in newt (now handles default selected entry, and disallow using non-... | Pascal Rigaux | 2003-02-18 | 1 | -13/+30 |
* | internalize prepare_gtk2 in the BEGIN {} of ugtk2 already containing the Gtk2... | Guillaume Cottenceau | 2003-02-18 | 1 | -1/+0 |
* | in {complete} or {canceled}, ensure giving a bad entry number to focus doesn't | Pascal Rigaux | 2003-02-18 | 1 | -2/+6 |
* | also ->hide in when a button is clicked in standalone | Pascal Rigaux | 2003-02-17 | 1 | -10/+2 |
* | fix ask_warn(), really dont make it pop | Pascal Rigaux | 2003-02-13 | 1 | -5/+0 |
* | - set_help is deprecated | Pascal Rigaux | 2003-02-13 | 1 | -1/+6 |
* | - {interactive_help} is a function returning text, it doesn't need to do the ... | Pascal Rigaux | 2003-02-13 | 1 | -1/+1 |
* | allow {interactive_help} per dialog boxes instead of global | Pascal Rigaux | 2003-02-12 | 1 | -1/+1 |
* | perl_checker compliance ("ref" now need parentheses in many case) | Pascal Rigaux | 2003-02-12 | 1 | -1/+1 |
* | two fixes thx to perl_checker, one among them being very important :) | Guillaume Cottenceau | 2003-02-10 | 1 | -2/+2 |
* | when displaying images in treeview, unref pixbufs right after their use so th... | Guillaume Cottenceau | 2003-02-10 | 1 | -9/+13 |
* | add option advanced_state: if set to 1, force the "Advanced" part of the dial... | Guillaume Cottenceau | 2003-02-08 | 1 | -1/+1 |
* | add possibility to display images in tree-lists and bool-lists | Guillaume Cottenceau | 2003-02-08 | 1 | -4/+22 |
* | fix sizing in the scrolled window in 80x25 | Pascal Rigaux | 2003-02-06 | 1 | -7/+12 |
* | add "Help" button | Pascal Rigaux | 2003-02-06 | 1 | -1/+1 |
* | replace $l[$#l] with $l[-1] | Pascal Rigaux | 2003-02-05 | 1 | -1/+1 |
* | don't force wait_messages pop | Pascal Rigaux | 2003-02-05 | 1 | -2/+4 |
* | fix typo (for treelist) | Pascal Rigaux | 2003-02-03 | 1 | -1/+1 |
* | handle pop_it more nicely: no need to precise pop_it when the wizard window a... | Pascal Rigaux | 2003-01-31 | 1 | -2/+1 |
* | perl_checker small fixes | Pascal Rigaux | 2003-01-30 | 1 | -2/+2 |
* | basic treelist handling (it leaks memory, but who cares, compared to gtk :) | Pascal Rigaux | 2003-01-30 | 1 | -1/+47 |
* | fixes unresponsive keyboard | Guillaume Cottenceau | 2003-01-28 | 1 | -3/+3 |
* | cleaning the utf8 support stuff: | Thierry Vignaud | 2003-01-28 | 1 | -0/+1 |
* | cleanup use of flags | Pascal Rigaux | 2003-01-28 | 1 | -3/+3 |
* | simplify API (always -1,-1 for left,top when creating widget, it means auto-p... | Pascal Rigaux | 2003-01-28 | 1 | -6/+6 |
* | don't blindly truncate strings to size 40 in simplify_string | Pascal Rigaux | 2003-01-27 | 1 | -8/+10 |
* | since return values of callbacks are now non-ignored, we need to | Guillaume Cottenceau | 2003-01-27 | 1 | -1/+1 |
* | diskdrake: when non embedded, ensure sub window are modal | Thierry Vignaud | 2003-01-27 | 1 | -2/+2 |
* | remove unused variable | Guillaume Cottenceau | 2003-01-24 | 1 | -1/+1 |
* | fix Return key on a radio button grabbing focus on next functional group of w... | Guillaume Cottenceau | 2003-01-24 | 1 | -2/+1 |
* | fix special case "for license agreement": only use it for long messages, and ... | Pascal Rigaux | 2003-01-23 | 1 | -2/+2 |
* | add a button to "summary"-like dialog boxes | Pascal Rigaux | 2003-01-23 | 1 | -1/+2 |
* | - handle {ok_disabled} | Pascal Rigaux | 2003-01-23 | 1 | -21/+36 |
* | focus first widget when there is no ok | Pascal Rigaux | 2003-01-23 | 1 | -1/+1 |
* | workaround bug introduced by new pixel focus managment | Thierry Vignaud | 2003-01-23 | 1 | -1/+1 |
* | add {callbacks}{ok_disabled} | Pascal Rigaux | 2003-01-22 | 1 | -0/+1 |