| Commit message (Expand) | Author | Age | Files | Lines |
* | - progress bar wait_message: ensure it doesn't go crazy when asked to update | Pascal Rigaux | 2007-05-23 | 1 | -5/+9 |
* | re-sync after the big svn loss | Pascal Rigaux | 2007-04-25 | 5 | -816/+1055 |
* | titi's patch is wrong, the ->set_cursor being not done when selecting and exi... | Pascal Rigaux | 2005-09-19 | 1 | -3/+4 |
* | (create_treeview_list) run timer only once | Thierry Vignaud | 2005-09-16 | 1 | -1/+1 |
* | (create_treeview_list) workaround Gtk+ bug where it hides half the list (#18132) | Thierry Vignaud | 2005-09-16 | 1 | -1/+1 |
* | cleanup (translate late, and move methods to upper class) | Pascal Rigaux | 2005-08-30 | 3 | -24/+0 |
* | fill in missing titles for banners and specify icons | Thierry Vignaud | 2005-08-27 | 1 | -1/+1 |
* | do not crash in create_treeview_tree with allow_empty_list and really empty l... | Olivier Blin | 2005-08-24 | 1 | -8/+10 |
* | really make ComboBox with tree inside work | Pascal Rigaux | 2005-08-09 | 1 | -10/+14 |
* | modify ComboBox with a tree inside to follow previous __create_tree_model() c... | Pascal Rigaux | 2005-08-09 | 1 | -9/+7 |
* | fix indentation | Pascal Rigaux | 2005-08-09 | 1 | -32/+32 |
* | better that way | Pascal Rigaux | 2005-08-09 | 1 | -1/+1 |
* | revamp code | Pascal Rigaux | 2005-08-09 | 1 | -52/+52 |
* | simplify | Pascal Rigaux | 2005-08-09 | 1 | -1/+1 |
* | no need to explicitly show | Pascal Rigaux | 2005-08-09 | 1 | -2/+2 |
* | don't apply {format} twice | Pascal Rigaux | 2005-08-09 | 1 | -1/+1 |
* | rename setlocale() as init_setlocale() since it's more meaninfull regarding i... | Thierry Vignaud | 2005-06-30 | 1 | -1/+1 |
* | make perl_checker happy | Pascal Rigaux | 2005-06-03 | 1 | -1/+1 |
* | (ask_fromW) simplify | Thierry Vignaud | 2005-06-01 | 1 | -2/+1 |
* | (ask_fromW) do not use next in callback | Thierry Vignaud | 2005-06-01 | 1 | -1/+1 |
* | (ask_fromW) fix set/get from sub leaf of ComboBox with tree | Thierry Vignaud | 2005-05-27 | 1 | -7/+11 |
* | (ask_fromW) help perl_checker | Thierry Vignaud | 2005-05-26 | 1 | -1/+4 |
* | fix setting a combobox with a tree | Thierry Vignaud | 2005-05-26 | 1 | -1/+6 |
* | (__create_tree_model, create_treeview_tree, ask_fromW) enable to use ComboBox... | Thierry Vignaud | 2005-05-26 | 1 | -22/+51 |
* | fix canceling managment in text mode | Thierry Vignaud | 2005-05-22 | 1 | -2/+2 |
* | handle 'wizcancel' | Thierry Vignaud | 2005-05-18 | 1 | -1/+6 |
* | (ask_fromW) remove dead code | Thierry Vignaud | 2005-03-16 | 1 | -1/+0 |
* | (ask_fromW) remove unecessary sync (which was needed to workaround | Thierry Vignaud | 2005-03-16 | 1 | -1/+1 |
* | - fix displaying "Advanced" instead of "Basic" in advanced_state by default | Pascal Rigaux | 2005-02-23 | 1 | -5/+4 |
* | create ->ask_filename and ->ask_directory to replace ->ask_file | Pascal Rigaux | 2005-02-15 | 1 | -5/+11 |
* | change packing for the widgets given | Pascal Rigaux | 2005-01-15 | 1 | -6/+3 |
* | - move set_main_window_size() from ugtk2 to mygtk2 | Pascal Rigaux | 2005-01-15 | 1 | -1/+1 |
* | allow passing gtk widgets to ->wait_message | Pascal Rigaux | 2005-01-15 | 1 | -2/+3 |
* | - fix displaying wait_message | Pascal Rigaux | 2005-01-14 | 1 | -3/+9 |
* | have separate SizeGroup's for advanced and non advanced entries | Pascal Rigaux | 2005-01-12 | 1 | -4/+4 |
* | rewrite wait_messageW using mygtk2 | Pascal Rigaux | 2005-01-12 | 1 | -22/+23 |
* | create "MagicWindow" in mygtk2 out of ugtk2::new() | Pascal Rigaux | 2005-01-11 | 1 | -1/+1 |
* | change set_main_window_size() prototype | Pascal Rigaux | 2005-01-11 | 1 | -1/+1 |
* | simplify using {pop_it} | Pascal Rigaux | 2005-01-10 | 1 | -3/+1 |
* | $w->{isEmbedded} is unused | Pascal Rigaux | 2005-01-07 | 1 | -1/+1 |
* | $w->{isWizard} is unused | Pascal Rigaux | 2005-01-07 | 1 | -1/+1 |
* | on a label, we must use ->get_text, not ->get | Pascal Rigaux | 2005-01-06 | 1 | -1/+1 |
* | better layout: | Pascal Rigaux | 2004-12-31 | 1 | -9/+3 |
* | better english (writing style rather than spoken one) | Thierry Vignaud | 2004-12-13 | 3 | -6/+6 |
* | remove some unneeded ";", add some for normalization (as told by perl_checker) | Pascal Rigaux | 2004-11-18 | 3 | -3/+3 |
* | - disable the new gtk smart search which display an entry box | Pascal Rigaux | 2004-09-29 | 1 | -2/+4 |
* | for ask_warn with big text, create a bigger window | Pascal Rigaux | 2004-09-10 | 1 | -1/+2 |
* | introduce {more_buttons} to allow the "Release Notes" button. ugly, but it wo... | Pascal Rigaux | 2004-09-10 | 1 | -6/+9 |
* | - we need unicode_start, which need kbd_mode and a real "echo" command | Pascal Rigaux | 2004-09-03 | 1 | -1/+10 |
* | perl_checker compliance | Pascal Rigaux | 2004-08-11 | 1 | -1/+1 |