Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | more spacing around the separator and the buttons (as requested by ergonomy ↵ | Pascal Rigaux | 2004-12-30 | 1 | -1/+2 |
| | | | | team) | ||||
* | add some more functions in mygtk2 | Pascal Rigaux | 2004-12-17 | 1 | -23/+4 |
| | |||||
* | fix typo (mygtk2 wants active_ref, not val) | Pascal Rigaux | 2004-12-16 | 1 | -1/+1 |
| | |||||
* | add option allow_unknown_options for easy compatibility | Pascal Rigaux | 2004-12-16 | 1 | -1/+1 |
| | |||||
* | better english (writing style rather than spoken one) | Thierry Vignaud | 2004-12-13 | 1 | -8/+8 |
| | |||||
* | use migrate-ugtk2-to-mygtk2.pl (and i verified the diff) | Pascal Rigaux | 2004-12-02 | 1 | -26/+26 |
| | |||||
* | future is in mygtk2, ugtk2 must die (and it will die, but not that soon (to ↵ | Pascal Rigaux | 2004-12-02 | 1 | -177/+92 |
| | | | | keep compatibility)) | ||||
* | return value for gtkset_mousecursor | Rafael Garcia-Suarez | 2004-12-01 | 1 | -0/+1 |
| | |||||
* | remove some unneeded ";", add some for normalization (as told by perl_checker) | Pascal Rigaux | 2004-11-18 | 1 | -18/+18 |
| | |||||
* | no need to set $::o->{locale} anymore | Pascal Rigaux | 2004-10-19 | 1 | -3/+0 |
| | | | | | (it was introduced in 1.172, maybe for create_box_with_title(), but doesn't seem useful anymore) | ||||
* | (Gtk2::ComboBox->set_text) do not die in official release | Thierry Vignaud | 2004-10-05 | 1 | -1/+1 |
| | |||||
* | (get_text_coord) fix wrapping for CJ when mixed with english strings | Thierry Vignaud | 2004-09-15 | 1 | -1/+2 |
| | | | | | (eg: cuted "Mandrakesoft" word) | ||||
* | (get_text_coord) kill unused character | Thierry Vignaud | 2004-09-15 | 1 | -2/+2 |
| | |||||
* | create_box_with_title(): | Pascal Rigaux | 2004-09-10 | 1 | -7/+7 |
| | | | | | | - introduce the ugly $o->{box_allow_grow} - cleanup the usage | ||||
* | (_create_window) do not set border for wizards | Thierry Vignaud | 2004-09-06 | 1 | -1/+1 |
| | |||||
* | (create_hbox) do not set extra border since we've a generic fix in ↵ | Thierry Vignaud | 2004-09-03 | 1 | -1/+1 |
| | | | | _create_window | ||||
* | (_create_window) prevent inner widgets to stick the window | Thierry Vignaud | 2004-09-03 | 1 | -0/+1 |
| | |||||
* | (new) fallback on window'icon for wizards | Thierry Vignaud | 2004-09-02 | 1 | -1/+1 |
| | |||||
* | (create_notebook) follow the same parameter order as gtkappend_page() use and | Thierry Vignaud | 2004-09-01 | 1 | -2/+2 |
| | | | | | as C/Gtk+ does | ||||
* | (create_notebook) give meaningfull name to variables | Thierry Vignaud | 2004-09-01 | 1 | -4/+4 |
| | |||||
* | (Gtk2::ComboBox::set_text) explain which caller failled | Thierry Vignaud | 2004-08-30 | 1 | -1/+1 |
| | |||||
* | (create_packtable) fix cuted ads at install time | Thierry Vignaud | 2004-08-25 | 1 | -1/+1 |
| | |||||
* | fix blino sucks | Pascal Rigaux | 2004-08-18 | 1 | -1/+1 |
| | |||||
* | Make the status field optional in treeviews | Rafael Garcia-Suarez | 2004-08-18 | 1 | -2/+4 |
| | |||||
* | ctrl-alt-delete allows to restart install | Olivier Blin | 2004-08-13 | 1 | -2/+5 |
| | |||||
* | perl_checker compliance | Pascal Rigaux | 2004-08-11 | 1 | -2/+2 |
| | |||||
* | (gtkappend_page) title is optonnal and perl_checker is loudly | Thierry Vignaud | 2004-08-09 | 1 | -2/+2 |
| | | | | | complaining outdoor... | ||||
* | we never pass a prefix to lang::read() which is always use in standalone, | Pascal Rigaux | 2004-08-09 | 1 | -1/+1 |
| | | | | | so use $::prefix and don't pass a prefix anymore | ||||
* | (Gtk2::ComboBox->new_with_strings) make it working | Thierry Vignaud | 2004-08-08 | 1 | -1/+1 |
| | |||||
* | (Gtk2::ComboBox->set_text) better error message | Thierry Vignaud | 2004-08-06 | 1 | -1/+1 |
| | |||||
* | (create_scrolled_window) adding 6px as left margin for TextView in scrolled ↵ | Thierry Vignaud | 2004-08-06 | 1 | -0/+1 |
| | | | | Window | ||||
* | (Gtk2::ComboBox->set_text) actually print a warning if we failled | Thierry Vignaud | 2004-08-04 | 1 | -0/+1 |
| | |||||
* | let's system wide config not override user's locale | Thierry Vignaud | 2004-08-04 | 1 | -1/+1 |
| | |||||
* | (create_dialog) only add space between icon and text if there's | Thierry Vignaud | 2004-08-03 | 1 | -2/+4 |
| | | | | | actually an icon | ||||
* | (create_notebook) reuse gtkappend_page() | Thierry Vignaud | 2004-08-03 | 1 | -1/+1 |
| | |||||
* | (create_dialog) do not show separator by default | Thierry Vignaud | 2004-08-03 | 1 | -0/+1 |
| | |||||
* | (_create_dialog) sanitize dialogs/popups: | Thierry Vignaud | 2004-08-03 | 1 | -1/+2 |
| | | | | | | - set a border around it - add more space between the icon and the text | ||||
* | (gtkappend_page) name parameters, enabling perl_checker to check callers' call | Thierry Vignaud | 2004-08-03 | 1 | -3/+3 |
| | | | | | signature | ||||
* | (create_packtable) set a border around packtables | Thierry Vignaud | 2004-08-03 | 1 | -1/+1 |
| | |||||
* | fix inverted comments | Thierry Vignaud | 2004-08-02 | 1 | -3/+3 |
| | |||||
* | (gtktext_insert) merge with text_append() from logdrake: | Thierry Vignaud | 2004-08-02 | 1 | -8/+42 |
| | | | | | | | | - name parameters - provide fast text insertion by using named tags instead of anonymous tags. this is especially usefull in order to speed up programs that use quite a lot of identical tags such as logdrake (#8412) and rpmdrake | ||||
* | (shrink_topwindow) drop Gtk+-2.[02]x support | Thierry Vignaud | 2004-07-30 | 1 | -5/+1 |
| | |||||
* | Redundant line. | Rafael Garcia-Suarez | 2004-07-26 | 1 | -1/+0 |
| | |||||
* | use print + exit instead of die | Pascal Rigaux | 2004-06-30 | 1 | -1/+1 |
| | | | | | (so that standalone tools don't need to do it by hand) | ||||
* | make perl_checker a little more happy | Pascal Rigaux | 2004-06-28 | 1 | -1/+1 |
| | |||||
* | catch missing wizard pixmap, otherwise we end up with WizardWindow being non | Pascal Rigaux | 2004-06-28 | 1 | -1/+2 |
| | | | | | shown and error messages can't pop up | ||||
* | disallow switching to expert mode using Alt-e | Pascal Rigaux | 2004-06-28 | 1 | -3/+0 |
| | |||||
* | ->set_title doesn't like title undef, give it '' instead | Pascal Rigaux | 2004-06-22 | 1 | -2/+2 |
| | | | | | (to remove ugly warnings at install) | ||||
* | kill warnings | Thierry Vignaud | 2004-06-17 | 1 | -1/+1 |
| | |||||
* | when wizcancel occurs, ugtk2 object is not destroyed (the garbage collector ↵ | Pascal Rigaux | 2004-06-01 | 1 | -1/+1 |
| | | | | | | | seems to have some pbs taking care of this, but since many callbacks using it are registered, it's no wonder) (fixes pressing "Cancel" on a ->ask_warn in wizard mode) |