Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - move functions using /proc/partitions out of fsedit to fs::proc_partitions | Pascal Rigaux | 2005-06-10 | 1 | -1/+0 |
| | | | | | | - remove unneeded "use xxx" - add some "use xxx" (nb: not completly needed because some other modules may do it) | ||||
* | (_text_insert) append option was ignored when using simplified API | Thierry Vignaud | 2005-05-16 | 1 | -1/+5 |
| | |||||
* | don't use ->set_uposition anymore, use ->move instead (as suggested on ↵ | Pascal Rigaux | 2005-04-26 | 1 | -3/+3 |
| | | | | gtk-perl mailing list) | ||||
* | ensure the val registrations are kept ordered | Pascal Rigaux | 2005-03-17 | 1 | -4/+4 |
| | |||||
* | stringify using a perl_checker compliant way | Pascal Rigaux | 2005-03-01 | 1 | -2/+2 |
| | |||||
* | - handle {list_ref} in ComboBox | Pascal Rigaux | 2005-03-01 | 1 | -3/+19 |
| | | | | | | | - handle more than one {ref} per widget - check that the string value of the ref doesn't change when it is set (maybe we should remove the REF or SCALAR prefix?) | ||||
* | add FileChooser creation and rollback ugly ->run thing (hopefully now unneeded) | Pascal Rigaux | 2005-02-15 | 1 | -7/+23 |
| | |||||
* | (main) fix FileSelection (inactive & unusable window) | Thierry Vignaud | 2005-02-10 | 1 | -1/+7 |
| | |||||
* | ->get('window-position') should be done on real_window | Pascal Rigaux | 2005-02-07 | 1 | -0/+1 |
| | |||||
* | fix commented code :) | Pascal Rigaux | 2005-01-26 | 1 | -1/+1 |
| | |||||
* | fix return value of method calls on MagicWindow | Pascal Rigaux | 2005-01-26 | 1 | -2/+3 |
| | |||||
* | ->size_request doesn't return anything on the box, it is better done on the ↵ | Pascal Rigaux | 2005-01-26 | 1 | -1/+1 |
| | | | | window (for rpmdrake) | ||||
* | do show_all on the real window (this is used by drakloop) | Pascal Rigaux | 2005-01-21 | 1 | -1/+1 |
| | |||||
* | fix broken focus during install | Pascal Rigaux | 2005-01-18 | 1 | -0/+2 |
| | |||||
* | MagicWindow: | Pascal Rigaux | 2005-01-16 | 1 | -6/+9 |
| | | | | | | | - hide is done on the window if popped - show is done on both the window and the child (to handle initial show on the window, and show after a hide on the child) | ||||
* | - move set_main_window_size() from ugtk2 to mygtk2 | Pascal Rigaux | 2005-01-15 | 1 | -0/+8 |
| | | | | | - call it in MagicWindow creation | ||||
* | fix using gtkset with text => ... on a Button | Pascal Rigaux | 2005-01-15 | 1 | -4/+5 |
| | |||||
* | create wrapper object mygtk2::MagicWindow which handles the {rwindow} vs ↵ | Pascal Rigaux | 2005-01-14 | 1 | -5/+25 |
| | | | | {window} duality | ||||
* | return the child when MagicWindow is using the $::WizardWindow | Pascal Rigaux | 2005-01-12 | 1 | -1/+1 |
| | | | | | (otherwise the user of the MagicWindow can destroy the WizardWindow) | ||||
* | - fix gtkadd() | Pascal Rigaux | 2005-01-12 | 1 | -3/+3 |
| | | | | | | - fix displaying banner - no banner if no ::Wizard_title (as used to be) | ||||
* | create "MagicWindow" in mygtk2 out of ugtk2::new() | Pascal Rigaux | 2005-01-11 | 1 | -10/+61 |
| | |||||
* | mygtk2::_gtk() takes an hash ref to allow checking the resulting hash | Pascal Rigaux | 2005-01-11 | 1 | -15/+19 |
| | |||||
* | move ugtk2::create_window() to mygtk2::_create_Window() | Pascal Rigaux | 2005-01-11 | 1 | -0/+74 |
| | |||||
* | - create mygtk2::main() | Pascal Rigaux | 2005-01-11 | 1 | -0/+10 |
| | | | | | - get rid of setting {destroyed}, use a local variable instead | ||||
* | create {icon_no_error} | Pascal Rigaux | 2005-01-10 | 1 | -3/+7 |
| | |||||
* | add "Plug" | Pascal Rigaux | 2005-01-07 | 1 | -0/+4 |
| | |||||
* | add {icon} for Window | Pascal Rigaux | 2005-01-06 | 1 | -0/+4 |
| | |||||
* | merge Window and Dialog creation | Pascal Rigaux | 2005-01-06 | 1 | -19/+11 |
| | |||||
* | allow setting padding for pack_start, but only globally (it works like ↵ | Pascal Rigaux | 2005-01-06 | 1 | -1/+3 |
| | | | | spacing, but also include spacing at beginning, and at end) | ||||
* | add {position_policy} for Window | Pascal Rigaux | 2005-01-06 | 1 | -0/+1 |
| | |||||
* | no need to have things twice in _icon_paths() | Pascal Rigaux | 2004-12-31 | 1 | -3/+0 |
| | |||||
* | - add can_default | Pascal Rigaux | 2004-12-28 | 1 | -11/+11 |
| | | | | | - remove known_opts (alike the rest of the code) | ||||
* | don't parse the theme rc file to set the root window background color during ↵ | Pascal Rigaux | 2004-12-17 | 1 | -2/+7 |
| | | | | | | | install, instead use the gc of a fake window named "background" | ||||
* | oops, set_background *is* needed | Pascal Rigaux | 2004-12-17 | 1 | -0/+1 |
| | |||||
* | remove unneeded ->set_background | Pascal Rigaux | 2004-12-17 | 1 | -1/+0 |
| | |||||
* | add some more functions in mygtk2 | Pascal Rigaux | 2004-12-17 | 1 | -0/+28 |
| | |||||
* | - add DrawingArea | Pascal Rigaux | 2004-12-16 | 1 | -3/+23 |
| | | | | | - add text_ref & format for buttons | ||||
* | remove debug code | Pascal Rigaux | 2004-12-16 | 1 | -1/+0 |
| | |||||
* | we must allow more than one callback per ref & widget | Pascal Rigaux | 2004-12-16 | 1 | -2/+2 |
| | |||||
* | add option allow_unknown_options for easy compatibility | Pascal Rigaux | 2004-12-16 | 1 | -1/+3 |
| | |||||
* | export gtkval_register() and gtkval_modify() | Pascal Rigaux | 2004-12-14 | 1 | -1/+1 |
| | |||||
* | better english (writing style rather than spoken one) | Thierry Vignaud | 2004-12-13 | 1 | -4/+4 |
| | |||||
* | replace "policy => [ horizpolicy, vertpolicy ]" with "h_policy => ..., ↵ | Pascal Rigaux | 2004-12-02 | 1 | -1/+1 |
| | | | | | | | v_policy => ..." (both defaulting to "automatic") | ||||
* | future is in mygtk2, ugtk2 must die (and it will die, but not that soon (to ↵ | Pascal Rigaux | 2004-12-02 | 1 | -0/+635 |
keep compatibility)) |