| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | (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 |
* | (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 |
* | 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 |
* | (new) fix pixel breaking non wizard embedded case while cleaning :-( | Thierry Vignaud | 2004-02-06 | 1 | -1/+1 |
* | shrink_topwindow: add (force gtk to recompute size of topwindow, when some ch... | Guillaume Cottenceau | 2004-02-06 | 1 | -0/+4 |
* | simplify _create_window() prototype | Pascal Rigaux | 2004-02-05 | 1 | -4/+4 |
* | (new) add a border too when embedded | Thierry Vignaud | 2004-02-05 | 1 | -1/+1 |
* | - rename $ugtk2::force_center used at install with $ugtk2::force_center_at_pos | Pascal Rigaux | 2004-02-04 | 1 | -70/+59 |
* | (gtk_TextView_get_log): handle errors | Pascal Rigaux | 2004-02-04 | 1 | -2/+2 |
* | use wrapped labels in various places | Thierry Vignaud | 2004-02-02 | 1 | -4/+4 |
* | add help method ->iter_each_children for Gtk2::TreeModel | Pascal Rigaux | 2004-01-30 | 1 | -0/+6 |
* | hack :( if ' ' is at the beginning of a text section, don't forget it, substi... | Guillaume Cottenceau | 2004-01-30 | 1 | -0/+3 |
* | advertising: | Guillaume Cottenceau | 2004-01-29 | 1 | -60/+65 |
* | - add gtk_new_TextView_get_log() and gtk_TextView_get_log() which allow | Pascal Rigaux | 2004-01-27 | 1 | -0/+55 |
* | add gtk_set_treelist | Pascal Rigaux | 2004-01-26 | 1 | -0/+7 |
* | perl_checker cleanups | Thierry Vignaud | 2004-01-22 | 1 | -2/+2 |
* | minor cleanups | Thierry Vignaud | 2004-01-22 | 1 | -4/+2 |
* | (gtkadd_widget) introduce it for size groups | Thierry Vignaud | 2004-01-22 | 1 | -1/+11 |
* | - fix sizing main window | Pascal Rigaux | 2004-01-21 | 1 | -2/+9 |
* | (reate_box_with_title) shrink TextView size to its minimal size in | Thierry Vignaud | 2004-01-19 | 1 | -1/+9 |
* | fix #6899: tools failling to popup windows while embedded | Thierry Vignaud | 2004-01-17 | 1 | -1/+1 |
* | do not create spurious top window when embedded (why does this fsck us | Thierry Vignaud | 2004-01-15 | 1 | -3/+3 |
* | - "Next->" => "Next" | Thierry Vignaud | 2004-01-13 | 1 | -2/+2 |
* | enable to access extra buttons $w->{buttons}{<label>} | Thierry Vignaud | 2004-01-13 | 1 | -2/+2 |
* | do not pack empty label before extra buttons if there'll be no button | Thierry Vignaud | 2004-01-13 | 1 | -2/+1 |
* | handle exceptions with Glib-1.020/Gtk2-1.022 | Thierry Vignaud | 2004-01-09 | 1 | -0/+1 |
* | (gtktext_insert) make it works with both Glib-0.95/Gtk2-0.95 and | Thierry Vignaud | 2004-01-09 | 1 | -2/+1 |
* | add a separator below buttons on fredc request | Thierry Vignaud | 2004-01-08 | 1 | -13/+16 |
* | _ask_dir: when a directory is selected, need a / in between the "filename" an... | Guillaume Cottenceau | 2003-12-30 | 1 | -1/+1 |
* | - simplify button layout | Thierry Vignaud | 2003-12-29 | 1 | -11/+20 |
* | - simplify button layout | Thierry Vignaud | 2003-12-29 | 1 | -2/+2 |
* | fix previous button place at install time | Thierry Vignaud | 2003-12-18 | 1 | -1/+1 |
* | fix spurious previous button at install time on wizards' first steps | Thierry Vignaud | 2003-12-18 | 1 | -1/+6 |