summaryrefslogtreecommitdiffstats
path: root/perl-install/standalone/draksplash
Commit message (Collapse)AuthorAgeFilesLines
* - use scrollbar in preview windowOlivier Blin2005-05-261-23/+38
| | | | | | - try not to be larger than screen size minus toolbars size - close_window -> close_all
* shrink preview window on resolution changeOlivier Blin2005-05-101-1/+3
|
* handle both silent and verbose imagesOlivier Blin2005-05-101-11/+14
|
* allow to modify progress bar and console box by dragging the mouseOlivier Blin2005-05-101-8/+50
|
* remove spurious charactersOlivier Blin2005-05-091-1/+1
|
* use a separate window for image previews, use a notebook to split ↵Olivier Blin2005-05-091-67/+82
| | | | silent/verbose/console settings
* better use gtkpack__() rather than gtkadd() when adding multiple widgetsThierry Vignaud2005-05-091-2/+2
|
* fix layout, update scale factors when the theme name is changed tooOlivier Blin2005-05-091-5/+4
|
* use default values for scale settings and draw a cross inside the text boxOlivier Blin2005-05-091-18/+24
|
* preview theme in real time, cleanupsOlivier Blin2005-05-041-493/+165
|
* perl_checker fixes, use bool2yesnoOlivier Blin2005-05-031-18/+14
|
* remove ugly dec2hexOlivier Blin2005-05-031-16/+1
|
* switch to gtk+-2.6's new file selectorThierry Vignaud2005-04-211-4/+12
|
* - remove non useful non-ascii charactersPascal Rigaux2005-04-051-2/+0
| | | | | - add "use utf8" for useful utf8 characters
* fix the various transient on {rwindow} (or even {window} ?) not working ↵Pascal Rigaux2005-01-221-1/+1
| | | | | | | anymore on the MagicWindow (maybe the code could be simplified since it should now work even when embedded (?))
* typo fixesThierry Vignaud2004-08-191-3/+3
|
* (show_prev)Thierry Vignaud2004-07-291-8/+5
| | | | | | - kill useless variables - simplify
* (show_prev) fix preview refresh while simplying codeThierry Vignaud2004-07-291-11/+1
|
* (write_boot_thm) typo fixThierry Vignaud2004-07-291-1/+1
|
* more cleanupsThierry Vignaud2004-07-291-16/+14
|
* misc cleanupsThierry Vignaud2004-07-291-15/+6
|
* (show_prev) do not crash when the image format is unknownThierry Vignaud2004-07-291-2/+11
|
* (make_boot_frame) fix itThierry Vignaud2004-07-291-1/+1
|
* revert ugly code printing "This program cannot be run in console mode",Pascal Rigaux2004-07-011-10/+1
| | | | | it is easily done in ugtk2.pm
* Some standalone tools don't compile when run from consoleRafael Garcia-Suarez2004-06-241-1/+10
|
* enforce introduction of translators hints into translation catalogsThierry Vignaud2004-06-141-2/+3
| | | | | | | | | | | (perl_checker should have been loudly complain on those!!!! :-(): - add missing coma caracter - move them near translations note that i didn't bother check po comments that already have the proper comma. instead this should be done by perl_checker which should warn about po comments out of translation calls and tags contexts
* merge lost hunkThierry Vignaud2004-06-111-2/+2
|
* s/_([xy])\b/_\1\1/ so that cperl-mode is happierThierry Vignaud2004-06-111-14/+14
|
* make draksplash work again...Thierry Vignaud2004-06-111-24/+25
|
* (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
|