| Commit message (Expand) | Author | Age | Files | Lines |
* | - 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 |
* | switch from gtk2-perl to gtk2-perl-xs | Thierry Vignaud | 2003-07-09 | 1 | -46/+82 |
* | increase gui coherency of drakxtools vs other gtk+ apps: use stock icons | Thierry Vignaud | 2003-07-06 | 1 | -12/+12 |
* | (create_dialog) add use_markup in order to hint the usage of pango attributes | Thierry Vignaud | 2003-07-01 | 1 | -1/+2 |
* | calling Gtk2->set_locale at each ugtk2 object creation should be | Guillaume Cottenceau | 2003-06-27 | 1 | -2/+0 |
* | create_box_with_title: chinese langs also need to always use | Guillaume Cottenceau | 2003-06-18 | 1 | -1/+1 |
* | change a bit how strings are passed to advertising system | Guillaume Cottenceau | 2003-06-12 | 1 | -2/+28 |
* | get_text_coord: fix heights handling: use real height of each | Guillaume Cottenceau | 2003-06-12 | 1 | -8/+19 |
* | get_text_coord: fix wrapping broken (gc sux) | Guillaume Cottenceau | 2003-06-11 | 1 | -1/+1 |
* | change ask_browse_tree_info_given_widgets and | Guillaume Cottenceau | 2003-06-11 | 1 | -4/+5 |
* | bug fixed in upstream gtk2 | Guillaume Cottenceau | 2003-06-11 | 1 | -4/+3 |
* | ask_browse_tree_info: set_rules_hint(1) | Guillaume Cottenceau | 2003-06-11 | 1 | -0/+1 |
* | ensure N() is not called before ugtk2 is initialised, otherwise | Pascal Rigaux | 2003-06-06 | 1 | -0/+2 |
* | fix gc sux in 1.117 modfiying function behaviour | Guillaume Cottenceau | 2003-05-21 | 1 | -1/+1 |
* | gtktext_insert: fix indenting of one line, takes that as a | Guillaume Cottenceau | 2003-05-21 | 1 | -12/+12 |
* | beautify titi | Guillaume Cottenceau | 2003-05-21 | 1 | -1/+1 |
* | (gtktext_append) fix gtktext_insert() call | Thierry Vignaud | 2003-05-21 | 1 | -1/+1 |
* | perl_checker fix | Thierry Vignaud | 2003-05-16 | 1 | -1/+1 |
* | (create_dialog) scroll window if needed | Thierry Vignaud | 2003-05-15 | 1 | -1/+2 |
* | - (create_dialog) : | Thierry Vignaud | 2003-05-15 | 1 | -4/+5 |
* | (create_dialog) : | Thierry Vignaud | 2003-05-15 | 1 | -3/+3 |
* | (create_dialog): | Thierry Vignaud | 2003-04-30 | 1 | -4/+4 |
* | remove export for two removed functions | Guillaume Cottenceau | 2003-04-30 | 1 | -2/+2 |
* | perl_checker can parse me at last | Guillaume Cottenceau | 2003-04-29 | 1 | -20/+3 |
* | perl_checker adaptations + fixes | Pascal Rigaux | 2003-04-24 | 1 | -5/+6 |
* | new perl_checker compliance | Pascal Rigaux | 2003-04-17 | 1 | -18/+20 |
* | comply to new each_index behaviour | Pascal Rigaux | 2003-04-16 | 1 | -3/+3 |
* | after adding gtk_text_buffer_place_cursor in gtk2-perl, use it here :) | Guillaume Cottenceau | 2003-04-03 | 1 | -3/+2 |
* | fix #3633 (cursor at the end of TextView after gtktext_insert) | Guillaume Cottenceau | 2003-04-03 | 1 | -4/+11 |
* | perl_checker fixes | Thierry Vignaud | 2003-04-01 | 1 | -2/+2 |
* | fix non-important (but still valid) part of #2488, a.k.a package tree not exp... | Guillaume Cottenceau | 2003-03-12 | 1 | -1/+2 |
* | refine the already dirty code to workaround gtk bug leading to bugzilla #1445... | Guillaume Cottenceau | 2003-03-07 | 1 | -1/+3 |
* | fix rpmdrake dumping core when multiple searchs in | Guillaume Cottenceau | 2003-03-07 | 1 | -1/+13 |
* | fix #2672 | Thierry Vignaud | 2003-03-06 | 1 | -1/+0 |
* | (n_line_size): spacing for default font using XFT is 3 | Pascal Rigaux | 2003-03-03 | 1 | -1/+1 |
* | perl checko says we need to use parentheses with ref | Guillaume Cottenceau | 2003-02-28 | 1 | -1/+1 |
* | hugly hack because GtkLabel doesn't wrap when using languages that don't cont... | Guillaume Cottenceau | 2003-02-28 | 1 | -1/+2 |
* | - (create_factory_popup_menu): introduce it for embedded harddrake2 | Thierry Vignaud | 2003-02-27 | 1 | -5/+6 |
* | final embedding cleanups | Thierry Vignaud | 2003-02-24 | 1 | -1/+1 |
* | - clean up embedding; since socket automatically emit plug-added gtk+ signal | Thierry Vignaud | 2003-02-24 | 1 | -1/+0 |
* | - clean up embedding; since socket get automatically destroyed on child exit | Thierry Vignaud | 2003-02-24 | 1 | -1/+0 |
* | embedded should segfault a bit less if I don't let the embedded | Guillaume Cottenceau | 2003-02-21 | 1 | -2/+2 |
* | when isEmbedded, use $::WizardTable to allow non pop_it when not visible | Pascal Rigaux | 2003-02-21 | 1 | -6/+11 |