summaryrefslogtreecommitdiffstats
path: root/perl-install/ugtk2.pm
Commit message (Expand)AuthorAgeFilesLines
* (_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
* - symbolic keys are backThierry Vignaud2003-07-101-4/+5
* move toggle_expansion helper in the right namespaceThierry Vignaud2003-07-091-0/+1
* add Gtk2::TreeView->toggle_expansion helper for rpmdrakeThierry Vignaud2003-07-091-0/+11
* get rid of equalsThierry Vignaud2003-07-091-3/+4
* fix row fillingThierry Vignaud2003-07-091-2/+2
* fix gtk2::entry->new_with_textThierry Vignaud2003-07-091-1/+1
* remove debugging traceThierry Vignaud2003-07-091-1/+0
* typo fixThierry Vignaud2003-07-091-1/+1
* switch from gtk2-perl to gtk2-perl-xsThierry Vignaud2003-07-091-46/+82
* increase gui coherency of drakxtools vs other gtk+ apps: use stock iconsThierry Vignaud2003-07-061-12/+12
* (create_dialog) add use_markup in order to hint the usage of pango attributesThierry Vignaud2003-07-011-1/+2
* calling Gtk2->set_locale at each ugtk2 object creation should beGuillaume Cottenceau2003-06-271-2/+0
* create_box_with_title: chinese langs also need to always useGuillaume Cottenceau2003-06-181-1/+1
* change a bit how strings are passed to advertising systemGuillaume Cottenceau2003-06-121-2/+28
* get_text_coord: fix heights handling: use real height of eachGuillaume Cottenceau2003-06-121-8/+19
* get_text_coord: fix wrapping broken (gc sux)Guillaume Cottenceau2003-06-111-1/+1
* change ask_browse_tree_info_given_widgets andGuillaume Cottenceau2003-06-111-4/+5
* bug fixed in upstream gtk2Guillaume Cottenceau2003-06-111-4/+3
* ask_browse_tree_info: set_rules_hint(1)Guillaume Cottenceau2003-06-111-0/+1
* ensure N() is not called before ugtk2 is initialised, otherwisePascal Rigaux2003-06-061-0/+2
* fix gc sux in 1.117 modfiying function behaviourGuillaume Cottenceau2003-05-211-1/+1