summaryrefslogtreecommitdiffstats
path: root/perl-install/standalone/draksplash
Commit message (Collapse)AuthorAgeFilesLines
...
* (mk_frame) minor cleanupThierry Vignaud2004-05-241-1/+1
|
* switch from deprecated OptionMenu into new ComboBox widgetThierry Vignaud2004-05-241-1/+2
|
* fix boot_conf_path usageThierry Vignaud2004-03-091-4/+4
|
* rename thm_conf_path as boot_conf_path to prevent confusion with thm_pathThierry Vignaud2004-03-091-6/+5
|
* (write_boot_thm) simplify through mkdir_p()Thierry Vignaud2004-03-091-7/+3
|
* misc perl_checker cleanupsThierry Vignaud2004-03-091-3/+1
|
* fix config file path (directory is now named config, not cfg)Thierry Vignaud2004-03-091-6/+7
|
* (make_boot_frame) fix crash on color switchThierry Vignaud2004-03-081-1/+1
|
* (mk_frame)Thierry Vignaud2004-03-081-42/+59
| | | | | | - workaround horrible packing by using a table instead of a vbox - do packing of resulted table outside mk_frame() which is much saner
* fix spacing around commas (sanitizing)Thierry Vignaud2004-03-081-31/+31
|
* gc prefers "obj->method" rather than "method obj" call styleThierry Vignaud2004-03-081-14/+14
|
* use option menu for resolutions listThierry Vignaud2004-03-081-1/+6
|
* (mk_frame) enable to use either combo boxes or option menus for listsThierry Vignaud2004-03-081-1/+1
|
* (mk_frame) fix combo boxes fillingThierry Vignaud2004-03-081-5/+6
|
* (which_res_exist) unjonathan-izeThierry Vignaud2004-03-081-5/+4
|
* (show_prev) only redraw needed part, not whole imageThierry Vignaud2004-03-081-5/+5
|
* (show_prev) fix crash on image drawingThierry Vignaud2004-03-081-1/+1
|
* (show_prev) fix crash on image scalingThierry Vignaud2004-03-081-1/+1
|
* fix crash on "preview" buttonThierry Vignaud2004-03-081-10/+10
|
* (get_this_thm_res_conf) add prototype to help perl_checkerThierry Vignaud2004-03-081-1/+1
|
* kill unused variablesThierry Vignaud2004-03-081-2/+0
|
* kill perl4 function call styleThierry Vignaud2004-03-081-13/+13
|
* help stupid perl_checker in being able to parse horrible draksplashThierry Vignaud2003-07-091-1/+2
| | | | | despite perl -cw was happy on it
* perl_checker fixesThierry Vignaud2003-05-231-2/+2
|
* gtk+-2 specs prohibid playing with policyThierry Vignaud2003-05-221-1/+1
|
* perl_checker fixesThierry Vignaud2003-05-201-21/+17
|
* do not crash on color selectionThierry Vignaud2003-03-061-5/+4
|
* prevent one to pop up hundred of windows: make browse dialog be modalThierry Vignaud2003-03-061-1/+3
|
* - fix #1766Thierry Vignaud2003-03-061-3/+3
| | | | | - do not crash when browsing
* reflect in standalone drakxtools the removal of DrakX iconsGuillaume Cottenceau2003-02-281-1/+1
|
* English proofreadingPablo Saratxaga2003-01-241-5/+5
|
* English proofreadingPablo Saratxaga2003-01-221-2/+2
|
* - gtk+2 portThierry Vignaud2002-12-101-83/+78
| | | | | | - "use strict" fixes - perl_checker fixes
* perl_checker fixesThierry Vignaud2002-11-201-5/+5
|
* - fixes for "use strict" (still some work to do since some variablesThierry Vignaud2002-11-201-302/+301
| | | | | | | | | | | are created through ${ $x.$y } - use my_gtk : o clean code o transparently manage embedding - perl_checker fixes
* drakbug, drakfont, drakperm, draksplash, drakxtv, harddrake2,Thierry Vignaud2002-11-181-4/+0
| | | | | net_monitor : final update for common cli options/help manager
* various small syntax enhancements to please perl_checkerPascal Rigaux2002-11-111-1/+1
|
* ensure "common" is imported to have N()Pascal Rigaux2002-11-101-1/+1
|
* replace "_" with "N" and "__" with "N_"Pascal Rigaux2002-11-061-35/+35
| | | | | | | | | | | | | | | | | | | rationale: - currently, we use _("xxx") as a shorthand for gettext("xxx"). It also used to call xgettext with --keyword=_ - alas, function &_ is global and not by package (notice esp. that _ is not exported in common.pm) - this lead to big ugly pb with packages defining their own &_, overriding common.pm's &_ - a fix is to set @::textdomains to add a new domain (the default being "libDrakX") but relying on the global "_" is still dangerous!
* small text for translatatorsPablo Saratxaga2002-09-111-0/+1
|
* use do_pkgs for check and install ImageMagickJonathan Gotti2002-09-111-3/+6
|
* change the preview rendering methodJonathan Gotti2002-09-101-84/+101
|
* - use standalone for explanations and center dialogDaouda Lo2002-09-071-0/+1
|
* preview window bug correctionJonathan Gotti2002-09-051-13/+15
|
* bug correction in writing .cfg filesJonathan Gotti2002-08-211-1/+1
|
* remove warningsJonathan Gotti2002-08-211-1/+1
|
* a tool for bootsplash theme creationJonathan Gotti2002-08-201-0/+544