Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | (Gtk2::Notify::Queue->show) prevent net_applet to crash on notifications ↵ | Thierry Vignaud | 2011-12-10 | 1 | -1/+1 |
| | | | | without icons (mga#2876) | ||||
* | Fix libnotify API | Dexter Morgan | 2011-06-14 | 1 | -1/+1 |
| | |||||
* | oops | Pascal Terjan | 2009-02-26 | 1 | -1/+1 |
| | |||||
* | drakdvb: use do_pkgs directly | Pascal Terjan | 2009-02-26 | 1 | -1/+1 |
| | |||||
* | (package Gtk2::Banner) fix crash introduced in latest commit | Thierry Vignaud | 2009-01-30 | 1 | -0/+1 |
| | |||||
* | simplify through first()/second() | Thierry Vignaud | 2009-01-27 | 1 | -5/+5 |
| | |||||
* | allow showing Skip button instead of Cancel in wizards (initially for ↵ | Olivier Blin | 2009-01-07 | 1 | -1/+1 |
| | | | | finish-install in Gdium) | ||||
* | avoid to add empty cancel button (thanks blino) | Wanderlei Antonio Cavassin | 2008-11-25 | 1 | -1/+1 |
| | |||||
* | Honors $::Wizard_no_cancel when creating ok and cancel buttons. | Wanderlei Antonio Cavassin | 2008-11-25 | 1 | -1/+1 |
| | |||||
* | (set_back_pixbuf) use dithering so that eg banners looks better with 16bpp ↵ | Thierry Vignaud | 2008-10-01 | 1 | -1/+1 |
| | | | | displays | ||||
* | (Gtk2::Banner->new) reduce banner font size | Thierry Vignaud | 2008-09-30 | 1 | -1/+1 |
| | |||||
* | (Gtk2::Banner->new) simplify | Thierry Vignaud | 2008-09-29 | 1 | -1/+1 |
| | |||||
* | (Gtk2::Banner->set_pixmap) revert blino's workaround (246276 from | Thierry Vignaud | 2008-09-24 | 1 | -1/+1 |
| | | | | | 2008/09/22) which is now uneeded | ||||
* | (update_text) split it out of Gtk2::Banner->set_pixmap | Thierry Vignaud | 2008-09-24 | 1 | -0/+5 |
| | |||||
* | (gtkcreate_pixbuf) perl_checker cleanup | Thierry Vignaud | 2008-09-24 | 1 | -1/+1 |
| | |||||
* | (Gtk2::Banner->new) fix icon alignment in banners | Thierry Vignaud | 2008-09-24 | 1 | -1/+1 |
| | |||||
* | fix/workaround crash when setting banner background | Olivier Blin | 2008-09-22 | 1 | -1/+1 |
| | | | | | | | | | | (Can't call method "get_width" on an undefined value) it got broken three days ago (246038) by Gtk2::Banner changes, and install::steps_gtk calls Gtk2::Banner::set_pixmap without a real Gtk2::Banner object (but with an Install_Title object), which does not define back_pixbuf member to be fixed properly by the previous committer (not to name titi...) | ||||
* | do not uselessly load Gtk2::Gdk::Keysyms (reduce RSS by nearly 400Kb) | Thierry Vignaud | 2008-09-22 | 1 | -1/+0 |
| | |||||
* | (markup_to_TextView_format) prevent uselessly loading Gtk2::Pango when | Thierry Vignaud | 2008-09-22 | 1 | -2/+1 |
| | | | | | rendering with bigger fonts | ||||
* | (Gtk2::Banner->new) use Gtk2::Pango->scale instead of | Thierry Vignaud | 2008-09-22 | 1 | -1/+1 |
| | | | | | | | Gtk2::Pango->PANGO_SCALE, thus fixing crash (#44053) (alternatively we could have just load Gtk2::Pango) | ||||
* | (Gtk2::Banner->new) explain | Thierry Vignaud | 2008-09-19 | 1 | -0/+1 |
| | |||||
* | (Gtk2::Banner->new) still less hardcoded magic values | Thierry Vignaud | 2008-09-19 | 1 | -1/+1 |
| | |||||
* | (Gtk2::Banner->new) keep around blue_part's width | Thierry Vignaud | 2008-09-19 | 1 | -1/+2 |
| | |||||
* | (Gtk2::Banner->new) do not hardcode banner height | Thierry Vignaud | 2008-09-19 | 1 | -1/+1 |
| | |||||
* | (Gtk2::Banner->new, set_pixmap) keep around the background pixbuf (needed ↵ | Thierry Vignaud | 2008-09-19 | 1 | -1/+2 |
| | | | | for next commit) | ||||
* | (Gtk2::Banner->new) better heuristics for vertically positionning the | Thierry Vignaud | 2008-09-19 | 1 | -1/+3 |
| | | | | | Banner's text, according to the actual text's height | ||||
* | (Gtk2::Banner->new) stop rendering title text width as bold | Thierry Vignaud | 2008-09-19 | 1 | -1/+1 |
| | |||||
* | (Gtk2::Banner->new) increase title text width from 14 to 15 | Thierry Vignaud | 2008-09-19 | 1 | -1/+1 |
| | |||||
* | (Gtk2::Banner->new) import ressources files in order to get banner's text in ↵ | Thierry Vignaud | 2008-09-19 | 1 | -0/+1 |
| | | | | blue | ||||
* | (Gtk2::Banner->new) set name on Banner's DrawingArea for styling | Thierry Vignaud | 2008-09-19 | 1 | -1/+1 |
| | |||||
* | (Gtk2::Banner->new) switch from ugtk2 to mygtk2 in order to create drawing ↵ | Thierry Vignaud | 2008-09-19 | 1 | -1/+1 |
| | | | | area (needed for next commit) | ||||
* | (Gtk2::Banner->new) flip blackground's blue part for RTL languages | Thierry Vignaud | 2008-09-19 | 1 | -1/+1 |
| | |||||
* | (Gtk2::Banner->new) switch from ugtk2 to mygtk2 in order to create blue_part ↵ | Thierry Vignaud | 2008-09-19 | 1 | -1/+1 |
| | | | | pixbuf | ||||
* | (Gtk2::Banner->new) adjust position of blackground's blue part with RTL ↵ | Thierry Vignaud | 2008-09-19 | 1 | -1/+1 |
| | | | | languages | ||||
* | (Gtk2::Banner->new) render text a little more bit to the right | Thierry Vignaud | 2008-09-19 | 1 | -1/+1 |
| | |||||
* | (Gtk2::Banner->new) render blue part of background | Thierry Vignaud | 2008-09-19 | 1 | -0/+4 |
| | |||||
* | (Gtk2::Banner->new) ajust banner height accordingly | Thierry Vignaud | 2008-09-19 | 1 | -1/+1 |
| | |||||
* | (Gtk2::Banner->set_pixmap) use new background for banners | Thierry Vignaud | 2008-09-19 | 1 | -1/+1 |
| | |||||
* | (Gtk2::Banner) import ugtk2 (needed for next commits) | Thierry Vignaud | 2008-09-19 | 1 | -0/+1 |
| | |||||
* | (ask_browse_tree_info) simplify help now that callers just provide a callback | Thierry Vignaud | 2008-09-16 | 1 | -8/+2 |
| | |||||
* | (ask_browse_tree_info) add separators in order to enhance 'package | Thierry Vignaud | 2008-09-15 | 1 | -0/+2 |
| | | | | | selection' step | ||||
* | (_gtk__Install_Title) move upcasing title from ugtk2::new() to here in order to | Thierry Vignaud | 2008-09-10 | 1 | -1/+0 |
| | | | | | make sure that all popup titles be upcase (eg: when using default step title) | ||||
* | (create_okcancel) fix position of cancel button in popups | Thierry Vignaud | 2008-09-10 | 1 | -1/+1 |
| | |||||
* | (new) make draksplash working again | Thierry Vignaud | 2008-09-08 | 1 | -2/+2 |
| | | | | | regression introcued on 2008-08-18: "really fix another focus bug (#42750)" | ||||
* | make things more clear | Pascal Rigaux | 2008-09-04 | 1 | -1/+1 |
| | | | | | (and protect us from someone using $o for something not "interactive" related in its prog ;) | ||||
* | (ask_browse_tree_info) explain | Thierry Vignaud | 2008-09-03 | 1 | -0/+1 |
| | |||||
* | (ask_browse_tree_info) increase help popup size when browsing services or ↵ | Thierry Vignaud | 2008-09-03 | 1 | -0/+4 |
| | | | | packages at install time | ||||
* | (new) fix sizing some label (workarounding infamous 6 years old gnome bug ↵ | Thierry Vignaud | 2008-09-03 | 1 | -1/+3 |
| | | | | #101968) | ||||
* | (create_boxradio,create_box_with_title,create_widget,get_label_width,main,re ↵ | Thierry Vignaud | 2008-09-02 | 1 | -1/+3 |
| | | | | | | | allyChooseDesktop) explain infamous 6 years old gnome bug #101968 workarounds | ||||
* | (gtkradio,create_boxradio) move label sizing one level upper (needed for ↵ | Thierry Vignaud | 2008-09-02 | 1 | -1/+0 |
| | | | | next commit) |