| Commit message (Expand) | Author | Age | Files | Lines |
* | set_minmax_width was commented which caused the individual package selection | Pascal Rigaux | 2003-08-29 | 1 | -1/+2 |
* | (create_dialog) enable to pass an already created Gtk2::Label | Thierry Vignaud | 2003-08-28 | 1 | -2/+1 |
* | as discussed with david, gc, laurent & pixel early this week, since | Thierry Vignaud | 2003-08-23 | 1 | -2/+2 |
* | CJK fixes: use newly introduced Gtk2::WrappedLabel package | Thierry Vignaud | 2003-08-22 | 1 | -2/+2 |
* | introduce Gtk2::WrappedLabel to factorize fixed labels for CJK | Thierry Vignaud | 2003-08-22 | 1 | -0/+7 |
* | (gtkset_line_wrap) export it | Thierry Vignaud | 2003-08-22 | 1 | -2/+2 |
* | - (gtkset_line_wrap) introduce a Gtk2::Label wrapper for | Thierry Vignaud | 2003-08-21 | 1 | -5/+10 |
* | only access $::o->{mouse}{unsafe} during install | Pascal Rigaux | 2003-08-21 | 1 | -1/+1 |
* | move ugtk2 related language fixes into ugtk2 jail | Thierry Vignaud | 2003-08-21 | 1 | -0/+3 |
* | chinese badly wrap with labels too | Thierry Vignaud | 2003-08-21 | 1 | -1/+1 |
* | the scrolled text is correctly sized, so do not let it compete with | Thierry Vignaud | 2003-08-21 | 1 | -1/+1 |
* | standalone wizards: increase height to prevent some hidden or cutted | Thierry Vignaud | 2003-08-20 | 1 | -1/+1 |
* | remove broken and unused gtkexpand() | Thierry Vignaud | 2003-08-19 | 1 | -2/+1 |
* | (_create_dialog, create_dialog) let support the same api as new() and | Thierry Vignaud | 2003-08-18 | 1 | -0/+1 |
* | (info_dialog) introduce another dialog helper | Thierry Vignaud | 2003-08-18 | 1 | -1/+8 |
* | kill buggy and no more used gtkbuttonset() | Thierry Vignaud | 2003-08-18 | 1 | -5/+0 |
* | perl_checker compliance | Pascal Rigaux | 2003-08-11 | 1 | -2/+2 |
* | add gtkset_alignment | Guillaume Cottenceau | 2003-08-08 | 1 | -1/+2 |
* | do not invert Ok/Cancel for mdk 9.2 (per IHM team request) | Pascal Rigaux | 2003-08-05 | 1 | -1/+1 |
* | remove stock icons (per IHM team request) | Pascal Rigaux | 2003-08-05 | 1 | -13/+13 |
* | fix not possible to select with mouse anymore (rpmdrake etc) | Guillaume Cottenceau | 2003-08-04 | 1 | -4/+3 |
* | revert "use checkboxes instead of icons" | Guillaume Cottenceau | 2003-08-04 | 1 | -32/+10 |
* | don't export destroy_window(), this function doesn't exist! (thanks to perl_c... | Pascal Rigaux | 2003-08-04 | 1 | -1/+1 |
* | perl_checker compliance | Pascal Rigaux | 2003-08-04 | 1 | -3/+3 |
* | disable selecting text and popping the contextual menu | Pascal Rigaux | 2003-08-04 | 1 | -0/+1 |
* | replace signal_disconnect with signal_handler_disconnect (needed for perl-gtk... | Pascal Rigaux | 2003-08-01 | 1 | -1/+1 |
* | intermediate commit to completely broken ugtk2 for handling tree, in order for | Francois Pons | 2003-07-30 | 1 | -14/+17 |
* | labels are not able to correctly handle long texts, so rollback to using | Pascal Rigaux | 2003-07-29 | 1 | -0/+16 |
* | work in progress (follow interface team recommendation) : use | Thierry Vignaud | 2003-07-25 | 1 | -9/+33 |
* | new binding returns a list intead of an array ref | Thierry Vignaud | 2003-07-18 | 1 | -3/+3 |
* | do not exit the whole app when one destroy a dialog | Thierry Vignaud | 2003-07-17 | 1 | -1/+0 |
* | (_create_dialog) default is "as much as needed" size | Thierry Vignaud | 2003-07-17 | 1 | -1/+1 |
* | perl_checker fixes | Thierry Vignaud | 2003-07-17 | 1 | -5/+5 |
* | center_always is unuser-friendly | Thierry Vignaud | 2003-07-17 | 1 | -2/+1 |
* | - ihm team said: always use labels, textview are stupid nonsenses | Thierry Vignaud | 2003-07-17 | 1 | -18/+1 |
* | use stock items in wizards | Thierry Vignaud | 2003-07-17 | 1 | -2/+2 |
* | (warn_dialog, err_dialog) fix passing dialog options to | Thierry Vignaud | 2003-07-15 | 1 | -0/+2 |
* | - (create_dialog) | Thierry Vignaud | 2003-07-14 | 1 | -2/+20 |
* | (destroy_window) kill it since it is no more used for quite some time | Thierry Vignaud | 2003-07-14 | 1 | -8/+0 |
* | for more GUIes coherency, GtkOptionMenu is recommended instead of a combo if | Thierry Vignaud | 2003-07-14 | 1 | -0/+62 |
* | sanitize button layouts: | Thierry Vignaud | 2003-07-14 | 1 | -7/+7 |
* | split create_dialog() into create_dialog() wrapper and _create_dialog() | Thierry Vignaud | 2003-07-14 | 1 | -7/+14 |
* | - symbolic keys are back | Thierry Vignaud | 2003-07-10 | 1 | -4/+5 |
* | move toggle_expansion helper in the right namespace | Thierry Vignaud | 2003-07-09 | 1 | -0/+1 |
* | add Gtk2::TreeView->toggle_expansion helper for rpmdrake | Thierry Vignaud | 2003-07-09 | 1 | -0/+11 |
* | get rid of equals | Thierry Vignaud | 2003-07-09 | 1 | -3/+4 |
* | fix row filling | Thierry Vignaud | 2003-07-09 | 1 | -2/+2 |
* | fix gtk2::entry->new_with_text | Thierry Vignaud | 2003-07-09 | 1 | -1/+1 |
* | remove debugging trace | Thierry Vignaud | 2003-07-09 | 1 | -1/+0 |
* | typo fix | Thierry Vignaud | 2003-07-09 | 1 | -1/+1 |