summaryrefslogtreecommitdiffstats
path: root/perl-install/ugtk2.pm
Commit message (Expand)AuthorAgeFilesLines
* merge fixes from HEADThierry Vignaud2004-06-141-1/+1
* better error logging when gtkcreate_img or gtkcreate_pixbuf can't find the imagePascal Rigaux2004-05-111-2/+2
* perl_checker compliancePascal Rigaux2004-05-111-2/+2
* (shrink_topwindow) support both 10.0 and cookerThierry Vignaud2004-04-231-1/+5
* create frame with a border witdth (titi rulez)Damien Chaumette2004-04-231-1/+6
* (shrink_topwindow) fix faillure with perl-Gtk+-1.04x (#9411)Thierry Vignaud2004-04-061-1/+1
* space cleanupThierry Vignaud2004-04-011-1/+1
* fix relative file names (mostly (only?) for debugging)Pascal Rigaux2004-03-301-1/+1
* - fix _find_imgfile()Pascal Rigaux2004-03-191-8/+13
* new helper function may_set_icon that takes care of missing wiz_default_up du...Pascal Rigaux2004-03-181-4/+10
* (_create_dialog) set x11 icon for dialogs tooThierry Vignaud2004-03-171-0/+1
* (new) fix x11 icon for Gtk2::PlugThierry Vignaud2004-03-171-2/+1
* (_find_imgfile) prevent matching subdirectory (eg: harddrake)Thierry Vignaud2004-03-171-1/+1
* fix typoPascal Rigaux2004-03-161-1/+1
* - add $ugtk2::wm_icon (esp. for park-rpmdrake)Pascal Rigaux2004-03-161-4/+5
* (new) set x11 icon for non wizard toolsThierry Vignaud2004-03-161-0/+1
* (new) set default x11 iconThierry Vignaud2004-03-161-0/+3
* (gtktext_insert) if we want anonymous tags, just create anonymous tagsThierry Vignaud2004-03-111-4/+3
* (Gtk2::WrappedLabel::new) fix unusing labelThierry Vignaud2004-03-081-1/+1
* (Gtk2::WrappedLabel::new) enable to alter default alignmentThierry Vignaud2004-03-081-2/+2
* enable exception managment even at install time (installer set $::no_ugtk_init)Thierry Vignaud2004-03-041-1/+1
* (create_packtable) wrap labels by defaultThierry Vignaud2004-03-011-1/+1
* (Gtk2::WrappedLabel::new) left align labels by defaultThierry Vignaud2004-03-011-1/+1
* (set_back_pixmap) export itThierry Vignaud2004-02-271-2/+2
* (Gtk2::Banner::new) add o_otions ref hash parameter, thus enabling toThierry Vignaud2004-02-261-2/+3
* (set_back_pixmap) split it out of Gtk2::Banner::set_pixmapThierry Vignaud2004-02-261-8/+13
* (Gtk2::Banner::new) create only *one* expose event handlerThierry Vignaud2004-02-261-7/+8
* (Gtk2::Banner::set_pixmap) stop expose event propagation so thatThierry Vignaud2004-02-261-0/+1
* ask_browse_tree_info_given_widgets: allow for an initialGuillaume Cottenceau2004-02-261-0/+1
* don't force buttons a size related to $::windowwidth since this is no more us...Guillaume Cottenceau2004-02-201-1/+1
* use $ugtk2::current_window in place of @interactive::objects (which was unuse...Pascal Rigaux2004-02-191-6/+7
* we don't need warp_text since we have WrappedLabelPascal Rigaux2004-02-191-2/+2
* fix _ask_file (tested in wizard, normal and embedded)Pascal Rigaux2004-02-191-5/+10
* fix titi sucks (Advanced and Help were broken)Pascal Rigaux2004-02-191-1/+1
* (create_okcancel) enable to specify that some buttons must be at rightThierry Vignaud2004-02-181-15/+16
* enforce gnome button order everywhere (interface team request)Thierry Vignaud2004-02-171-7/+2
* during install, "Ok" is on the right, like gnome not kdePascal Rigaux2004-02-161-2/+2
* do not try setting transcient hint when embeddedThierry Vignaud2004-02-131-2/+2
* use center-on-parent for popped windowsPascal Rigaux2004-02-131-0/+1
* (create_scrolled_window) add relief for TreeViews too (interface teamThierry Vignaud2004-02-131-1/+1
* (new) simplify WizardTableThierry Vignaud2004-02-131-4/+3
* (Gtk2::Banner->new) fix default banner sizeThierry Vignaud2004-02-131-1/+1
* (new) use new Gtk2::Banner object for bannerThierry Vignaud2004-02-131-12/+2
* remove uneeded variableThierry Vignaud2004-02-131-1/+0
* (Gtk2::Banner) move that widget from mcc into ugtk2 so that all toolsThierry Vignaud2004-02-131-0/+40
* (new) simplify banner rendering, make it cpu lighterThierry Vignaud2004-02-121-7/+3
* better code for detecting if the window is hidden or notPascal Rigaux2004-02-101-3/+2
* remove many warnings about unitialised value (causing a bug in diagnostics.pm?)Pascal Rigaux2004-02-101-1/+1
* remove show_all that breaks when there are some hidden windowsPascal Rigaux2004-02-091-4/+4
* allow set_modal for popped windows at installPascal Rigaux2004-02-091-1/+1