summaryrefslogtreecommitdiffstats
path: root/perl-install/ugtk2.pm
Commit message (Collapse)AuthorAgeFilesLines
...
* (ask_browse_tree_info): better look when embedded in a smaller windowPascal Rigaux2003-01-241-15/+16
|
* correctly pop when F2 (screenshots)Guillaume Cottenceau2003-01-221-1/+1
|
* revive F1, F2 and alt-e (dialogs for F1 and F2 are broken, though)Guillaume Cottenceau2003-01-221-22/+15
|
* seems like gdk_window_foreign_new is leaking as well..Guillaume Cottenceau2003-01-211-1/+2
|
* enlarge "steps" window a littlePascal Rigaux2003-01-211-2/+2
|
* (create_okcancel): rework to prepare next move, "Next" and "Previous" on the ↵Pascal Rigaux2003-01-211-4/+4
| | | | | | | left, and @other buttons on the right (create_hbox): do handle the layout parameter
* since gtkset_mousecursor is called by a timeout, don't leakGuillaume Cottenceau2003-01-211-1/+2
| | | | | memory because it can lead to problems on the long term
* fix a misc bug in rpmdrake (selecting a pkg doesn't work in certain ↵Guillaume Cottenceau2003-01-081-3/+9
| | | | | | | circumstances - seems to be when the treeview doesn't have the focus, for exa mple after a search) by changing a bit the way we handle button_press_event in ask_browse_tree_info
* ensure drakx don't need wiz_default_up.png and wiz_default_left.pngPascal Rigaux2003-01-081-26/+28
|
* - remove help (which was at the bottom)Pascal Rigaux2003-01-071-11/+18
| | | | | | | - wizard style - focus "Next" button by default (this is rough, some dialog boxes *need* changes before being able to complete (think root password dialog))
* CList and CTree being deprecated and unsupported in perl-gtk2,Thierry Vignaud2003-01-071-1/+1
| | | | | don't bother handle them
* (create_packtable): ScrolledWindow are not the only one allowed to grow,Pascal Rigaux2003-01-031-1/+1
| | | | | widgets with get_data('must_grow') set are allowed too
* titi's message annoys me too much.. removing itGuillaume Cottenceau2003-01-021-1/+1
|
* - Layout widget has native scrolling supportThierry Vignaud2003-01-021-2/+2
| | | | | - shadow parameter can always be used
* gtk+2 support for plug/socket is back since 2.1.5-2mdkThierry Vignaud2002-12-201-3/+1
|
* perl_checker fixesThierry Vignaud2002-12-181-1/+1
|
* disable embedded mode for now due to gtk+-2 bugsThierry Vignaud2002-12-181-1/+2
|
* fix wizards and draconnect:Thierry Vignaud2002-12-181-1/+1
| | | | | | | | | | it's the same code as in old my_gtk but i don't understand how it could have worked... yet the logic is quite simple : we add the "previous" button only if we're not in the wizard's first page; but the "next/finish" button must still be added, else the wizard is quite unusefull :-(
* - export gtkappend_pageDaouda Lo2002-12-171-2/+2
|
* - add gtkappend_page function (for gui building wizard)Daouda Lo2002-12-171-0/+7
|
* build automatically the font description if neededThierry Vignaud2002-12-161-1/+1
|
* fix string_size() usage in get_text_coord()Thierry Vignaud2002-12-161-1/+1
|
* remove exported names which are not definedPascal Rigaux2002-12-131-1/+1
|
* simplifyThierry Vignaud2002-12-121-4/+2
|
* add gtkmodify_font() and gtkset_property()Thierry Vignaud2002-12-121-1/+13
|
* reuse already consolided codeThierry Vignaud2002-12-111-2/+1
|
* reuse already consolided codeThierry Vignaud2002-12-111-2/+1
|
* add set_back_pixbuf() to let a widget paint itself a pixbuf in itsThierry Vignaud2002-12-111-1/+10
| | | | | background rather that doing this ourselves in rpmdrake or mcc
* remove dynamic theme choosing, and next/previous (F11/F12) handlingPascal Rigaux2002-12-091-6/+1
|
* remove code handling setstepPascal Rigaux2002-12-091-10/+0
|
* don't use unlessGuillaume Cottenceau2002-12-061-1/+1
|
* remove unused $_lanGuillaume Cottenceau2002-12-051-1/+0
|
* remove unused variables or rename them with an underscore (eg: $o becomes $_o)Pascal Rigaux2002-12-041-11/+11
|
* use if_() where possible (as reported by perl_checker)Pascal Rigaux2002-12-041-2/+2
|
* reverseMystery Man 5802002-12-041-3/+3
|
* clean upMystery Man 5802002-12-041-3/+3
|
* titisux, revert the pango pixels stuffMystery Man 5352002-12-031-6/+1
|
* misc fixesGuillaume Cottenceau2002-12-031-9/+2
|
* add gtktext_append() and uses itThierry Vignaud2002-12-031-2/+4
|
* make append option be usable as other onesThierry Vignaud2002-12-021-3/+2
|
* gtkfontinfo() is bugged since it uses a C macro which isThierry Vignaud2002-12-021-1/+7
| | | | | | (oh surprise) not in binary library .... : $fontinfo{$_} = Gtk2::Pango->PANGO_PIXELS($metrics->$func);
* - use useless when neededThierry Vignaud2002-12-021-3/+3
| | | | | | | | | - gtktext_insert() : add an append argument to prevent overwriting already present text in TextBuffer - gtkfontinfo() is bugged since it uses a C macro which is (oh surprise) not in binary library .... : $fontinfo{$_} = Gtk2::Pango->PANGO_PIXELS($metrics->$func);
* perl_checker fixesThierry Vignaud2002-11-281-2/+1
|
* fix create_factory_menu*(): since we get an object and not anymore aThierry Vignaud2002-11-281-2/+1
| | | | | hash, let just return factory as another variable...
* reflect calling style change of PANGO_PIXELSGuillaume Cottenceau2002-11-271-2/+1
|
* fix typo (gtkstring_size) thx to perl checkerGuillaume Cottenceau2002-11-261-1/+1
|
* make perl_checker happyPascal Rigaux2002-11-261-4/+4
|
* fix shadow bug due to wrong extraction of allocation dataGuillaume Cottenceau2002-11-261-2/+2
|
* two small fixesGuillaume Cottenceau2002-11-261-5/+3
|
* addGuillaume Cottenceau2002-11-261-0/+1255