summaryrefslogtreecommitdiffstats
path: root/menus_launcher.pl
Commit message (Collapse)AuthorAgeFilesLines
* perlish can_default() is no more: use set_/get_can_default() insteadThierry Vignaud2015-12-201-1/+1
|
* use Gtk3 namespace instead of Gtk2Thierry Vignaud2015-12-201-12/+12
|
* use (my|u)gtk3 instead of *tk2Thierry Vignaud2015-12-201-5/+5
|
* do not "restore" mouse cursor on the root windowThierry Vignaud2015-07-311-1/+0
| | | | | we haven't set it to 'wait' and this causes a crash if we don't own it (mga#15729)
* use stock itemsThierry Vignaud2003-07-151-1/+1
|
* use option menu rather than comboThierry Vignaud2003-07-151-1/+1
|
* switch from inline gtk2-perl to gtk2-perl-xsThierry Vignaud2003-07-091-14/+17
|
* fix #2439Thierry Vignaud2003-03-271-1/+1
|
* typo fixThierry Vignaud2003-02-201-1/+1
|
* - adapt to new ugtk2 utf8/l10n schemeThierry Vignaud2003-02-201-9/+3
| | | | | - fix #1922
* reuse new consolided code from MDK::CommonThierry Vignaud2003-01-291-4/+1
|
* - explain why is there a wrapper and what's the universesThierry Vignaud2003-01-271-1/+1
| | | | | - untabify menudrake launchers
* sort users by lexical order, but keep root as first shown userThierry Vignaud2003-01-271-3/+3
|
* fix bug spotted by "pambonizator galacticus" :Thierry Vignaud2003-01-161-7/+5
| | | | | | | | - put all normal users in user list - don't put twice root in the list - don't reinvent the wheel, there's no need to "parse" users this way, list_passwd() is there for that
* s/push/unshift/ for textdomainsThierry Vignaud2003-01-141-1/+1
|
* - perl-gtk2 portThierry Vignaud2003-01-021-26/+26
| | | | | - cleanups
* code cleaning/shrunkingThierry Vignaud2002-11-181-34/+23
| | | | | | | | | | | | | | | | | | | clock.pl, menus_launchers.pl, print_launcher.pl - use my_gtk & common to : o automatically handle embedding o simplify code o ease gtk2 port o don't uselessly initialize gtk & locales o ... don't do what my_gtk already offer to do for us clock.pl: kill stupid code copied between two signal handlers whereas it has no purpose since my_gtk just exited in second handler mcc: - explain why we initialize interactive without using it - global workaround for broken locales - bump version
* - don't use POSIX when uneededThierry Vignaud2002-11-141-5/+4
| | | | | | - use my_gtk to exit and transparently manage embedding - no need to run twice the main gtk loop
* - perl_checker fixesThierry Vignaud2002-11-141-32/+28
| | | | | | | | | - don't use "perl -w" - use common to simplify i18n - fix undefined quit_global ... which was not a visible bug in embedded case - sync with latest libDrakx i18n changes
* adapt to new drakxtools standalone.pm which sets $::isEmbedded itself and ↵Pascal Rigaux2002-08-021-1/+0
| | | | removing --embedded from @ARGV
* changing namesdamien2002-02-181-0/+79