Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | better error logging when gtkcreate_img or gtkcreate_pixbuf can't find the image | Pascal Rigaux | 2004-05-13 | 1 | -2/+2 |
| | |||||
* | perl_checker compliance | Pascal Rigaux | 2004-05-11 | 1 | -2/+2 |
| | |||||
* | (shrink_topwindow) support both 10.0 and cooker | Thierry Vignaud | 2004-04-23 | 1 | -1/+5 |
| | |||||
* | create frame with a border witdth (titi rulez) | Damien Chaumette | 2004-04-23 | 1 | -1/+6 |
| | |||||
* | (shrink_topwindow) fix faillure with perl-Gtk+-1.04x (#9411) | Thierry Vignaud | 2004-04-06 | 1 | -1/+1 |
| | |||||
* | space cleanup | Thierry Vignaud | 2004-04-01 | 1 | -1/+1 |
| | |||||
* | fix relative file names (mostly (only?) for debugging) | Pascal Rigaux | 2004-03-30 | 1 | -1/+1 |
| | |||||
* | - fix _find_imgfile() | Pascal Rigaux | 2004-03-19 | 1 | -8/+13 |
| | | | | | - cleanup | ||||
* | new helper function may_set_icon that takes care of missing wiz_default_up ↵ | Pascal Rigaux | 2004-03-18 | 1 | -4/+10 |
| | | | | during install | ||||
* | (_create_dialog) set x11 icon for dialogs too | Thierry Vignaud | 2004-03-17 | 1 | -0/+1 |
| | |||||
* | (new) fix x11 icon for Gtk2::Plug | Thierry Vignaud | 2004-03-17 | 1 | -2/+1 |
| | |||||
* | (_find_imgfile) prevent matching subdirectory (eg: harddrake) | Thierry Vignaud | 2004-03-17 | 1 | -1/+1 |
| | |||||
* | fix typo | Pascal Rigaux | 2004-03-16 | 1 | -1/+1 |
| | |||||
* | - add $ugtk2::wm_icon (esp. for park-rpmdrake) | Pascal Rigaux | 2004-03-16 | 1 | -4/+5 |
| | | | | | - cleanup, correct indentation | ||||
* | (new) set x11 icon for non wizard tools | Thierry Vignaud | 2004-03-16 | 1 | -0/+1 |
| | |||||
* | (new) set default x11 icon | Thierry Vignaud | 2004-03-16 | 1 | -0/+3 |
| | |||||
* | (gtktext_insert) if we want anonymous tags, just create anonymous tags | Thierry Vignaud | 2004-03-11 | 1 | -4/+3 |
| | | | | | | instead of creating fake tag names that we just discard after (rand is not guarranted to not return the same number twice...) | ||||
* | (Gtk2::WrappedLabel::new) fix unusing label | Thierry Vignaud | 2004-03-08 | 1 | -1/+1 |
| | |||||
* | (Gtk2::WrappedLabel::new) enable to alter default alignment | Thierry Vignaud | 2004-03-08 | 1 | -2/+2 |
| | |||||
* | enable exception managment even at install time (installer set $::no_ugtk_init) | Thierry Vignaud | 2004-03-04 | 1 | -1/+1 |
| | |||||
* | (create_packtable) wrap labels by default | Thierry Vignaud | 2004-03-01 | 1 | -1/+1 |
| | |||||
* | (Gtk2::WrappedLabel::new) left align labels by default | Thierry Vignaud | 2004-03-01 | 1 | -1/+1 |
| | |||||
* | (set_back_pixmap) export it | Thierry Vignaud | 2004-02-27 | 1 | -2/+2 |
| | |||||
* | (Gtk2::Banner::new) add o_otions ref hash parameter, thus enabling to | Thierry Vignaud | 2004-02-26 | 1 | -2/+3 |
| | | | | | override text position (eg: for mcc about dialog) | ||||
* | (set_back_pixmap) split it out of Gtk2::Banner::set_pixmap | Thierry Vignaud | 2004-02-26 | 1 | -8/+13 |
| | |||||
* | (Gtk2::Banner::new) create only *one* expose event handler | Thierry Vignaud | 2004-02-26 | 1 | -7/+8 |
| | |||||
* | (Gtk2::Banner::set_pixmap) stop expose event propagation so that | Thierry Vignaud | 2004-02-26 | 1 | -0/+1 |
| | | | | | shadows do not accumulate (thus resulting in darker alpha-channel) | ||||
* | ask_browse_tree_info_given_widgets: allow for an initial | Guillaume Cottenceau | 2004-02-26 | 1 | -0/+1 |
| | | | | | selection if necessary (through toggle_nodes) | ||||
* | don't force buttons a size related to $::windowwidth since this is no more ↵ | Guillaume Cottenceau | 2004-02-20 | 1 | -1/+1 |
| | | | | used to size the main window (fixes missing Next button in vgahi), use a global $::real_windowwidth for sizings related to the main window | ||||
* | use $ugtk2::current_window in place of @interactive::objects (which was ↵ | Pascal Rigaux | 2004-02-19 | 1 | -6/+7 |
| | | | | | | | unused and broken) => fix XSetInputFocus (bugzilla #8046 and #8053) | ||||
* | we don't need warp_text since we have WrappedLabel | Pascal Rigaux | 2004-02-19 | 1 | -2/+2 |
| | |||||
* | fix _ask_file (tested in wizard, normal and embedded) | Pascal Rigaux | 2004-02-19 | 1 | -5/+10 |
| | |||||
* | fix titi sucks (Advanced and Help were broken) | Pascal Rigaux | 2004-02-19 | 1 | -1/+1 |
| | |||||
* | (create_okcancel) enable to specify that some buttons must be at right | Thierry Vignaud | 2004-02-18 | 1 | -15/+16 |
| | |||||
* | enforce gnome button order everywhere (interface team request) | Thierry Vignaud | 2004-02-17 | 1 | -7/+2 |
| | |||||
* | during install, "Ok" is on the right, like gnome not kde | Pascal Rigaux | 2004-02-16 | 1 | -2/+2 |
| | |||||
* | do not try setting transcient hint when embedded | Thierry Vignaud | 2004-02-13 | 1 | -2/+2 |
| | |||||
* | use center-on-parent for popped windows | Pascal Rigaux | 2004-02-13 | 1 | -0/+1 |
| | |||||
* | (create_scrolled_window) add relief for TreeViews too (interface team | Thierry Vignaud | 2004-02-13 | 1 | -1/+1 |
| | | | | | request) | ||||
* | (new) simplify WizardTable | Thierry Vignaud | 2004-02-13 | 1 | -4/+3 |
| | |||||
* | (Gtk2::Banner->new) fix default banner size | Thierry Vignaud | 2004-02-13 | 1 | -1/+1 |
| | |||||
* | (new) use new Gtk2::Banner object for banner | Thierry Vignaud | 2004-02-13 | 1 | -12/+2 |
| | |||||
* | remove uneeded variable | Thierry Vignaud | 2004-02-13 | 1 | -1/+0 |
| | |||||
* | (Gtk2::Banner) move that widget from mcc into ugtk2 so that all tools | Thierry Vignaud | 2004-02-13 | 1 | -0/+40 |
| | | | | | can reuise it for their banners | ||||
* | (new) simplify banner rendering, make it cpu lighter | Thierry Vignaud | 2004-02-12 | 1 | -7/+3 |
| | |||||
* | better code for detecting if the window is hidden or not | Pascal Rigaux | 2004-02-10 | 1 | -3/+2 |
| | | | | | (fixes embedded drakconnect wizard should be popped window) (bugzilla #7246) | ||||
* | remove many warnings about unitialised value (causing a bug in diagnostics.pm?) | Pascal Rigaux | 2004-02-10 | 1 | -1/+1 |
| | |||||
* | remove show_all that breaks when there are some hidden windows | Pascal Rigaux | 2004-02-09 | 1 | -4/+4 |
| | |||||
* | allow set_modal for popped windows at install | Pascal Rigaux | 2004-02-09 | 1 | -1/+1 |
| | |||||
* | (new) remove unused flush() | Thierry Vignaud | 2004-02-06 | 1 | -1/+0 |
| |