index
:
drakx
distro/mdv2007.1
distro/mdv2008.0
distro/mdv2008.1
distro/mdv2009.0
distro/mdv2009.1
distro/mdv2010.0
distro/mes5
distro/mes5-2.6.33
distro/mes6
distro/mga1
distro/mga2
distro/mga3
distro/mga4
distro/mga5
distro/mga6
distro/mga7
distro/mga8
distro/mga9
master
topic/Corpo_2_1
topic/KA9_0
topic/MDK-10-update
topic/MDK-10_1-update
topic/MDK-10_2-update
topic/MDK-2006_0-update
topic/MDK92-branch
topic/MDKC_1_0
topic/PCMCIA_CS_DISTRO
topic/R9_0-64bit-branch
topic/R9_1_HP-branch
topic/a
topic/before_matchbox_wm
topic/bug-13680
topic/dietlibc
topic/efi
topic/extlinux
topic/firewall
topic/gdk-pixbuf-0-branch
topic/gi-ppc
topic/ia64-8_1
topic/mandrakesoft
topic/mlcd4
topic/ppp
topic/rp-pppoe
topic/switching_to_dnf
topic/switching_to_urpmi
topic/unlabeled-1.1.1
topic/v_webmin_0_87
topic/x86_64-branch
user/animtim/designWork
user/colin/rescue-systemd
user/ennael/mga6
user/erwan/bug-13680
user/jibz/aarch64
user/martinw/mga6
user/pterjan/arm64
Mageia Installer and base platform for many utilities
Thierry Vignaud [tv]
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
perl-install
/
ugtk2.pm
Commit message (
Expand
)
Author
Age
Files
Lines
*
{rwindow} is more probably a mygtk2::MagicWindow
Pascal Rigaux
2005-02-08
1
-4
/
+3
*
allow using {real_window} instead of {rwindow}{real_window}
Pascal Rigaux
2005-01-22
1
-0
/
+1
*
fix backward compatibility
Pascal Rigaux
2005-01-17
1
-0
/
+5
*
- move set_main_window_size() from ugtk2 to mygtk2
Pascal Rigaux
2005-01-15
1
-10
/
+0
*
MagicWindow is now really magic, {rwindow} and {window} can be the same thing :)
Pascal Rigaux
2005-01-14
1
-5
/
+4
*
return the child when MagicWindow is using the $::WizardWindow
Pascal Rigaux
2005-01-12
1
-4
/
+4
*
create "MagicWindow" in mygtk2 out of ugtk2::new()
Pascal Rigaux
2005-01-11
1
-50
/
+12
*
simplify away thing already done in %window_options
Pascal Rigaux
2005-01-11
1
-2
/
+1
*
move ugtk2::create_window() to mygtk2::_create_Window()
Pascal Rigaux
2005-01-11
1
-80
/
+11
*
change set_main_window_size() prototype
Pascal Rigaux
2005-01-11
1
-3
/
+3
*
- create mygtk2::main()
Pascal Rigaux
2005-01-11
1
-7
/
+3
*
simplify (no need to protect against double destroy anymore)
Pascal Rigaux
2005-01-11
1
-1
/
+1
*
{window}->show is already done in ->new
Pascal Rigaux
2005-01-11
1
-1
/
+0
*
better comment
Pascal Rigaux
2005-01-11
1
-1
/
+1
*
the ugly gtkset_mousecursor_wait() done on destroy is not called often nowada...
Pascal Rigaux
2005-01-11
1
-3
/
+0
*
fix typo
Pascal Rigaux
2005-01-11
1
-1
/
+1
*
fix typo
Pascal Rigaux
2005-01-11
1
-1
/
+1
*
- $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
[next]