Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | draksplash is dead since 2009... | Thierry Vignaud | 2016-03-24 | 2 | -16/+0 |
| | |||||
* | Update Lithuanian translation from Tx | Yuri Chornoivan | 2016-03-22 | 1 | -7/+8 |
| | |||||
* | Update Catalan translation from Tx | Yuri Chornoivan | 2016-03-18 | 1 | -31/+31 |
| | |||||
* | 13.313.3 | Thierry Vignaud | 2016-03-18 | 2 | -1/+3 |
| | |||||
* | explicitely disable plugins & java | Thierry Vignaud | 2016-03-18 | 2 | -0/+5 |
| | | | | | though they do not seem to be loaded anymore since we switched from webkit1 to webkit2... | ||||
* | add comments to explain | Thierry Vignaud | 2016-03-18 | 1 | -0/+3 |
| | |||||
* | port to WebKit2 (mga#15031) | Thierry Vignaud | 2016-03-18 | 2 | -8/+16 |
| | |||||
* | supplement blacklist | Thierry Vignaud | 2016-03-18 | 1 | -0/+1 |
| | |||||
* | Update Georgian translation from Tx | Yuri Chornoivan | 2016-03-16 | 1 | -659/+101 |
| | |||||
* | Update Albanian translation from Tx | Yuri Chornoivan | 2016-03-13 | 1 | -72/+85 |
| | |||||
* | 13.213.2 | Thierry Vignaud | 2016-02-24 | 2 | -1/+5 |
| | |||||
* | use real class name (s!WebKit_View!WebKit_WebView!) | Thierry Vignaud | 2016-02-22 | 1 | -1/+1 |
| | |||||
* | Add Urdu translation | Yuri Chornoivan | 2016-01-22 | 1 | -0/+1424 |
| | |||||
* | 13.113.1 | Thierry Vignaud | 2016-01-02 | 2 | -1/+3 |
| | |||||
* | typo fix | Thierry Vignaud | 2016-01-02 | 1 | -1/+1 |
| | |||||
* | adapt to drakboot -> drakautologin split | Thierry Vignaud | 2016-01-02 | 2 | -1/+3 |
| | |||||
* | Update Welsh translation from Tx | Yuri Chornoivan | 2015-12-27 | 1 | -485/+64 |
| | |||||
* | Update Japanese translation from Tx | Yuri Chornoivan | 2015-12-27 | 2 | -16/+23 |
| | |||||
* | Update Lithuanian translation from Tx | Yuri Chornoivan | 2015-12-22 | 1 | -8/+8 |
| | |||||
* | 13.013.0 | Thierry Vignaud | 2015-12-20 | 2 | -1/+9 |
| | |||||
* | disable animation for now | Thierry Vignaud | 2015-12-20 | 1 | -0/+1 |
| | | | | | this need more work and the gtk3+ port is rotting for 2 years already... | ||||
* | fix activating menu items with latest gtk+3 | Thierry Vignaud | 2015-12-20 | 1 | -1/+1 |
| | | | | | | gtk+3 has changed since 2 years ago, resulting in: Can't locate object method "set_active" via package "Gtk3::ImageMenuItem" | ||||
* | simplify after converting to UIM | Thierry Vignaud | 2015-12-20 | 1 | -15/+1 |
| | |||||
* | switch from factory to UIManager | Thierry Vignaud | 2015-12-20 | 1 | -41/+57 |
| | |||||
* | switch to Vte-3 | Thierry Vignaud | 2015-12-20 | 1 | -2/+2 |
| | |||||
* | fix setting bold | Thierry Vignaud | 2015-12-20 | 1 | -1/+1 |
| | | | | | | | | fix the following error: Argument "bold" isn't numeric in subroutine entry at which is not nice as we rely on hardcoded value... (PANGO_WEIGHT_BOLD is not available through introspection) | ||||
* | fix crash while setting size | Thierry Vignaud | 2015-12-20 | 1 | -1/+1 |
| | | | | | Can't locate object method "scale_large" via package "Pango" at ./control-center | ||||
* | fix weight attribute | Thierry Vignaud | 2015-12-20 | 1 | -1/+1 |
| | | | | | Can't locate object method "PANGO_WEIGHT_BOLD" via package "Pango" at ./control-center line 1413. | ||||
* | drop support for external themes, there has been any in a decade | Thierry Vignaud | 2015-12-20 | 1 | -42/+2 |
| | | | | also simplify next commit | ||||
* | perl_checker cleanup | Thierry Vignaud | 2015-12-20 | 1 | -1/+1 |
| | |||||
* | perlish $dialog->vbox => $dialog->get_child | Thierry Vignaud | 2015-12-20 | 1 | -1/+1 |
| | |||||
* | perlish $dialog->action_area => $dialog->get_action_area | Thierry Vignaud | 2015-12-20 | 1 | -1/+1 |
| | |||||
* | Gtk3::exit() is no more in Gtk3 | Thierry Vignaud | 2015-12-20 | 1 | -1/+0 |
| | |||||
* | fix invisible text under the cursor | Thierry Vignaud | 2015-12-20 | 2 | -2/+9 |
| | | | | | | | with theme-galaxy.css, text was rendered white on gray we need to prevent the default rule to be applied (which is useless for us anyway) since it's loaded after our own rules (gtknew('MDV_Notebook') => import_style_ressources()) and set our own colors for normal & hover states | ||||
* | switch from RC files to CSS | Thierry Vignaud | 2015-12-20 | 3 | -12/+13 |
| | |||||
* | use introspection for Vte too | Thierry Vignaud | 2015-12-20 | 1 | -3/+10 |
| | |||||
* | fix calling keyval_from_name() | Thierry Vignaud | 2015-12-20 | 1 | -1/+1 |
| | |||||
* | fix computing root_window size | Thierry Vignaud | 2015-12-20 | 1 | -1/+1 |
| | |||||
* | perlish ->style() => ->get_style() | Thierry Vignaud | 2015-12-20 | 1 | -1/+1 |
| | |||||
* | those setters no more accept undef | Thierry Vignaud | 2015-12-20 | 1 | -1/+1 |
| | |||||
* | drop "Image_using_pixbuf", Cairo does a better job | Thierry Vignaud | 2015-12-20 | 1 | -1/+1 |
| | |||||
* | draw replaces expose_event | Thierry Vignaud | 2015-12-20 | 1 | -1/+1 |
| | |||||
* | get_height() => get_allocated_height() | Thierry Vignaud | 2015-12-20 | 1 | -2/+2 |
| | |||||
* | get_width() => get_allocated_width() | Thierry Vignaud | 2015-12-20 | 1 | -2/+2 |
| | |||||
* | perlish ->child() => ->get_child() | Thierry Vignaud | 2015-12-20 | 1 | -1/+1 |
| | |||||
* | s/can_focus()/set_can_focus()/ | Thierry Vignaud | 2015-12-20 | 1 | -2/+2 |
| | |||||
* | perlish ->allocation => ->get_allocation | Thierry Vignaud | 2015-12-20 | 1 | -1/+1 |
| | |||||
* | perlish ->window => ->get_window | Thierry Vignaud | 2015-12-20 | 1 | -7/+7 |
| | |||||
* | perlish realized() => get_realized() | Thierry Vignaud | 2015-12-20 | 1 | -1/+1 |
| | |||||
* | perlish can_default() is no more: use set_/get_can_default() instead | Thierry Vignaud | 2015-12-20 | 1 | -1/+1 |
| |