Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | no scrollbar if list <= 10 and the list is alone | damien | 2001-08-17 | 1 | -1/+1 |
| | |||||
* | - small fixes (esp. gtk sensitive handling) | Pascal Rigaux | 2001-08-14 | 1 | -2/+8 |
| | | | | | | - add ask_file - add "gtk" preference field | ||||
* | clean the nice till fix | Pascal Rigaux | 2001-08-12 | 1 | -9/+4 |
| | |||||
* | When a dialog has too many widgets use a scrollbar so that the dialog does ↵ | Till Kamppeter | 2001-08-12 | 1 | -2/+5 |
| | | | | not exceed the screen size | ||||
* | Fixed bug of input fields with a number as default input not allowing to ↵ | Till Kamppeter | 2001-08-12 | 1 | -1/+6 |
| | | | | enter more characters than the value of the number. | ||||
* | cleanup, functions already defined in interactive | Pascal Rigaux | 2001-08-06 | 1 | -3/+0 |
| | |||||
* | corrected gtkradio : shift instead of pop | damien | 2001-08-06 | 1 | -1/+1 |
| | |||||
* | (ask_browse_tree_info_refW): s/wait_msg/wait_message/ (wait_msg doesn't | Pascal Rigaux | 2001-08-04 | 1 | -1/+1 |
| | | | | | exist anywhere, it must be a fpons typo) | ||||
* | allow ask_browse_tree_info_refW to return 0 on cancel (previously always 1). | Francois Pons | 2001-07-27 | 1 | -1/+1 |
| | |||||
* | added a before leaving code to clean added reference (else it seems to bahave | Francois Pons | 2001-07-27 | 1 | -0/+9 |
| | | | | | strangely on changing steps). | ||||
* | fixed wrong reference to added icons to ask_browse_tree_info_refW. | Francois Pons | 2001-07-27 | 1 | -4/+5 |
| | |||||
* | move to MDK::Common, bool->to_bool | Pascal Rigaux | 2001-07-24 | 1 | -1/+1 |
| | |||||
* | merging common code for individual package selection and service to create | Francois Pons | 2001-07-12 | 1 | -0/+190 |
| | | | | | | ask_browse_tree_info_refW, added featrures for group icon always up-to-date (take some memory but not too much, not used if flat model). | ||||
* | (exit): fix the exit code | Pascal Rigaux | 2001-04-14 | 1 | -1/+1 |
| | |||||
* | (ask_from_entries_refW): set_default_size width 250 | Pascal Rigaux | 2001-04-13 | 1 | -1/+1 |
| | |||||
* | use gtkset_tip (so that no tip is set when tip eq '') | Pascal Rigaux | 2001-04-10 | 1 | -9/+11 |
| | | | | | | | (create_boxradio): handle double_click (ask_from_entries_refW): use radio boxes instead of list/clist if small number of choices | ||||
* | (create_ctree): handle single click on node opens the node | Pascal Rigaux | 2001-04-10 | 1 | -11/+17 |
| | |||||
* | don't crash if wizard. pixel's fault | damien | 2001-03-29 | 1 | -1/+1 |
| | |||||
* | better default_size setting | Pascal Rigaux | 2001-03-28 | 1 | -1/+1 |
| | |||||
* | corrected pixel shit if embedded | damien | 2001-03-28 | 1 | -1/+1 |
| | |||||
* | try to fix displaying in draksec | Pascal Rigaux | 2001-03-27 | 1 | -7/+9 |
| | |||||
* | (ask_from_entries_refW): better sizing in case of scrolls | Pascal Rigaux | 2001-03-19 | 1 | -2/+4 |
| | |||||
* | - cleanup double click stuff | Pascal Rigaux | 2001-03-13 | 1 | -12/+18 |
| | | | | | - double click on ctree node doesn't quit | ||||
* | (ask_from_entries_refW): add $set for "label" entries | Pascal Rigaux | 2001-03-12 | 1 | -0/+1 |
| | |||||
* | add "label" type | Pascal Rigaux | 2001-03-12 | 1 | -0/+2 |
| | |||||
* | added tooltips to create_boxradio | damien | 2001-03-09 | 1 | -0/+6 |
| | |||||
* | applied gtkradio | damien | 2001-03-09 | 1 | -2/+26 |
| | | | | | | created create_boxradio in wizard mode : list -> radio buttons | ||||
* | if wizard, show the button | damien | 2001-02-26 | 1 | -1/+1 |
| | |||||
* | (ask_from_entries_refW): ensure "advanced" lists center the chosen value | Pascal Rigaux | 2001-02-25 | 1 | -2/+2 |
| | |||||
* | (ask_from_entries_refW): double clicking on list means 'Ok' | Pascal Rigaux | 2001-02-23 | 1 | -0/+4 |
| | |||||
* | (ask_from_entries_refW): if no button wanted, don't call create_okcancel | Pascal Rigaux | 2001-02-22 | 1 | -1/+2 |
| | |||||
* | major move. now ask_from_list returns false when canceled (it doesn't die ↵ | Pascal Rigaux | 2001-02-20 | 1 | -0/+4 |
| | | | | 'ask_from_list canceled' anymore) | ||||
* | added png support. Need to test the faces2xpm stuff. | damien | 2001-02-15 | 1 | -2/+2 |
| | |||||
* | (ask_from_entries_refW): use $common->{advanced_label} | Mystery Man 553 | 2001-02-12 | 1 | -22/+72 |
| | | | | | | (create_ctree): add keyboard shortcuts (create_clist): moveto only if row_is_visible | ||||
* | button behaviour now chosen, and implemented | Pascal Rigaux | 2001-02-10 | 1 | -6/+8 |
| | |||||
* | add button handling, quite weird behaviour though cuz of newt sillyness | Pascal Rigaux | 2001-02-09 | 1 | -11/+18 |
| | |||||
* | updated wizard mode | damien | 2001-02-07 | 1 | -1/+1 |
| | |||||
* | (create_ctree): node_moveto done only if node_is_visible is not full | Pascal Rigaux | 2001-02-05 | 1 | -1/+1 |
| | |||||
* | (ask_from_entries_refW): use gtkxpm | Pascal Rigaux | 2001-02-02 | 1 | -2/+2 |
| | |||||
* | recoded wizard mode | damien | 2001-02-02 | 1 | -1/+1 |
| | | | | | | corrected some stuff. trying not to break draknet for cooker snapshot | ||||
* | updated embedded mode in install. | damien | 2001-02-01 | 1 | -14/+0 |
| | |||||
* | updated embedded mode | damien | 2001-01-26 | 1 | -1/+1 |
| | |||||
* | (create_ctree): fix case with formatted list | Pascal Rigaux | 2001-01-21 | 1 | -3/+6 |
| | |||||
* | (create_ctree): fix default value selecting failing (in case of "format") | Pascal Rigaux | 2001-01-11 | 1 | -1/+2 |
| | |||||
* | (ask_from_entries_refW): apply "format" on label when icon is missing for ↵ | Pascal Rigaux | 2001-01-11 | 1 | -9/+13 |
| | | | | | | | | iconlist (ask_from_entries_refW): handle "canceled" callback. Permits to overrule the cancel. | ||||
* | (ask_from_entries_refW): add handling of 'changed' callback on clist/list/ctree | Pascal Rigaux | 2001-01-10 | 1 | -18/+37 |
| | |||||
* | (ask_from_entries_refW): advanced window is below ok/cancel and not shown | Pascal Rigaux | 2001-01-09 | 1 | -10/+17 |
| | | | | | then hidden so that window size is smaller. | ||||
* | (ask_from_entries_refW): focus on cancel button if asked for (with ↵ | Pascal Rigaux | 2001-01-09 | 1 | -1/+1 |
| | | | | $common->{focus_cancel}) | ||||
* | fixes | Pascal Rigaux | 2001-01-08 | 1 | -8/+13 |
| | |||||
* | (ask_from_treelistW): removed | Pascal Rigaux | 2001-01-08 | 1 | -93/+80 |
| | | | | | (create_ctree): created, used for ``type => treelist'' entries |