summaryrefslogtreecommitdiffstats
path: root/perl-install/ugtk2.pm
Commit message (Collapse)AuthorAgeFilesLines
...
* MagicWindow is now really magic, {rwindow} and {window} can be the same thing :)Pascal Rigaux2005-01-141-5/+4
|
* return the child when MagicWindow is using the $::WizardWindowPascal Rigaux2005-01-121-4/+4
| | | | | (otherwise the user of the MagicWindow can destroy the WizardWindow)
* create "MagicWindow" in mygtk2 out of ugtk2::new()Pascal Rigaux2005-01-111-50/+12
|
* simplify away thing already done in %window_optionsPascal Rigaux2005-01-111-2/+1
|
* move ugtk2::create_window() to mygtk2::_create_Window()Pascal Rigaux2005-01-111-80/+11
|
* change set_main_window_size() prototypePascal Rigaux2005-01-111-3/+3
|
* - create mygtk2::main()Pascal Rigaux2005-01-111-7/+3
| | | | | - get rid of setting {destroyed}, use a local variable instead
* simplify (no need to protect against double destroy anymore)Pascal Rigaux2005-01-111-1/+1
|
* {window}->show is already done in ->newPascal Rigaux2005-01-111-1/+0
|
* better commentPascal Rigaux2005-01-111-1/+1
|
* the ugly gtkset_mousecursor_wait() done on destroy is not called often ↵Pascal Rigaux2005-01-111-3/+0
| | | | nowadays, and not very useful either since the wait cursor is only on the root window, and since install use isWizard, the root window is not often seen. We should at least also set the wait cursor on the $::WizardTable
* fix typoPascal Rigaux2005-01-111-1/+1
|
* fix typoPascal Rigaux2005-01-111-1/+1
|
* - $current_window can be local to ugtk2, so do it that wayPascal Rigaux2005-01-111-11/+18
| | | | | - create force_keyboard_focus()
* better commentsPascal Rigaux2005-01-111-3/+8
|
* we always have force_focus when we have !$::isStandalone,Pascal Rigaux2005-01-111-8/+8
| | | | | so do it that way and get rid of $ugtk2::force_focus
* remove $ugtk2::force_center_at_pos, inline it insteadPascal Rigaux2005-01-111-7/+6
|
* no need to set widget name to Title (what was it used for?)Pascal Rigaux2005-01-111-3/+1
|
* more consistent namingPascal Rigaux2005-01-111-1/+1
|
* help initial positioning of window during install (since position_policyPascal Rigaux2005-01-111-0/+5
| | | | | center-on-parent only works with a window manager, we can't get rid of force_center_at_pos)
* add commentsPascal Rigaux2005-01-111-0/+3
|
* move some now common things in _create_window()Pascal Rigaux2005-01-101-11/+10
|
* more installing special install shortcuts in _create_window()Pascal Rigaux2005-01-101-4/+2
| | | | | (there is no reason for not having the shortcuts when the window has pop_it)
* - XFdrake test is not standalone, it is the non install nor standalone statePascal Rigaux2005-01-101-2/+2
| | | | | | (used when there is no window manager) - get rid of now unused $ugtk2::force_center
* use {icon_no_error} instead of {icon}Pascal Rigaux2005-01-101-4/+4
|
* rewritePascal Rigaux2005-01-101-21/+22
|
* rewritePascal Rigaux2005-01-101-2/+2
|
* the test is not useful, we can't get to this code when $::isEmbedded is setPascal Rigaux2005-01-101-1/+1
|
* emove unused featurePascal Rigaux2005-01-101-1/+1
|
* $ugtk2::pop_it is unusedPascal Rigaux2005-01-101-2/+2
|
* $w->{isEmbedded} is unusedPascal Rigaux2005-01-071-5/+3
|
* $w->{isWizard} is unusedPascal Rigaux2005-01-071-3/+2
|
* $o->{force_center} is unusedPascal Rigaux2005-01-071-1/+1
|
* no icon during installPascal Rigaux2005-01-071-5/+7
|
* simplify using mygtk2Pascal Rigaux2005-01-071-7/+9
|
* simplifyPascal Rigaux2005-01-061-5/+4
|
* - move some install specific code out of ugtk2.pm into install_gtk.pmPascal Rigaux2005-01-061-19/+5
| | | | | - move some install specific code out of common.pm into install_any.pm
* - change _create_window() prototype to be more "mygtk2" likePascal Rigaux2005-01-061-24/+24
| | | | | | | - use more mygtk2 properties - create and use wm_icon() (until all this crap is cleaned) (drop $o->{wm_icon} which is unused)
* more spacing around the separator and the buttons (as requested by ergonomy ↵Pascal Rigaux2004-12-301-1/+2
| | | | team)
* add some more functions in mygtk2Pascal Rigaux2004-12-171-23/+4
|
* fix typo (mygtk2 wants active_ref, not val)Pascal Rigaux2004-12-161-1/+1
|
* add option allow_unknown_options for easy compatibilityPascal Rigaux2004-12-161-1/+1
|
* better english (writing style rather than spoken one)Thierry Vignaud2004-12-131-8/+8
|
* use migrate-ugtk2-to-mygtk2.pl (and i verified the diff)Pascal Rigaux2004-12-021-26/+26
|
* future is in mygtk2, ugtk2 must die (and it will die, but not that soon (to ↵Pascal Rigaux2004-12-021-177/+92
| | | | keep compatibility))
* return value for gtkset_mousecursorRafael Garcia-Suarez2004-12-011-0/+1
|
* remove some unneeded ";", add some for normalization (as told by perl_checker)Pascal Rigaux2004-11-181-18/+18
|
* no need to set $::o->{locale} anymorePascal Rigaux2004-10-191-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 releaseThierry Vignaud2004-10-051-1/+1
|
* (get_text_coord) fix wrapping for CJ when mixed with english stringsThierry Vignaud2004-09-151-1/+2
| | | | | (eg: cuted "Mandrakesoft" word)