summaryrefslogtreecommitdiffstats
path: root/perl-install/mygtk2.pm
Commit message (Collapse)AuthorAgeFilesLines
* simplify using member()Thierry.Vignaud2014-05-281-2/+2
|
* only enable "quit confirm" popup dialog when asked (mga#8476)Thierry Vignaud2013-04-211-0/+7
| | | | (when clicking "X")
* likewise in drakxThierry Vignaud2012-12-171-1/+1
|
* (init) use new exceptions managementThierry Vignaud2012-12-171-1/+1
|
* (register_main_window) perl_checker cleanupThierry Vignaud2012-12-171-1/+1
|
* (register_main_window) add it for tracking main windowsThierry Vignaud2012-12-131-0/+5
|
* (quit_popup) popup a dialog confirming to quit when clicking "X" (mga#1812)Thierry Vignaud2012-12-131-1/+15
| | | | to be manually called from delete_event callback in pure gtk+ cases (eg: mcc)
* (quit_callback) split it out of _create_Window()Thierry Vignaud2012-12-131-13/+17
| | | | more readable
* (get_label_width) prevent a horizontal scrollbar to appear in some dialogs ↵Thierry Vignaud2012-11-051-1/+1
| | | | (mga#7374)
* perl_checker cleanupsThierry Vignaud2012-03-231-1/+1
|
* perl_checker cleanupsThierry Vignaud2012-03-231-17/+17
|
* (_gtk__Image) kill old gtk+ warnings that confuse peopleThierry Vignaud2012-01-261-7/+6
|
* String changes: perl -pi -e 's!"Password should resist to basic ↵Ahmad Samir2011-04-041-1/+1
| | | | attacks"!"Password should be resistant to basic attacks"!'
* - use 'cannot' instead of 'can not'Ahmad Samir2011-04-021-5/+5
| | | | | - use 'LDAP' instead of 'Ldap'
* allow labels to be set selectablePascal Terjan2009-11-261-0/+1
|
* (_gtk__Image) add support for stock imagesThierry Vignaud2009-09-171-0/+2
|
* - mygtk2:Aurélien Lefebvre2009-09-081-0/+41
| | | | | | | o created 'WeaknessCheckEntry' widget - adduserdrake: o now use 'WeaknessCheckEntry' widget
* - mygtk2:Aurélien Lefebvre2009-09-071-1/+2
| | | | | o HScale widget: fix for value option
* - mygtk2:Aurélien Lefebvre2009-09-041-0/+9
| | | | | o HScale widget: added digits and ref_value options
* fix window creation (#52812)Pascal Terjan2009-08-121-2/+2
|
* use gtk instead of X to focus window and revert workaround for the crashPascal Terjan2009-08-071-22/+1
|
* typo fixThierry Vignaud2009-04-031-1/+1
|
* only load draksnapshot translations if actually needing themThierry Vignaud2009-04-031-1/+1
|
* fetch translations from 'urpmi' domain tooThierry Vignaud2009-03-261-1/+1
|
* (_gtk__Entry) entries now support most Sexy::IconEntry APIThierry Vignaud2009-03-251-0/+12
|
* (_gtk__Entry) make 'text_ref' somewhat usefull (pixel sucks)Thierry Vignaud2009-02-161-0/+3
| | | | | (bug "introduced" in r215411: "re-sync after the big svn loss")
* (_create_Window) prevent mdkapplet from crashing (#46477)Thierry Vignaud2009-01-091-1/+1
|
* (enable_sync_flush,sync_flush) split them out of wait_messageW() so thatThierry Vignaud2008-10-111-0/+12
| | | | | rpmdrake can get rid of some gray windows
* - ensure proper centering of popped windowsPascal Rigaux2008-10-011-7/+6
|
* remove unused parameter /o\Pascal Rigaux2008-10-011-1/+1
|
* (_gtk__Image_using_pixbuf) workaround Gtk+ bug: in installer, first event is ↵Thierry Vignaud2008-10-011-0/+7
| | | | not complete
* (_gtk__Image_using_pixbuf) optimize expose event management by only redrawingThierry Vignaud2008-10-011-2/+6
| | | | | regions that need it instead of the whole image
* (_gtk__Image_using_pixbuf,_gtk__MDV_Notebook) adapt to latest commitThierry Vignaud2008-10-011-2/+3
|
* (_gtk__Image_using_pixbuf) revert r246993 from 2008-09-29, thus fixingThierry Vignaud2008-10-011-1/+11
| | | | | | | | | | dithering regression: "(_gtk__Image_using_pixbuf) simplify using pixbuf storage (which brings in optimized refresh on expose event as side effect) (needed for next commit)"
* (_text_insert) fix rpmdrake crashing when description begins byThierry Vignaud2008-09-301-2/+2
| | | | | "Gtk2::.." (#43802)
* (_gtk_any_Window,_gtk__FileChooserDialog) add support for Gtk+2's ↵Thierry Vignaud2008-09-291-0/+7
| | | | FileChooserDialog for draksnapashot
* (_gtk__MDV_Notebook) render left background as dithered too (looks better onThierry Vignaud2008-09-291-1/+1
| | | | | 16bit displays)
* (_gtk__Image_using_pixbuf) simplify using pixbuf storage (which brings inThierry Vignaud2008-09-291-11/+1
| | | | | | optimized refresh on expose event as side effect) (needed for next commit)
* (move_selection) better positionning of sidepanel's selection barThierry Vignaud2008-09-281-2/+2
| | | | | | | | | instead of using hardcoded offset (mainly visible in MCC) rationale: we pass the whole label widget as parameter so that we got more control on how to compute the Y coordinate instead of requiring callers to extract label's position from the widget
* show what is common (btw, 'mcc' option should be either renamed or dropped ↵Thierry Vignaud2008-09-281-5/+5
| | | | since mcc doesn't use it since a long time)
* (_gtk__MDV_Notebook) enable to simplify both installer & MCCThierry Vignaud2008-09-261-0/+1
|
* (_gtk__WebKit_View) add basic support for WeBkit, with ability toThierry Vignaud2008-09-261-0/+18
| | | | | disable contextual menu
* (_gtk__ScrolledWindow) enable mcc to not display any shadow around HTML view ↵Thierry Vignaud2008-09-251-1/+1
| | | | when using scrollbars
* (_gtk__MDV_Notebook) make sure mcc always have fillersThierry Vignaud2008-09-251-1/+1
|
* (_gtk__Image) restore support of size parameter (it's really too late to commit)Thierry Vignaud2008-09-241-2/+2
|
* (_gtk__MDV_Notebook) actually use better rendering for background gradientThierry Vignaud2008-09-241-1/+1
|
* (_gtk__MDV_Notebook) handle "flip" option for "Image_using_pixbuf" too (couldThierry Vignaud2008-09-241-2/+4
| | | | | be done for "Image_using_pixmap" but that's uneeded for now)
* (_gtk__MDV_Notebook) add full support for new MCC style ; aka make this ↵Thierry Vignaud2008-09-241-3/+19
| | | | widget resizable
* (_gtk__MDV_Notebook) reorderThierry Vignaud2008-09-241-1/+1
|
* (_gtk__MDV_Notebook) make sure filler is big enoughThierry Vignaud2008-09-241-0/+3
|