| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | - $current_window can be local to ugtk2, so do it that way | Pascal Rigaux | 2005-01-11 | 1 | -11/+18 |
* | better comments | Pascal Rigaux | 2005-01-11 | 1 | -3/+8 |
* | we always have force_focus when we have !$::isStandalone, | Pascal Rigaux | 2005-01-11 | 1 | -8/+8 |
* | remove $ugtk2::force_center_at_pos, inline it instead | Pascal Rigaux | 2005-01-11 | 1 | -7/+6 |
* | no need to set widget name to Title (what was it used for?) | Pascal Rigaux | 2005-01-11 | 1 | -3/+1 |
* | more consistent naming | Pascal Rigaux | 2005-01-11 | 1 | -1/+1 |
* | help initial positioning of window during install (since position_policy | Pascal Rigaux | 2005-01-11 | 1 | -0/+5 |
* | add comments | Pascal Rigaux | 2005-01-11 | 1 | -0/+3 |
* | move some now common things in _create_window() | Pascal Rigaux | 2005-01-10 | 1 | -11/+10 |
* | more installing special install shortcuts in _create_window() | Pascal Rigaux | 2005-01-10 | 1 | -4/+2 |
* | - XFdrake test is not standalone, it is the non install nor standalone state | Pascal Rigaux | 2005-01-10 | 1 | -2/+2 |
* | use {icon_no_error} instead of {icon} | Pascal Rigaux | 2005-01-10 | 1 | -4/+4 |
* | rewrite | Pascal Rigaux | 2005-01-10 | 1 | -21/+22 |
* | rewrite | Pascal Rigaux | 2005-01-10 | 1 | -2/+2 |
* | the test is not useful, we can't get to this code when $::isEmbedded is set | Pascal Rigaux | 2005-01-10 | 1 | -1/+1 |
* | emove unused feature | Pascal Rigaux | 2005-01-10 | 1 | -1/+1 |
* | $ugtk2::pop_it is unused | Pascal Rigaux | 2005-01-10 | 1 | -2/+2 |
* | $w->{isEmbedded} is unused | Pascal Rigaux | 2005-01-07 | 1 | -5/+3 |
* | $w->{isWizard} is unused | Pascal Rigaux | 2005-01-07 | 1 | -3/+2 |
* | $o->{force_center} is unused | Pascal Rigaux | 2005-01-07 | 1 | -1/+1 |
* | no icon during install | Pascal Rigaux | 2005-01-07 | 1 | -5/+7 |
* | simplify using mygtk2 | Pascal Rigaux | 2005-01-07 | 1 | -7/+9 |
* | simplify | Pascal Rigaux | 2005-01-06 | 1 | -5/+4 |
* | - move some install specific code out of ugtk2.pm into install_gtk.pm | Pascal Rigaux | 2005-01-06 | 1 | -19/+5 |
* | - change _create_window() prototype to be more "mygtk2" like | Pascal Rigaux | 2005-01-06 | 1 | -24/+24 |
* | more spacing around the separator and the buttons (as requested by ergonomy t... | Pascal Rigaux | 2004-12-30 | 1 | -1/+2 |
* | 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 k... | Pascal Rigaux | 2004-12-02 | 1 | -177/+92 |
* | 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 |
* | (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 |
* | (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 |
* | (_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 _create_wi... | Thierry Vignaud | 2004-09-03 | 1 | -1/+1 |
* | (_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 |
* | (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 |