summaryrefslogtreecommitdiffstats
path: root/perl-install/interactive/gtk.pm
Commit message (Expand)AuthorAgeFilesLines
* (wait_messageW) prevent calling set_title() w/o a titleThierry Vignaud2013-11-241-1/+1
* Gtk3::ComboBoxEntry->new_text -> Gtk3::ComboBoxText->new_with_entryThierry Vignaud2013-11-241-1/+1
* ->child() => ->get_child()Thierry Vignaud2013-11-241-4/+4
* use new mygtk3::root_window_size()Thierry Vignaud2013-11-241-1/+1
* Gtk3::TreeViewColumn implements the Gtk3::CellLayout interface, which provide...Thierry Vignaud2013-11-241-1/+1
* (create_boxradio,create_widgets) adapt to new tooltips APIThierry Vignaud2013-11-241-4/+2
* Gtk3::ComboBox->new_text => Gtk3::ComboBoxText->newThierry Vignaud2013-11-241-1/+1
* use Gtk3 namespace instead of Gtk2Thierry Vignaud2013-11-241-47/+47
* "Gtk2::Gdk::Keysyms{XYZ}" => "Gtk3::Gdk::KEY_XYZ"Thierry Vignaud2013-11-241-5/+4
* use (my|u)gtk3 instead of *tk2Thierry Vignaud2013-11-241-27/+27
* one less "/" in pathThierry Vignaud2013-04-051-1/+1
* fix finding translated help (mga#9619)Thierry Vignaud2013-04-051-2/+2
* fork displaying help, thus workarounding a webkit segfault (mga#9124)Thierry Vignaud2013-03-041-4/+14
* (create_widget) fix quitting app when closing "advanced" dialogThierry Vignaud2012-12-131-1/+5
* (create_widget) add support for 'advanced_title'Thierry Vignaud2012-12-101-1/+1
* perl_checker cleanupsThierry Vignaud2012-03-231-5/+3
* Synthesized commit during git-svn import combining previous Mandriva history ...Mageia SVN-Git Migration2011-02-061-1/+1
* (create_widget) fix displaying arrowsThierry Vignaud2009-10-091-1/+1
* (create_widget) remember real kind thus fixing crash on clickingThierry Vignaud2009-10-051-2/+3
* (create_widget) stock kind in a local variableThierry Vignaud2009-10-051-1/+2
* (create_widget) defer using local case where neededThierry Vignaud2009-10-051-1/+1
* (create_widget) use stock icons for up & down buttons in order to packThierry Vignaud2009-09-171-3/+15
* perl_checker cleanupsThierry Vignaud2009-09-171-4/+4
* - mygtk2:Aurélien Lefebvre2009-09-081-34/+7
* - adduserdrake:Aurélien Lefebvre2009-09-081-0/+13
* - adduserdrake: Aurélien Lefebvre2009-09-031-10/+10
* - drakbootAurélien Lefebvre2009-08-201-1/+1
* (create_widget) fix 'N_() must be used with a string', thus fixing theThierry Vignaud2009-08-191-1/+1
* - added the ability to add up/down buttons in add_modify_remove listAurélien Lefebvre2009-08-171-1/+6
* - added password weakness display feature in interactiveAurélien Lefebvre2009-08-171-1/+20
* Properly handle hidden variables in installer.Eugeni Dodonov2009-06-121-1/+1
* Added support for toggling 'hidden' parameter on widgets.Eugeni Dodonov2009-05-141-0/+1
* (create_widgets) explain latest commitThierry Vignaud2009-03-181-0/+1
* (create_widgets) fix doble clicking on 'accept' on license screenThierry Vignaud2009-03-181-1/+1
* (is_help_file_exist) fix signature callThierry Vignaud2009-03-111-1/+1
* (get_html_file) workaround latest webkit thus fixing displaying helpThierry Vignaud2009-03-111-0/+1
* simplify through first()/second()Thierry Vignaud2009-01-271-1/+1
* - use "ComboBoxEntry" gtk2 widget instead of "Combo" (which is deprecated),Pascal Rigaux2009-01-191-16/+3
* oops, fix typo in previous commitPascal Rigaux2009-01-191-2/+2
* make things more clear (needed for next commit):Pascal Rigaux2009-01-191-3/+3
* drop special case for non-editable combo boxes with large labels. Pascal Rigaux2009-01-191-5/+2
* (enable_sync_flush,sync_flush) split them out of wait_messageW() so thatThierry Vignaud2008-10-111-2/+2
* (load_from_uri,get_html_file) handle anchors in HTML help IDsThierry Vignaud2008-10-021-6/+5
* revert r247290, seems to break image loading ; was:Thierry Vignaud2008-10-011-1/+1
* (is_help_file_exist) explainThierry Vignaud2008-10-011-0/+1
* (is_help_file_exist) introduce itThierry Vignaud2008-10-011-0/+6
* remove extra "/" in help pathThierry Vignaud2008-10-011-1/+1
* (get_html_file,display_help) add basic support for anchorsThierry Vignaud2008-09-301-1/+3
* (create_boxradio) add spacing between radio buttons for readability (#44332)Thierry Vignaud2008-09-291-1/+1
* use mygtk2 for WebKitThierry Vignaud2008-09-261-1/+1