summaryrefslogtreecommitdiffstats
path: root/perl-install/standalone/drakfont
Commit message (Collapse)AuthorAgeFilesLines
* - full Gtk2Damien Chaumette2003-02-071-457/+255
| | | | | - cleanup code (still much to do...)
* almost full Gtk2 :pDamien Chaumette2003-02-051-43/+52
|
* - progress bars worksDamien Chaumette2003-01-271-106/+36
| | | | | | | - change sucky About box - wipeout commented code - remove ugly borders when embedded
* English proofreadingPablo Saratxaga2003-01-221-13/+13
|
* - perl_checker fixesThierry Vignaud2003-01-221-21/+15
| | | | | | - is_a_font(): display the non existant file we just checked for instead of an undefined value
* fix progressbar label initializationThierry Vignaud2003-01-221-7/+7
|
* English proofreading (first pass)Pablo Saratxaga2003-01-211-2/+2
|
* fix font_choice()Thierry Vignaud2003-01-141-2/+2
|
* use "if any" instead of "if grep", and various other occurences of "any", ↵Pascal Rigaux2003-01-071-4/+3
| | | | "every", "partition"
* fix gtk+-2 portThierry Vignaud2002-12-051-6/+6
|
* don't use anymore deprecated widgetsThierry Vignaud2002-12-051-4/+2
|
* - gtk2 portThierry Vignaud2002-12-021-316/+268
| | | | | | - consolidate some code in text_view() - perl_checker fixes
* switch latest tools that still manually handle embeddingThierry Vignaud2002-11-211-18/+14
| | | | | to use my_gtk
* drakbug, drakfont, drakperm, draksplash, drakxtv, harddrake2,Thierry Vignaud2002-11-181-16/+0
| | | | | net_monitor : final update for common cli options/help manager
* update copyright yearsThierry Vignaud2002-11-181-2/+2
|
* Make drakfont use ttmkfdir again, as it recognizes more encodings,Pablo Saratxaga2002-11-141-9/+23
| | | | | | | | | use of parameter "-u" of ttmkfdir to always output unicode entries, call xftcache to create/update the Xftcache files (used by Xft), rewrite fonts.dir (with ttmkfdir) when removing a ttf file so it no longer appears on the font list, and execute "xset fp rehash" after adding/removing fonts, so the font list used by X server is synchronized.
* replace "_" with "N" and "__" with "N_"Pascal Rigaux2002-11-061-82/+75
| | | | | | | | | | | | | | | | | | | 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!
* bit me!Thierry Vignaud2002-10-161-1/+2
|
* English typos (no space before colon in English)Pablo Saratxaga2002-08-291-6/+6
|
* replace "kill USR1" with "kill 'USR1'" (and same for USR2)Pascal Rigaux2002-08-051-3/+3
| | | | | (so that 'use strict' works)
* Handle parsing --embedded command line in standalone.pmPascal Rigaux2002-07-311-1/+0
| | | | | | => allows to remove the somewhat mythical $::isEmbedded = ($::XID, $::CCPID) = "@ARGV" =~ /--embedded (\w+) (\w+)/
* perltidy parsing.Sebastien Dupont2002-07-111-495/+803
|
* remove uninteresting yduret changes,Sebastien Dupont2002-04-041-32/+29
| | | | | | | would it be possible to know what are your "bugs fixies" ? to yduret: I'm the creator of this program so please do not remove my changes.
* bugs fixes, code clean up, more mdkish..Yves Duret2002-03-301-15/+10
|
* fixing problemsSebastien Dupont2002-03-201-10/+14
|
* exchanging: ttmkfdir by /usr/X11R6/bin/mkttfdirSebastien Dupont2002-03-201-2/+3
| | | | | which generate correct fonts.dir
* minor bug correctiondamien2002-03-121-3/+3
|
* ergonomy changed to fit in mccdamien2002-03-081-26/+38
|
* corrected network up/down when network installdamien2002-03-081-7/+12
|
* Added a missing _( ) around a textPablo Saratxaga2002-03-071-1/+1
|
* corrected bad system commanddamien2002-03-071-3/+3
|
* including 'su' mode on drakfont.Sebastien Dupont2002-02-281-0/+1
|
* corrected ttf/TTF and xfs restartdamien2002-02-261-3/+5
|
* debugdamien2002-02-251-1/+1
|
* embedded mode correctiondamien2002-02-151-1/+1
|
* embedded modedamien2002-02-141-1/+3
|
* drakfont embedde modedamien2002-02-141-1/+7
|
* applied cooker guy english reviewdamien2002-02-041-2/+2
|
* - write the 'common' part of the 'explanations' stuff,Guillaume Cottenceau2002-01-181-1/+3
| | | | | | | with nice help from Pixel for the tough Perl part - move 'use standalone' up in all standalone apps, to comply to 'explanations'
* update warning messages (qa).Sebastien Dupont2002-01-181-1/+1
|
* fix progress bar problem.Sebastien Dupont2002-01-151-4/+4
|
* some gi updates:Sebastien Dupont2002-01-151-45/+48
| | | | | | | | - windows font importation. - advanced font importation. - licence interface. - ...
* update header pixmaps.Sebastien Dupont2002-01-111-1/+1
|
* new fixed size and add a head pixmap (to update).Sebastien Dupont2001-12-311-29/+34
|
* include new pixmap on main menu.Sebastien Dupont2001-12-181-2/+4
|
* fix libdrakx path problem.Sebastien Dupont2001-12-101-5/+2
|
* cleanning code.Sebastien Dupont2001-11-291-24/+3
|
* about...Sebastien Dupont2001-11-241-2/+3
|
* about button & GPL license.Sebastien Dupont2001-11-221-14/+53
|
* modify help text.Sebastien Dupont2001-11-121-4/+2
|