Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | (_text_insert) fix rpmdrake crashing when description begins by | Thierry Vignaud | 2008-09-30 | 1 | -2/+2 |
| | | | | | "Gtk2::.." (#43802) | ||||
* | (_gtk_any_Window,_gtk__FileChooserDialog) add support for Gtk+2's ↵ | Thierry Vignaud | 2008-09-29 | 1 | -0/+7 |
| | | | | FileChooserDialog for draksnapashot | ||||
* | (_gtk__MDV_Notebook) render left background as dithered too (looks better on | Thierry Vignaud | 2008-09-29 | 1 | -1/+1 |
| | | | | | 16bit displays) | ||||
* | (_gtk__Image_using_pixbuf) simplify using pixbuf storage (which brings in | Thierry Vignaud | 2008-09-29 | 1 | -11/+1 |
| | | | | | | optimized refresh on expose event as side effect) (needed for next commit) | ||||
* | (move_selection) better positionning of sidepanel's selection bar | Thierry Vignaud | 2008-09-28 | 1 | -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 Vignaud | 2008-09-28 | 1 | -5/+5 |
| | | | | since mcc doesn't use it since a long time) | ||||
* | (_gtk__MDV_Notebook) enable to simplify both installer & MCC | Thierry Vignaud | 2008-09-26 | 1 | -0/+1 |
| | |||||
* | (_gtk__WebKit_View) add basic support for WeBkit, with ability to | Thierry Vignaud | 2008-09-26 | 1 | -0/+18 |
| | | | | | disable contextual menu | ||||
* | (_gtk__ScrolledWindow) enable mcc to not display any shadow around HTML view ↵ | Thierry Vignaud | 2008-09-25 | 1 | -1/+1 |
| | | | | when using scrollbars | ||||
* | (_gtk__MDV_Notebook) make sure mcc always have fillers | Thierry Vignaud | 2008-09-25 | 1 | -1/+1 |
| | |||||
* | (_gtk__Image) restore support of size parameter (it's really too late to commit) | Thierry Vignaud | 2008-09-24 | 1 | -2/+2 |
| | |||||
* | (_gtk__MDV_Notebook) actually use better rendering for background gradient | Thierry Vignaud | 2008-09-24 | 1 | -1/+1 |
| | |||||
* | (_gtk__MDV_Notebook) handle "flip" option for "Image_using_pixbuf" too (could | Thierry Vignaud | 2008-09-24 | 1 | -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 Vignaud | 2008-09-24 | 1 | -3/+19 |
| | | | | widget resizable | ||||
* | (_gtk__MDV_Notebook) reorder | Thierry Vignaud | 2008-09-24 | 1 | -1/+1 |
| | |||||
* | (_gtk__MDV_Notebook) make sure filler is big enough | Thierry Vignaud | 2008-09-24 | 1 | -0/+3 |
| | |||||
* | (_gtk__MDV_Notebook) store some values around (needed for next commits) | Thierry Vignaud | 2008-09-24 | 1 | -1/+3 |
| | |||||
* | (_gtk__MDV_Notebook) enable to override right widget; make it expands | Thierry Vignaud | 2008-09-24 | 1 | -1/+2 |
| | |||||
* | (_gtk__Image_using_pixbuf) introduce new 'Image_using_pixbuf' widget: | Thierry Vignaud | 2008-09-24 | 1 | -0/+16 |
| | | | | | | like 'Image_using_pixmap', it renders using DITHER_MAX which is much better on 16bpp displays but it also handle transparancy | ||||
* | (_new_alpha_pixbuf,_pixbuf_render_alpha) move & rename code from mcc in order | Thierry Vignaud | 2008-09-24 | 1 | -0/+15 |
| | | | | | | | | to be able to render transparent pixbufs with dithering: new_pixbuf() => _new_alpha_pixbuf() render_alpha() => _pixbuf_render_alpha() | ||||
* | further adjust for RTL languages | Thierry Vignaud | 2008-09-24 | 1 | -1/+1 |
| | |||||
* | (_gtk__MDV_Notebook) further adjust | Thierry Vignaud | 2008-09-24 | 1 | -1/+1 |
| | |||||
* | (_gtk__MDV_Notebook) do not hardcode width | Thierry Vignaud | 2008-09-24 | 1 | -1/+1 |
| | |||||
* | (_gtk) enable to set handler for 'realize' signal on any widget | Thierry Vignaud | 2008-09-24 | 1 | -0/+1 |
| | |||||
* | (_gtk,_gtk__DrawingArea) enable to set handler for 'expose_event' signal on ↵ | Thierry Vignaud | 2008-09-24 | 1 | -1/+1 |
| | | | | any widget | ||||
* | (_gtk_any_Window) remove now uneeded "DURING_INSTALL" hack that got | Thierry Vignaud | 2008-09-23 | 1 | -1/+1 |
| | | | | | added in r245000 on 2008-09-09 | ||||
* | support global set_dialog_hint variable (for matchbox) | Olivier Blin | 2008-09-23 | 1 | -1/+1 |
| | |||||
* | (_gtk__Label_Right) revert last change, this break alignment | Thierry Vignaud | 2008-09-22 | 1 | -1/+1 |
| | |||||
* | (_gtk__Label_Right) wrap labels | Thierry Vignaud | 2008-09-22 | 1 | -1/+1 |
| | |||||
* | (_gtk__MDV_Notebook) implement new sidepanel widget | Thierry Vignaud | 2008-09-22 | 1 | -0/+65 |
| | |||||
* | do not uselessly load Gtk2::Gdk::Keysyms (reduce RSS by nearly 400Kb) | Thierry Vignaud | 2008-09-22 | 1 | -1/+0 |
| | |||||
* | (import_style_ressources) minor perl_checker cleanup | Thierry Vignaud | 2008-09-22 | 1 | -1/+1 |
| | |||||
* | (import_style_ressources) create it in order to be able to load installer's ↵ | Thierry Vignaud | 2008-09-19 | 1 | -0/+6 |
| | | | | ressources file in standalone mode | ||||
* | (_gtk__Pixbuf) move flip management from _gtk__Image() so that we can flip ↵ | Thierry Vignaud | 2008-09-19 | 1 | -2/+2 |
| | | | | pixbufs directly | ||||
* | (_gtk__Image) add support for flipping (horizontally) images (needed in some ↵ | Thierry Vignaud | 2008-09-18 | 1 | -0/+1 |
| | | | | case for RTL languages) | ||||
* | (_gtk__Image) simplify (and needed for next commit) | Thierry Vignaud | 2008-09-18 | 1 | -6/+2 |
| | |||||
* | (text_direction_rtl) introduce it: when using Gtk+ GUI, it's just | Thierry Vignaud | 2008-09-18 | 1 | -0/+5 |
| | | | | | safer to rely on Gtk+ idea of direction than on our own DB | ||||
* | (_gtk__Layout) add support for 'Layout' widgets | Thierry Vignaud | 2008-09-17 | 1 | -0/+10 |
| | |||||
* | (_gtknew_handle_layout_children) split it out of _gtk__Fixed() (needed for ↵ | Thierry Vignaud | 2008-09-17 | 1 | -2/+6 |
| | | | | next commit) | ||||
* | (_gtk__Fixed) enable to provide more than one child | Thierry Vignaud | 2008-09-17 | 1 | -1/+8 |
| | |||||
* | (_gtk__Sexy_IconEntry) typo fix (how can this can ever work with perl ?????) | Thierry Vignaud | 2008-09-17 | 1 | -1/+1 |
| | |||||
* | (_gtk__ScrolledWindow) sort | Thierry Vignaud | 2008-09-16 | 1 | -1/+1 |
| | |||||
* | (_gtk__ScrolledWindow) simplify | Thierry Vignaud | 2008-09-16 | 1 | -1/+1 |
| | |||||
* | (_gtk__ScrolledWindow) fix scrolled windows for WebKit | Thierry Vignaud | 2008-09-16 | 1 | -2/+2 |
| | |||||
* | revert last commit | Thierry Vignaud | 2008-09-12 | 1 | -1/+1 |
| | |||||
* | translate help from 'DrakX-help' domain | Thierry Vignaud | 2008-09-12 | 1 | -1/+1 |
| | |||||
* | (title1_to_markup) bump titles' size by 1 (eg: from 12 to 13 for default ↵ | Thierry Vignaud | 2008-09-11 | 1 | -1/+6 |
| | | | | font settings) | ||||
* | (title1_to_markup) make it clearer (needed for next commit) | Thierry Vignaud | 2008-09-11 | 1 | -2/+5 |
| | |||||
* | (_gtk__WrappedLabel) enable to override wrapping parameter (usefull for ↵ | Thierry Vignaud | 2008-09-11 | 1 | -1/+1 |
| | | | | higher level widgets) | ||||
* | (_gtk_any_Box) fix default spacing between GUI elements | Thierry Vignaud | 2008-09-11 | 1 | -1/+1 |
| |