summaryrefslogtreecommitdiffstats
path: root/perl-install/ugtk2.pm
Commit message (Expand)AuthorAgeFilesLines
* mnemonics by default suck bigtime!Guillaume Cottenceau2003-09-231-1/+1
* don't pack_end two times a button, this causes a Gtk Critical and we never kn...Guillaume Cottenceau2003-09-111-1/+1
* use center_always for popped windows (if transient is not used), and force ce...Pascal Rigaux2003-09-111-2/+5
* remove too verbose _XSetInputFocus logPascal Rigaux2003-09-091-1/+0
* fixing keyboard focus during install:Pascal Rigaux2003-09-081-4/+21
* _ask_file: don't forget to overwrite $o->{window} as well or elseGuillaume Cottenceau2003-09-011-1/+1
* (create_dialog) do not scroll labels by defaultThierry Vignaud2003-08-311-1/+1
* fix dialogs height: replace"small" option by "height" & "weight" onesThierry Vignaud2003-08-311-4/+4
* set_minmax_width was commented which caused the individual package selectionPascal Rigaux2003-08-291-1/+2
* (create_dialog) enable to pass an already created Gtk2::LabelThierry Vignaud2003-08-281-2/+1
* as discussed with david, gc, laurent & pixel early this week, sinceThierry Vignaud2003-08-231-2/+2
* CJK fixes: use newly introduced Gtk2::WrappedLabel packageThierry Vignaud2003-08-221-2/+2
* introduce Gtk2::WrappedLabel to factorize fixed labels for CJKThierry Vignaud2003-08-221-0/+7
* (gtkset_line_wrap) export itThierry Vignaud2003-08-221-2/+2
* - (gtkset_line_wrap) introduce a Gtk2::Label wrapper forThierry Vignaud2003-08-211-5/+10
* only access $::o->{mouse}{unsafe} during installPascal Rigaux2003-08-211-1/+1
* move ugtk2 related language fixes into ugtk2 jailThierry Vignaud2003-08-211-0/+3
* chinese badly wrap with labels tooThierry Vignaud2003-08-211-1/+1
* the scrolled text is correctly sized, so do not let it compete withThierry Vignaud2003-08-211-1/+1
* standalone wizards: increase height to prevent some hidden or cuttedThierry Vignaud2003-08-201-1/+1
* remove broken and unused gtkexpand()Thierry Vignaud2003-08-191-2/+1
* (_create_dialog, create_dialog) let support the same api as new() andThierry Vignaud2003-08-181-0/+1
* (info_dialog) introduce another dialog helperThierry Vignaud2003-08-181-1/+8
* kill buggy and no more used gtkbuttonset()Thierry Vignaud2003-08-181-5/+0
* perl_checker compliancePascal Rigaux2003-08-111-2/+2
* add gtkset_alignmentGuillaume Cottenceau2003-08-081-1/+2
* do not invert Ok/Cancel for mdk 9.2 (per IHM team request)Pascal Rigaux2003-08-051-1/+1
* remove stock icons (per IHM team request)Pascal Rigaux2003-08-051-13/+13
* fix not possible to select with mouse anymore (rpmdrake etc)Guillaume Cottenceau2003-08-041-4/+3
* revert "use checkboxes instead of icons"Guillaume Cottenceau2003-08-041-32/+10
* don't export destroy_window(), this function doesn't exist! (thanks to perl_c...Pascal Rigaux2003-08-041-1/+1
* perl_checker compliancePascal Rigaux2003-08-041-3/+3
* disable selecting text and popping the contextual menuPascal Rigaux2003-08-041-0/+1
* replace signal_disconnect with signal_handler_disconnect (needed for perl-gtk...Pascal Rigaux2003-08-011-1/+1
* intermediate commit to completely broken ugtk2 for handling tree, in order forFrancois Pons2003-07-301-14/+17
* labels are not able to correctly handle long texts, so rollback to usingPascal Rigaux2003-07-291-0/+16
* work in progress (follow interface team recommendation) : useThierry Vignaud2003-07-251-9/+33
* new binding returns a list intead of an array refThierry Vignaud2003-07-181-3/+3
* do not exit the whole app when one destroy a dialogThierry Vignaud2003-07-171-1/+0
* (_create_dialog) default is "as much as needed" sizeThierry Vignaud2003-07-171-1/+1
* perl_checker fixesThierry Vignaud2003-07-171-5/+5
* center_always is unuser-friendlyThierry Vignaud2003-07-171-2/+1
* - ihm team said: always use labels, textview are stupid nonsensesThierry Vignaud2003-07-171-18/+1
* use stock items in wizardsThierry Vignaud2003-07-171-2/+2
* (warn_dialog, err_dialog) fix passing dialog options toThierry Vignaud2003-07-151-0/+2
* - (create_dialog)Thierry Vignaud2003-07-141-2/+20
* (destroy_window) kill it since it is no more used for quite some timeThierry Vignaud2003-07-141-8/+0
* for more GUIes coherency, GtkOptionMenu is recommended instead of a combo ifThierry Vignaud2003-07-141-0/+62
* sanitize button layouts:Thierry Vignaud2003-07-141-7/+7
* split create_dialog() into create_dialog() wrapper and _create_dialog()Thierry Vignaud2003-07-141-7/+14