Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | | | | | pretext to redo whole function identing without tabs | ||||
* | 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 |
| | | | | | | | | | o options are passed through a hash ref o wrap text o update caller list - harddrake2: convert to use create_dialog() instead of interactive->warn (fix #3487) | ||||
* | (create_dialog) : | Thierry Vignaud | 2003-05-15 | 1 | -3/+3 |
| | | | | | | - update caller list - add title parameter and update callers | ||||
* | (create_dialog): | Thierry Vignaud | 2003-04-30 | 1 | -4/+4 |
| | | | | | | - second parameter really is optionnal - do not blindly set the title to logdrake, this is used elsewhere | ||||
* | 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 |
| | | | | | remove a few memory leaks | ||||
* | 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 ↵ | Guillaume Cottenceau | 2003-03-12 | 1 | -1/+2 |
| | | | | expanding visually when it should (needs the mouse pointer over it to be updated visually) | ||||
* | refine the already dirty code to workaround gtk bug leading to bugzilla ↵ | Guillaume Cottenceau | 2003-03-07 | 1 | -1/+3 |
| | | | | #1445 (clicking two times too fast still lead to same problem) | ||||
* | fix rpmdrake dumping core when multiple searchs in | Guillaume Cottenceau | 2003-03-07 | 1 | -1/+13 |
| | | | | | "selected" and "upgradable" sorting modes (#2899) | ||||
* | 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 ↵ | Guillaume Cottenceau | 2003-02-28 | 1 | -1/+2 |
| | | | | contain spaces | ||||
* | - (create_factory_popup_menu): introduce it for embedded harddrake2 | Thierry Vignaud | 2003-02-27 | 1 | -5/+6 |
| | | | | | | | - embedding cleanups: o give access to top-level gtk2::plug widget o reuse gtkshow | ||||
* | 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 |
| | | | | | | | | | | when plug is realize, it's just cleaner to centralize/consolidate the child embedding in mcc this of course, need a newer up-to-date mcc what's more, it allows to remove the somewhat mythical "$::isEmbedded and kill 'USR2', $::CCPID;" - keyboarddrake, xfdrake, drakautoinst: goto cleaning btw | ||||
* | - clean up embedding; since socket get automatically destroyed on child exit | Thierry Vignaud | 2003-02-24 | 1 | -1/+0 |
| | | | | | | | | | | and since they emit plug-removed at that moment, it's just cleaner to centralize/consolidate the child exit in mcc this of course, need a newer up-to-date mcc what's more, it allows to remove the somewhat mythical "$::isEmbedded and kill 'USR1', $::CCPID;" - drakautoinst, drakxservices, keyboardrake: fix fscking embedding managment | ||||
* | embedded should segfault a bit less if I don't let the embedded | Guillaume Cottenceau | 2003-02-21 | 1 | -2/+2 |
| | | | | | window creation destroy the destroy handler | ||||
* | when isEmbedded, use $::WizardTable to allow non pop_it when not visible | Pascal Rigaux | 2003-02-21 | 1 | -6/+11 |
| | |||||
* | workaround what seems to be a gtk bug (#1445) | Guillaume Cottenceau | 2003-02-21 | 1 | -2/+7 |
| | | | | | | | gtk seems to loop (and take 100% user cpu) when I change the pixbuf of a gtkcellrendererpixbuf in a treeview that is not currently displayed | ||||
* | change a bit position of main window and steps window | Guillaume Cottenceau | 2003-02-20 | 1 | -1/+1 |
| | | | | | in steps window, have titles in grey | ||||
* | try to handle case with large fonts (CJK for example) -> branch on TextView | Guillaume Cottenceau | 2003-02-20 | 1 | -1/+1 |
| | | | | | when the box will be quite large | ||||
* | ensure {box_size} is set (to have less warnings) | Pascal Rigaux | 2003-02-20 | 1 | -2/+4 |
| | |||||
* | set the destroy handler after wizard creation, or the fact that | Guillaume Cottenceau | 2003-02-19 | 1 | -1/+2 |
| | | | | | | wizard window will overwrite existing window will also destroy the destroy handler | ||||
* | fix some segfaults caused by still calling destroy | Guillaume Cottenceau | 2003-02-19 | 1 | -3/+2 |
| | | | | | | | or other gtk functions after a destroy has been already done, triggered by the user clicking on the WM's "close this application" button (#1651) | ||||
* | better comply to look of text like in Gtk1 (text inside a Frame) | Guillaume Cottenceau | 2003-02-19 | 1 | -1/+6 |
| | |||||
* | clean | Guillaume Cottenceau | 2003-02-19 | 1 | -3/+0 |
| | |||||
* | the empty label in the HButtonBox had the same size as the buttons (since | Pascal Rigaux | 2003-02-18 | 1 | -1/+0 |
| | | | | | | HButtonBox are always homogeneous), causing addUser in german not to fit on the screen. No good way to solve this :-( | ||||
* | fix titi's perl checko | Guillaume Cottenceau | 2003-02-18 | 1 | -1/+1 |
| | |||||
* | internalize prepare_gtk2 in the BEGIN {} of ugtk2 already containing the ↵ | Guillaume Cottenceau | 2003-02-18 | 1 | -7/+3 |
| | | | | Gtk2->init | ||||
* | fix pop_it... | Pascal Rigaux | 2003-02-17 | 1 | -1/+1 |
| | |||||
* | hopefully final fix for pop_it | Pascal Rigaux | 2003-02-17 | 1 | -2/+2 |
| | |||||
* | in the old days, on cannot disable shrink1, resize2 or shrink2 since they ↵ | Thierry Vignaud | 2003-02-17 | 1 | -2/+5 |
| | | | | always were true | ||||
* | fix setting pop_it for wizard in standalone | Pascal Rigaux | 2003-02-17 | 1 | -1/+2 |
| | |||||
* | don't mute the keyboard in ask_browse_tree_info (#1598) | Guillaume Cottenceau | 2003-02-15 | 1 | -1/+2 |
| | |||||
* | okcehc lrep (hebrew feeling) | Guillaume Cottenceau | 2003-02-14 | 1 | -1/+1 |
| | |||||
* | wizard: free memory | Guillaume Cottenceau | 2003-02-14 | 1 | -0/+1 |
| | |||||
* | add a frame to the wizard's outline | Guillaume Cottenceau | 2003-02-14 | 1 | -1/+1 |
| | |||||
* | honour 9.1 theme title of windows: no icon, text to the left | Guillaume Cottenceau | 2003-02-14 | 1 | -1/+4 |
| |