Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | when taking screenshot during pkgs install, we can be chrooted, in that case ↵ | Pascal Rigaux | 2005-09-13 | 1 | -1/+1 |
| | | | | the icon is not accessible | ||||
* | (Gtk2::Banner->new) fix banner's text position since pixel has reduce its height | Thierry Vignaud | 2005-09-08 | 1 | -1/+1 |
| | |||||
* | (create_box_with_title) kill that dead code path | Thierry Vignaud | 2005-09-08 | 1 | -20/+0 |
| | |||||
* | use "to_bottom" functionality from mygtk2 (note that scroll_to_iter is no ↵ | Pascal Rigaux | 2005-08-31 | 1 | -8/+4 |
| | | | | good for this, scroll_to_mark is better (cf gtk's doc)) | ||||
* | ensure Gtk2::Banner::set_pixmap can be used to change the text | Pascal Rigaux | 2005-08-31 | 1 | -0/+1 |
| | |||||
* | we don't want global vars in mygtk2, move $::noborderWhenEmbedded to ugtk2 | Pascal Rigaux | 2005-08-30 | 1 | -0/+1 |
| | |||||
* | if_ is *not* short-circuit | Pascal Rigaux | 2005-08-30 | 1 | -1/+1 |
| | |||||
* | smaller banner during install (as required by warly & helene) | Pascal Rigaux | 2005-08-29 | 1 | -1/+1 |
| | |||||
* | (create_box_with_title) disable that code path | Thierry Vignaud | 2005-08-27 | 1 | -1/+1 |
| | |||||
* | remove spurious comma | Thierry Vignaud | 2005-08-27 | 1 | -1/+1 |
| | |||||
* | (new) add a banner at install time | Thierry Vignaud | 2005-08-27 | 1 | -0/+2 |
| | |||||
* | (Gtk2::Banner->new) use proper style for banner at install time | Thierry Vignaud | 2005-08-26 | 1 | -0/+1 |
| | |||||
* | (Gtk2::Banner->new) banners are smaller at install time | Thierry Vignaud | 2005-08-26 | 1 | -2/+2 |
| | |||||
* | (Gtk2::Banner->new) use proper GC (text_gc is for rendering on editable widgets | Thierry Vignaud | 2005-08-26 | 1 | -1/+1 |
| | | | | | whereas fg_gc is for rendering on non editable widgets) | ||||
* | (Gtk2::Banner->new) use bold font on banners (IHM team request) | Thierry Vignaud | 2005-08-26 | 1 | -1/+1 |
| | |||||
* | (Gtk2::Banner->new) translating it is useless w/o a require on common | Thierry Vignaud | 2005-08-26 | 1 | -1/+1 |
| | |||||
* | (create_okcancel) enforce GNOME button order when not under KDE (aka rollback | Thierry Vignaud | 2005-07-27 | 1 | -2/+7 |
| | | | | | | old IHM team request since they never achieved to complete the plan ie enforcing the same button order in both GNOME and KDE) | ||||
* | (create_dialog) make dialogs transient if possible | Thierry Vignaud | 2005-07-19 | 1 | -0/+3 |
| | |||||
* | remove spurious comment | Olivier Blin | 2005-07-01 | 1 | -1/+1 |
| | |||||
* | (Gtk2::ComboBox->get_text, Gtk2::OptionMenu->get_text) fix non selected case | Olivier Blin | 2005-07-01 | 1 | -4/+4 |
| | |||||
* | (Gtk2::Banner->new) load lang in order to prevent aborting | Thierry Vignaud | 2005-06-15 | 1 | -0/+1 |
| | |||||
* | shrink real_window | Olivier Blin | 2005-05-10 | 1 | -1/+1 |
| | |||||
* | replace the latin-charset unbreakable space with a "use utf8" and the utf8 ↵ | Pascal Rigaux | 2005-04-05 | 1 | -1/+4 |
| | | | | unbreakable space | ||||
* | (Gtk2::Banner::new) make banner be RTL aware (aka follow language direction | Thierry Vignaud | 2005-03-24 | 1 | -2/+7 |
| | | | | | and display itself mirrored for RTL languages) (#11910) | ||||
* | (Gtk2::Banner::new) ensure icon is centered vertically | Thierry Vignaud | 2005-03-24 | 1 | -3/+5 |
| | |||||
* | don't use show_all, it unhides hidden summary (bugzilla #13941) | Pascal Rigaux | 2005-03-21 | 1 | -1/+3 |
| | |||||
* | log program exiting | Thierry Vignaud | 2005-03-08 | 1 | -1/+6 |
| | |||||
* | (create_scrolled_window) Gtk2::Html::View has native scrolling support and | Thierry Vignaud | 2005-03-02 | 1 | -1/+1 |
| | | | | | thus behave badly with GtkViewport | ||||
* | (Gtk2::ComboBox::set_popdown_strings) clear model before filling the list | Thierry Vignaud | 2005-03-01 | 1 | -0/+1 |
| | |||||
* | Force to open file selector as a modal window (bug 13942) | Rafael Garcia-Suarez | 2005-02-23 | 1 | -1/+1 |
| | |||||
* | fix usage of create_file_selector() | Pascal Rigaux | 2005-02-23 | 1 | -2/+2 |
| | |||||
* | _ask_dir and _ask_file now use FileChooser | Pascal Rigaux | 2005-02-15 | 1 | -22/+41 |
| | |||||
* | Add the possibility to call a callback just after widget initialisation in | Rafael Garcia-Suarez | 2005-02-09 | 1 | -0/+1 |
| | | | | | ask_browse_tree_info_given_widgets(). | ||||
* | {rwindow} is more probably a mygtk2::MagicWindow | Pascal Rigaux | 2005-02-08 | 1 | -4/+3 |
| | |||||
* | allow using {real_window} instead of {rwindow}{real_window} | Pascal Rigaux | 2005-01-22 | 1 | -0/+1 |
| | | | | | (esp. for set_transient_for for which we can't easily do some magic) | ||||
* | fix backward compatibility | Pascal Rigaux | 2005-01-17 | 1 | -0/+5 |
| | |||||
* | - move set_main_window_size() from ugtk2 to mygtk2 | Pascal Rigaux | 2005-01-15 | 1 | -10/+0 |
| | | | | | - call it in MagicWindow creation | ||||
* | MagicWindow is now really magic, {rwindow} and {window} can be the same thing :) | Pascal Rigaux | 2005-01-14 | 1 | -5/+4 |
| | |||||
* | return the child when MagicWindow is using the $::WizardWindow | Pascal Rigaux | 2005-01-12 | 1 | -4/+4 |
| | | | | | (otherwise the user of the MagicWindow can destroy the WizardWindow) | ||||
* | create "MagicWindow" in mygtk2 out of ugtk2::new() | Pascal Rigaux | 2005-01-11 | 1 | -50/+12 |
| | |||||
* | simplify away thing already done in %window_options | Pascal Rigaux | 2005-01-11 | 1 | -2/+1 |
| | |||||
* | move ugtk2::create_window() to mygtk2::_create_Window() | Pascal Rigaux | 2005-01-11 | 1 | -80/+11 |
| | |||||
* | change set_main_window_size() prototype | Pascal Rigaux | 2005-01-11 | 1 | -3/+3 |
| | |||||
* | - create mygtk2::main() | Pascal Rigaux | 2005-01-11 | 1 | -7/+3 |
| | | | | | - get rid of setting {destroyed}, use a local variable instead | ||||
* | simplify (no need to protect against double destroy anymore) | Pascal Rigaux | 2005-01-11 | 1 | -1/+1 |
| | |||||
* | {window}->show is already done in ->new | Pascal Rigaux | 2005-01-11 | 1 | -1/+0 |
| | |||||
* | better comment | Pascal Rigaux | 2005-01-11 | 1 | -1/+1 |
| | |||||
* | the ugly gtkset_mousecursor_wait() done on destroy is not called often ↵ | Pascal Rigaux | 2005-01-11 | 1 | -3/+0 |
| | | | | nowadays, and not very useful either since the wait cursor is only on the root window, and since install use isWizard, the root window is not often seen. We should at least also set the wait cursor on the $::WizardTable | ||||
* | fix typo | Pascal Rigaux | 2005-01-11 | 1 | -1/+1 |
| | |||||
* | fix typo | Pascal Rigaux | 2005-01-11 | 1 | -1/+1 |
| |