| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
* 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
|
| |
|
| |
|
|
|
|
|
|
|
| |
default to black
- remove last debugging prints
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
| |
- don't display log on first notebook page
- tinyfirewall is now drakfirewall
- update translations
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
| |
- s/Display/Graphical server configuration/
- use more various icons for wizards
- add mcc link
|
| |
|
| |
|
|
|
|
|
| |
(hopefully only users with cd burners are affected)
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
| |
|
| |
|
| |
|