| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
o switch from imlib to gdk-pixbuf
o kill gtkcreate_imlib()
o big cleanup by the way
o support alpha blender [not complete]
o fix mem leak
o remove dynamic support of imlib||gdk-pixbuf since:
* gtk2 require gdk-pixbuf anyway
* imlib sucks
* less code/libs in install
o kill unused cursors
o kill icon flashing
o gtkcreate_png_pixbuf() : load a png into a pixbuf
o gtkpng_pixbuf() : render a pixbuf into a drawable
o simplify gtkcreate_png(): render a pixbuf into a pixmap and an
alpha bitmap
o add2notebook() : simplify
|
| |
|
| |
|
| |
|
|
|
|
|
| |
- harddrake::ui : uses it
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
Gtk::Gdk::Pixbuf support, thus removing all gdk/gtk warnings
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- integrate patches in my_gtk and ugtk for new rpmdrake:
- [ugtk] add "gtkentry" so that we can create an entry and set
initial value in one call
- [my_gtk::main] don't set the events, to fix keyboard focus
problem in entries when embedded
- [my_gtk::_create_window] add $::noBorder, to not have a frame
in the main window, so that it's possible to end up with
windows with no border
- [my_gtk] add ask_dir which is a ask_file with only the dir list
- [my_gtk] add ask_browse_tree_info to the export tags, and:
- add support for parents with no leaves, so that then we can
partially build the trees (for speedup)
- add "delete_all" and "delete_category" callbacks
- use Gtk::CList::clear when removing all the nodes, much
speedup
|
| |
|
| |
|
| |
|
| |
|
|
- splitup it into my_gtk and ugtk as done by dams
- resync with dams
- increase the icon blinkage from 50ms to 100ms
|