summaryrefslogtreecommitdiffstats
path: root/perl-install/install/gtk.pm
Commit message (Expand)AuthorAgeFilesLines
* Fix a barewordPascal Terjan2023-05-061-1/+1
* installer: fix screen layout when the framebuffer is > 1024x768 (mga#23904)Martin Whitaker2019-03-091-3/+4
* Increase the default window size of the installer to 1024x768 (mga#20624)Frédéric Buclin2017-06-231-1/+3
* add a FIXME noteThierry Vignaud2016-11-201-0/+1
* use new CSS syntax for font (mga#19430)Thierry Vignaud2016-09-211-1/+1
* make CSD support available to forked processesThierry Vignaud2016-05-041-1/+5
* kill obsolete logo variablesThierry Vignaud2015-02-171-1/+0
* fix stage2 loading graphical installer in efi modeThomas Backlund2015-02-051-3/+6
* do not create /dev/mouse symling anymoreThierry Vignaud2014-06-081-2/+0
* kill $Id:$ tagsThierry Vignaud2014-06-071-1/+1
* simplify using qq()Thierry Vignaud2014-06-061-6/+4
* kill the now useless mouse optionsThierry Vignaud2014-06-061-1/+1
* don't write input sections in xorg.confThierry Vignaud2014-06-061-21/+1
* fix crash when choosing a RTL language (mga#12793)Thierry Vignaud2014-02-181-1/+1
* fix unused variableThierry Vignaud2014-02-071-2/+2
* kill most of "Module" sectionThierry Vignaud2014-02-071-4/+0
* imlib is unused for 12 years & not in drakx for 6 years...Thierry Vignaud2014-02-071-4/+0
* make it more readable by using a variableThierry Vignaud2014-02-071-1/+2
* we don't care about setting root window's background colorThierry Vignaud2013-11-241-1/+0
* fix setting font with Gtk3Thierry Vignaud2013-11-241-1/+3
* add a FIXME noteThierry Vignaud2013-11-241-0/+1
* (load_rc) rename as 'load_css' and load CSS theme fileThierry Vignaud2013-11-241-4/+7
* (init_sizes) fix retrieving screen size with Gtk3Thierry Vignaud2013-11-241-1/+1
* fix setting locale with Gtk3Thierry Vignaud2013-11-241-1/+1
* set font for Gtk+-3 system wideThierry Vignaud2013-11-241-3/+5
* switch from gtk+-2 to gtk+-3Thierry Vignaud2013-11-241-1/+1
* use Gtk3 namespace instead of Gtk2Thierry Vignaud2013-11-241-8/+8
* "Gtk2::Gdk::Keysyms{XYZ}" => "Gtk3::Gdk::KEY_XYZ"Thierry Vignaud2013-11-241-1/+1
* use (my|u)gtk3 instead of *tk2Thierry Vignaud2013-11-241-6/+6
* (load_font) simplifyThierry Vignaud2012-12-101-8/+2
* (load_font) set font familly & size system wideThierry Vignaud2012-12-101-2/+5
* (createXconf) simplify, more readableThierry Vignaud2012-06-041-2/+2
* disable some modules, thus silent some error messages in /var/log/Xorg*logThierry Vignaud2012-05-311-0/+8
* Synthesized commit during git-svn import combining previous Mandriva history ...Mageia SVN-Git Migration2011-02-061-1/+1
* remove unwanted debug codeChristophe Fergeau2010-06-041-1/+0
* don't crash when starting stage2 with lang=arChristophe Fergeau2010-06-041-1/+2
* remove obsolete logo so that we don't update it anymore by mistakeThierry Vignaud2009-07-241-8/+0
* (createXconf) set mouse driver as 'vmmouse' for vmware (#49654)Thierry Vignaud2009-04-221-2/+4
* revert latest commit (uneeded)Thierry Vignaud2009-04-221-12/+8
* (createXconf) split out mouse section (needed for next commit)Thierry Vignaud2009-04-221-8/+12
* - force to use static input devices againPascal Rigaux2008-12-161-0/+4
* (move_selection) better positionning of sidepanel's selection barThierry Vignaud2008-09-281-1/+1
* (create_steps_window) remove hackThierry Vignaud2008-09-261-3/+0
* - ensure DPMS screensaver is not triggered during installPascal Rigaux2008-09-251-0/+4
* (create_step_box,create_steps_window) set spacing according to specsThierry Vignaud2008-09-221-2/+3
* (create_step_box) factorize codeThierry Vignaud2008-09-221-4/+11
* (create_steps_window,update_steps_position) use the new widget inThierry Vignaud2008-09-221-20/+11
* (create_steps_window) really make use better layout in 640x480Thierry Vignaud2008-09-221-1/+0
* (create_steps_window) no need to create a filler widget: just setThierry Vignaud2008-09-221-2/+1
* (create_steps_window) simplify left background filler: just use aThierry Vignaud2008-09-191-15/+2