Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | use new $ugtk2::wm_icon for x11 icon | Thierry Vignaud | 2004-03-17 | 1 | -2/+2 |
| | |||||
* | (interactive_mode) better style | Thierry Vignaud | 2004-03-16 | 1 | -2/+4 |
| | |||||
* | (interactive_mode, dialog) let's have nice icon in sub dialogs when | Thierry Vignaud | 2004-03-16 | 1 | -2/+2 |
| | | | | | embedded too | ||||
* | (dialog) make subdialogs be transcient for main window when not embedded | Thierry Vignaud | 2004-03-16 | 1 | -1/+1 |
| | |||||
* | set x11 ico | Thierry Vignaud | 2004-03-16 | 1 | -0/+1 |
| | |||||
* | (advanced_install) "Install" button is sensitive only if there're some | Thierry Vignaud | 2004-03-12 | 1 | -1/+4 |
| | | | | | fonts in the font list | ||||
* | switch drakfont to new banner style | Thierry Vignaud | 2004-02-17 | 1 | -1/+1 |
| | |||||
* | (appli_choice) fix crash on option toggling (#7248) | Thierry Vignaud | 2004-02-09 | 1 | -5/+5 |
| | |||||
* | (search_dir_font) kill unused variable | Thierry Vignaud | 2004-01-23 | 1 | -2/+0 |
| | |||||
* | update copyright notices | Thierry Vignaud | 2004-01-22 | 1 | -1/+1 |
| | |||||
* | remove never implemented --strong option | Thierry Vignaud | 2004-01-22 | 1 | -3/+0 |
| | |||||
* | perl_checker cleanups | Thierry Vignaud | 2004-01-22 | 1 | -5/+3 |
| | |||||
* | fix button label | Thierry Vignaud | 2004-01-22 | 1 | -1/+1 |
| | |||||
* | hide about butto b/c there's already mcc about dialog and there're | Thierry Vignaud | 2004-01-13 | 1 | -1/+1 |
| | | | | | already too much buttons | ||||
* | sanitize buttons through reusing create_okcancel() | Thierry Vignaud | 2004-01-13 | 1 | -8/+11 |
| | |||||
* | upcase first letter of error messages | Thierry Vignaud | 2004-01-12 | 1 | -3/+3 |
| | |||||
* | perl_checker fixes | Thierry Vignaud | 2004-01-12 | 1 | -6/+2 |
| | |||||
* | new layout with subdialogs | Thierry Vignaud | 2004-01-12 | 1 | -214/+141 |
| | |||||
* | remove spurious minus at beginning of paragraph | Thierry Vignaud | 2004-01-12 | 1 | -1/+1 |
| | |||||
* | make font removing working with --testing | Thierry Vignaud | 2004-01-12 | 1 | -2/+4 |
| | |||||
* | fix unstalling fonts | Thierry Vignaud | 2004-01-12 | 1 | -2/+2 |
| | |||||
* | kill unused variables | Thierry Vignaud | 2004-01-12 | 1 | -20/+1 |
| | |||||
* | (put_font_dir) factorize some code into put_font_dir_real() | Thierry Vignaud | 2004-01-12 | 1 | -13/+10 |
| | |||||
* | fix chkfontpath call in --testing mode (/usr/sbin) not in path | Thierry Vignaud | 2004-01-12 | 1 | -1/+1 |
| | |||||
* | fix applications layout: | Thierry Vignaud | 2004-01-12 | 1 | -57/+30 |
| | | | | | | | | - remove spurious empty boxes - fix layout (aka do not uselessly resize main window) - sanitize layout (put legal warning between title and application list) - "[X] label" packing looks quite a less uglier than "label [X]" | ||||
* | fix about layout: | Thierry Vignaud | 2004-01-12 | 1 | -8/+17 |
| | | | | | | | | | - sanitize horrible line breaking (let pango do it for now, it know how to do it quite a lot better than we) - add myself in author list - split about translation in three pieces (copyright holders, std fsf header and thanks), enabling to share std fsf legal header among several programs | ||||
* | prevent useless spacing above button bar | Thierry Vignaud | 2004-01-12 | 1 | -1/+1 |
| | |||||
* | enforce class->new calling convention rather than "new class" one | Thierry Vignaud | 2004-01-12 | 1 | -78/+78 |
| | |||||
* | style only change; "fix" gtkpacking so that expand arg always precede the | Thierry Vignaud | 2004-01-12 | 1 | -166/+167 |
| | | | | | widget it's about rather that following another widget | ||||
* | from Salane KIng <sking4 at cinci.rr dot com>: enable to access samba | Thierry Vignaud | 2003-10-31 | 1 | -1/+1 |
| | | | | | drives on other computers to easily install windows fonts | ||||
* | don't check *all* for test_pms_all, skip horrible stuffs | Pascal Rigaux | 2003-09-30 | 1 | -1/+1 |
| | |||||
* | clean fonts renaming and make it log renames (through explanations)MDK92 | Thierry Vignaud | 2003-09-23 | 1 | -2/+5 |
| | |||||
* | (move_fonts) factorize clean fonts move | Thierry Vignaud | 2003-09-23 | 1 | -6/+10 |
| | |||||
* | fix font copy (catched by #5157): | Thierry Vignaud | 2003-09-23 | 1 | -1/+2 |
| | | | | | | | - prevent looking for "*.pfm*.afm" fonts - prevent displaying spurious error messages on console while converting fonts | ||||
* | fix ttf font conversion (catched by #5157) | Thierry Vignaud | 2003-09-23 | 1 | -1/+1 |
| | |||||
* | fix #5571 | Thierry Vignaud | 2003-09-11 | 1 | -1/+1 |
| | |||||
* | fix #4964 (not being able to select directories) | Thierry Vignaud | 2003-09-08 | 1 | -1/+0 |
| | |||||
* | fix buttons sensitive behavior | Damien Chaumette | 2003-08-26 | 1 | -10/+14 |
| | |||||
* | remove stock icons (per IHM team request) | Pascal Rigaux | 2003-08-05 | 1 | -1/+1 |
| | |||||
* | fix #1679 & #3673 | Thierry Vignaud | 2003-07-23 | 1 | -1/+1 |
| | |||||
* | use stock icon for close button (noticed by Fabrice Facorat) | Thierry Vignaud | 2003-07-10 | 1 | -1/+1 |
| | |||||
* | switch from gtk2-perl to gtk2-perl-xs | Thierry Vignaud | 2003-07-09 | 1 | -4/+4 |
| | |||||
* | prevent drakfont from crashing when trying to deleting an empty list | Thierry Vignaud | 2003-06-24 | 1 | -0/+1 |
| | |||||
* | perl_checker fixes | Thierry Vignaud | 2003-05-23 | 1 | -34/+33 |
| | |||||
* | try to simplify | Thierry Vignaud | 2003-05-20 | 1 | -22/+11 |
| | |||||
* | (put_font_dir): $/variable is unlikely what was initially intended | Thierry Vignaud | 2003-05-20 | 1 | -10/+3 |
| | | | | | | | (chk_empty_xfs_path): typo fix (search_dir_font_uninstall): further simplify | ||||
* | (chk_empty_xfs_path): | Thierry Vignaud | 2003-05-20 | 1 | -2/+2 |
| | | | | | | | | - any { !cdt} equals to every { cdt } - if_ is unneeded (search_dir_font_uninstall) map { if_(cdt, $_ } equals to grep { cdt } | ||||
* | (file_ok_sel) prevent potential crash in perl regexp engine if sg bad | Thierry Vignaud | 2003-05-20 | 1 | -1/+1 |
| | | | | | happenned in the translation | ||||
* | fix #3960: divide by zero execption | Thierry Vignaud | 2003-05-20 | 1 | -1/+1 |
| | |||||
* | (create_dialog) : | Thierry Vignaud | 2003-05-15 | 1 | -2/+2 |
| | | | | | | - update caller list - add title parameter and update callers |