summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 13.113.1Thierry Vignaud2016-01-022-1/+3
|
* typo fixThierry Vignaud2016-01-021-1/+1
|
* adapt to drakboot -> drakautologin splitThierry Vignaud2016-01-022-1/+3
|
* Update Welsh translation from TxYuri Chornoivan2015-12-271-485/+64
|
* Update Japanese translation from TxYuri Chornoivan2015-12-272-16/+23
|
* Update Lithuanian translation from TxYuri Chornoivan2015-12-221-8/+8
|
* 13.013.0Thierry Vignaud2015-12-202-1/+9
|
* disable animation for nowThierry Vignaud2015-12-201-0/+1
| | | | | this need more work and the gtk3+ port is rotting for 2 years already...
* fix activating menu items with latest gtk+3Thierry Vignaud2015-12-201-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 UIMThierry Vignaud2015-12-201-15/+1
|
* switch from factory to UIManagerThierry Vignaud2015-12-201-41/+57
|
* switch to Vte-3Thierry Vignaud2015-12-201-2/+2
|
* fix setting boldThierry Vignaud2015-12-201-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 sizeThierry Vignaud2015-12-201-1/+1
| | | | | Can't locate object method "scale_large" via package "Pango" at ./control-center
* fix weight attributeThierry Vignaud2015-12-201-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 decadeThierry Vignaud2015-12-201-42/+2
| | | | also simplify next commit
* perl_checker cleanupThierry Vignaud2015-12-201-1/+1
|
* perlish $dialog->vbox => $dialog->get_childThierry Vignaud2015-12-201-1/+1
|
* perlish $dialog->action_area => $dialog->get_action_areaThierry Vignaud2015-12-201-1/+1
|
* Gtk3::exit() is no more in Gtk3Thierry Vignaud2015-12-201-1/+0
|
* fix invisible text under the cursorThierry Vignaud2015-12-202-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 CSSThierry Vignaud2015-12-203-12/+13
|
* use introspection for Vte tooThierry Vignaud2015-12-201-3/+10
|
* fix calling keyval_from_name()Thierry Vignaud2015-12-201-1/+1
|
* fix computing root_window sizeThierry Vignaud2015-12-201-1/+1
|
* perlish ->style() => ->get_style()Thierry Vignaud2015-12-201-1/+1
|
* those setters no more accept undefThierry Vignaud2015-12-201-1/+1
|
* drop "Image_using_pixbuf", Cairo does a better jobThierry Vignaud2015-12-201-1/+1
|
* draw replaces expose_eventThierry Vignaud2015-12-201-1/+1
|
* get_height() => get_allocated_height()Thierry Vignaud2015-12-201-2/+2
|
* get_width() => get_allocated_width()Thierry Vignaud2015-12-201-2/+2
|
* perlish ->child() => ->get_child()Thierry Vignaud2015-12-201-1/+1
|
* s/can_focus()/set_can_focus()/Thierry Vignaud2015-12-201-2/+2
|
* perlish ->allocation => ->get_allocationThierry Vignaud2015-12-201-1/+1
|
* perlish ->window => ->get_windowThierry Vignaud2015-12-201-7/+7
|
* perlish realized() => get_realized()Thierry Vignaud2015-12-201-1/+1
|
* perlish can_default() is no more: use set_/get_can_default() insteadThierry Vignaud2015-12-201-1/+1
|
* use Gtk3 namespace instead of Gtk2Thierry Vignaud2015-12-204-61/+61
|
* NO more need to load PangoThierry Vignaud2015-12-201-2/+1
|
* use (my|u)gtk3 instead of *tk2Thierry Vignaud2015-12-204-27/+27
|
* Update Catalan translation from TxYuri Chornoivan2015-11-271-410/+79
|
* Update Croatian translation from TxYuri Chornoivan2015-11-221-10/+12
|
* Update Czech translation from TxYuri Chornoivan2015-11-091-9/+9
|
* Update Latvian translation from TxYuri Chornoivan2015-10-211-388/+182
|
* Update Bulgarian translation from TxYuri Chornoivan2015-10-211-1147/+25
|
* Update Lithuanian translation from TxYuri Chornoivan2015-10-061-710/+111
|
* Update Japanese translation from TxYuri Chornoivan2015-08-291-403/+29
|
* do not "restore" mouse cursor on the root windowThierry Vignaud2015-07-311-1/+0
| | | | | we haven't set it to 'wait' and this causes a crash if we don't own it (mga#15729)
* Update Thai translation from TxYuri Chornoivan2015-07-301-632/+196
|
* Update Slovak translation from TxYuri Chornoivan2015-07-201-621/+65
|