summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* UpdateDavid Baudens2002-09-032-0/+0
|
* Update for WebDAV iconDavid Baudens2002-09-032-1/+1
|
* Update icon of Server configuration -> ProxyDavid Baudens2002-09-031-1/+1
|
* UpdateDavid Baudens2002-09-032-1/+1
|
* Change some imagesDavid Baudens2002-09-031-6/+6
|
* 48x48 sizeDavid Baudens2002-09-035-0/+0
|
* Add:David Baudens2002-09-034-0/+0
| | | | | | | | * ftp-mdk.png for Server configuration -> FTP * web-mdk.png for Server configuration -> Web * postfix.png for Server configuration -> Postfix * news.png for Server configuration -> News
* updated po filePablo Saratxaga2002-09-032-132/+112
|
* 21mdkThierry Vignaud2002-09-031-2/+6
|
* - create_pix_text, gtkicons_labels_widget: remove text color argument, ↵Thierry Vignaud2002-09-031-3/+2
| | | | | | | default to black - remove last debugging prints
* kill debugging printsThierry Vignaud2002-09-031-2/+0
|
* fix pixbuf usage because of damzThierry Vignaud2002-09-031-0/+1
|
* 20mdkThierry Vignaud2002-09-031-2/+6
|
* - ugtk :Thierry Vignaud2002-09-031-28/+30
| | | | | | | | | | | | | | | | | | | | | | | | o create_pix_text: * remove * kill uni colored background * api change: + background argument => background list + remove bold argument * render all text (normal, highlighted, selected) on specified background in one pass o gtkicons_labels_widget(): * explain/comment * move all drawing logic in &$draw * create buffer area, text pics only one time * add a pixbuf for highlighted item * render highlighted icon by making it more transparent * recalculate drawing buffer only on state change - mcc : * move all drawing logic in &$draw * create buffer area, text pics only one time * render highlighted icon by making it more transparent * recalculate drawing buffer only on state change
* updated po filePablo Saratxaga2002-09-031-110/+109
|
* updated po filePablo Saratxaga2002-09-032-482/+219
|
* don't use ugtk directly. my_gtk has been modified accordinglydamien2002-09-031-3/+2
|
* updated po filesPablo Saratxaga2002-09-032-8/+3
|
* add new service iconThierry Vignaud2002-09-031-0/+0
|
* remove old service iconThierry Vignaud2002-09-031-0/+0
|
* updated po filePablo Saratxaga2002-09-021-3/+2
|
* updated po filesPablo Saratxaga2002-09-023-12/+6
|
* updated po filePablo Saratxaga2002-09-021-4/+4
|
* updated po filesPablo Saratxaga2002-09-0255-6109/+6042
|
* meuhGuillaume Cottenceau2002-09-021-2/+2
|
* fix XFdrake entryThierry Vignaud2002-09-021-1/+1
|
* - new background under main textThierry Vignaud2002-09-023-5/+41
| | | | | | | - don't display log on first notebook page - tinyfirewall is now drakfirewall - update translations
* update french translationThierry Vignaud2002-09-021-3/+2
|
* - s/tinyfirewall/drakfirewall/Daouda Lo2002-09-021-1/+1
|
* updated po filesPablo Saratxaga2002-09-0255-3715/+4009
|
* 18 mdk since 17mdk didn't make it in changelogThierry Vignaud2002-09-021-2/+4
|
* 17mdk:Thierry Vignaud2002-09-023-6/+49
| | | | | | | - s/Display/Graphical server configuration/ - use more various icons for wizards - add mcc link
* update french traductionThierry Vignaud2002-09-021-13/+10
|
* updated translationArkadiusz Lipiec2002-09-011-19/+3
|
* - s/diskdrake-cdwriter.png/diskdrake_cdwriter.png/ aka titi S**Daouda Lo2002-08-311-1/+5
| | | | | (hopefully only users with cd burners are affected)
* - diskdrake_cdwriter png typo fixDaouda Lo2002-08-311-0/+0
|
* - fix typo in pixmapDaouda Lo2002-08-311-0/+0
|
* fix requiresThierry Vignaud2002-08-301-1/+2
|
* 16mdkThierry Vignaud2002-08-301-1/+4
|
* fix icons position in left columnThierry Vignaud2002-08-301-3/+3
|
* new alpha blendered mccThierry Vignaud2002-08-302-5/+224
|
* add new iconsThierry Vignaud2002-08-3055-0/+0
|
* remove old iconsThierry Vignaud2002-08-30109-0/+0
|
* - mcc :Thierry Vignaud2002-08-301-45/+38
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | o kill gtkpng_() and gtk_createpng_() wrappers: if icon is missing, better die while testing rather than make perl display "uncaught code ..." o kill unused timer o use new ln's icons o disable stupid icon highlighting (was made with duplicating manually all icons in gimp and blue-y them there); restore this effect'll need little play with gamma o use ugtk o kill dead code o cleanups o icons: * switch to new icons set * replace pixmap table by a pixbuf one * use pixbufs for backgrouns and icons, * composite background and icons with transparency trough ugtk::compose_pixbufs() * render icons with full alpha blender in left column * comment the different states * simplify callbacks - ugtk : o readd gdkpixbuf support o ensure imlib is used by default to load files, not gdk-pixbuf o compose_with_back(): load a png icon into a pixbuf and call compose_pixbufs with background pixbuf o compose_pixbufs(): render transparent icon onto background into a new pixbuf o merge gtkcreate_png_pixbuf() from gdk-pixbuf-0-branch : load an icon into a pixbuf gdk-pixbuf-0-branch also uses it to simplify a lot of code o gtkicons_labels_widget() : * add a new background pixbuf parameter that'll be composited with icons * render icons with alpha blender in right area * kill imlib_counter * kill imlib usage for * kill dead code (was dead since i fixed mcc memory leaks) - TODO: icon flashing on application launch - POSTPONED: merge big cleanup, global replacement of imlib usage by gdk-pixbuf from gdk-pixbuf-0-branch since it would impacted drakx which is not so good
* Fix icon pathFrederic Crozat2002-08-3031-31/+31
|
* updated po filePablo Saratxaga2002-08-301-302/+114
|
* updated po filePablo Saratxaga2002-08-291-115/+115
|
* updated po filePablo Saratxaga2002-08-281-107/+108
|
* updated po filePablo Saratxaga2002-08-281-109/+110
|
* updated po filesPablo Saratxaga2002-08-282-292/+258
|