Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 13.1313.13 | RĂ©mi Verschelde | 2017-03-11 | 2 | -1/+5 | |
| | ||||||
* | Update German translation from Tx | Yuri Chornoivan | 2017-02-27 | 1 | -76/+6 | |
| | ||||||
* | Update Tajik translation from Tx | Yuri Chornoivan | 2017-02-17 | 1 | -2/+2 | |
| | ||||||
* | Update Tajik translation from Tx | Yuri Chornoivan | 2017-02-12 | 1 | -5/+5 | |
| | ||||||
* | Update Tajik translation from Tx | Yuri Chornoivan | 2017-02-11 | 1 | -54/+65 | |
| | ||||||
* | Update Tajik translation from Tx | Yuri Chornoivan | 2017-02-10 | 1 | -155/+167 | |
| | ||||||
* | Update Tajik translation from Tx | Yuri Chornoivan | 2017-02-09 | 1 | -786/+153 | |
| | ||||||
* | Update Albanian translation from Tx | Yuri Chornoivan | 2017-01-27 | 1 | -81/+8 | |
| | ||||||
* | 13.12 | Anne Nicolas | 2017-01-17 | 2 | -1/+5 | |
| | ||||||
* | Mageia 6 images for mcc | Anne Nicolas | 2017-01-17 | 3 | -0/+0 | |
| | ||||||
* | explain | Thierry Vignaud | 2017-01-16 | 1 | -1/+2 | |
| | ||||||
* | only force x11 backend if under Wayland | Thierry Vignaud | 2017-01-16 | 1 | -1/+1 | |
| | ||||||
* | 13.1113.11 | Thierry Vignaud | 2017-01-12 | 2 | -1/+3 | |
| | ||||||
* | force gtk+3 to use the x11 backend | Thierry Vignaud | 2017-01-12 | 2 | -0/+4 | |
| | | | | | | even on wayland (mga#19498) we rely on xwayland It's also needed in order to have working GtkSocket/GtkPlug | |||||
* | Update Polish translation from Tx | Yuri Chornoivan | 2016-11-14 | 1 | -492/+79 | |
| | ||||||
* | 13.1013.10 | Thierry Vignaud | 2016-11-08 | 4 | -5/+6 | |
| | ||||||
* | Update Russian translation from tx | Alexey Loginov | 2016-11-05 | 1 | -500/+73 | |
| | ||||||
* | fix using --geometry with a position | Thierry Vignaud | 2016-11-02 | 2 | -1/+3 | |
| | | | | this is regression of the gtk+3 port | |||||
* | silent perl_checker warnings | Thierry Vignaud | 2016-11-02 | 1 | -2/+3 | |
| | ||||||
* | 13.913.9 | Thierry Vignaud | 2016-11-02 | 2 | -1/+3 | |
| | ||||||
* | kill some unused functions | Thierry Vignaud | 2016-11-02 | 1 | -28/+0 | |
| | ||||||
* | silent some perl_checker warnings | Thierry Vignaud | 2016-11-02 | 1 | -0/+2 | |
| | ||||||
* | kill {size} | Thierry Vignaud | 2016-11-02 | 2 | -4/+2 | |
| | | | | thus fix centering wait message + blinking icon while loading a tool | |||||
* | kill {first_expose} | Thierry Vignaud | 2016-11-02 | 1 | -4/+0 | |
| | | | | needed for next commit, else we don't look at the righ window size | |||||
* | fix display wait message while loading a tool | Thierry Vignaud | 2016-11-02 | 2 | -0/+3 | |
| | ||||||
* | silent perl_checker | Thierry Vignaud | 2016-10-31 | 1 | -3/+3 | |
| | ||||||
* | 13.813.8 | Thierry Vignaud | 2016-10-31 | 2 | -1/+3 | |
| | ||||||
* | init size first or we'll never paint | Thierry Vignaud | 2016-10-31 | 2 | -1/+3 | |
| | | | | | or even crash in: undefined value for mandatory argument 'x' encountered at ./control-center line 1262. | |||||
* | Revert "disable animation for now" | Thierry Vignaud | 2016-10-31 | 1 | -1/+0 | |
| | | | | This reverts commit 125f4406b695b0d0e1ac2a4fea60c8a45b630e31. | |||||
* | switch from render_to_drawable() to cairo context | Thierry Vignaud | 2016-10-31 | 1 | -2/+3 | |
| | ||||||
* | reindent after previous commit | Thierry Vignaud | 2016-10-31 | 1 | -2/+2 | |
| | ||||||
* | draw: kill no more available gc & the like | Thierry Vignaud | 2016-10-31 | 1 | -21/+0 | |
| | ||||||
* | switch from draw_layout() to using Pango::Cairo | Thierry Vignaud | 2016-10-31 | 1 | -2/+2 | |
| | ||||||
* | setup Pango::Cairo | Thierry Vignaud | 2016-10-31 | 1 | -0/+6 | |
| | | | | needed for using Pango::Cairo::show_layout() | |||||
* | fix wrong methods | Thierry Vignaud | 2016-10-31 | 1 | -2/+2 | |
| | | | | | | | | we were crashing with: Can't locate object method "get_allocated_width" via package "Gtk3::Gdk::Pixbuf" at ./control-center line 1062. conversion done in commit 1981bc71c664e541c422c17c33dc449f0bf61d16 was wrong as PixBuf doesn't herit from Gtk3::Widget | |||||
* | fix accessing struct members | Thierry Vignaud | 2016-10-31 | 1 | -1/+1 | |
| | | | | Gtk2 is different from Gtk3 here | |||||
* | Revert "fix activating menu items with latest gtk+3" | Thierry Vignaud | 2016-10-25 | 2 | -1/+2 | |
| | | | | | | | | | | | This reverts commit 1f0cd8d58986d8a9f0f03f5e348c9a030417d1e5. uses the right method now that the widget has the right type this fixes the following gtk+ warning: *** Gtk3::MenuItem::activate: passed too many parameters (expected 1, got 2); ignoring excess at ./control-center line 1031. And fixes the "Display Logs" option doing nothing (mga#19147) | |||||
* | fix MenuItem type | Thierry Vignaud | 2016-10-25 | 1 | -2/+1 | |
| | | | | | | The first action hides the real one we wanted... Thus the MenuItem is now checkable again (needed for next commit) (previously we got a Gtk3::ImageMenuItem instead of a Gtk3::CheckMenuItem) | |||||
* | Update Latvian translation from Tx | Yuri Chornoivan | 2016-10-24 | 1 | -54/+6 | |
| | ||||||
* | fix gtk+ warnings about deprecated style property | Thierry Vignaud | 2016-10-23 | 2 | -5/+2 | |
| | | | | | | | we could have switched to 'outline' & 'outline-width' CSS properties but those rules were not actually used since: commit 3f121fb587ac7bd24146b73a3b1a6205945112d0 for widgets named 'focus' commit affb4f01253426fb7c8159c947e08b803d226eb9 for GtkTextView | |||||
* | sync with code | Thierry Vignaud | 2016-10-14 | 78 | -16614/+16086 | |
| | ||||||
* | don't list authors of the C version | Thierry Vignaud | 2016-10-14 | 1 | -4/+0 | |
| | | | | that was replaced by this perl version 16 years ago... | |||||
* | do not advertize artwork authors | Thierry Vignaud | 2016-10-14 | 1 | -7/+0 | |
| | | | | when that artwork was removed years ago | |||||
* | Update Basque translation from Tx | Yuri Chornoivan | 2016-10-13 | 1 | -2/+2 | |
| | ||||||
* | shrink .perl_checker blacklists | Thierry Vignaud | 2016-09-16 | 1 | -55/+0 | |
| | | | | (need latest perl_checker) | |||||
* | shrink .perl_checker blacklists | Thierry Vignaud | 2016-09-16 | 1 | -37/+0 | |
| | | | | (need latest perl_checker) | |||||
* | Update Lithuanian translation from Tx | Yuri Chornoivan | 2016-09-14 | 1 | -2/+2 | |
| | ||||||
* | Update Tamil translation from Tx | Yuri Chornoivan | 2016-09-09 | 1 | -2/+2 | |
| | ||||||
* | Update Tamil translation from Tx | Yuri Chornoivan | 2016-09-09 | 1 | -693/+173 | |
| | ||||||
* | Update Welsh translation from Tx | Yuri Chornoivan | 2016-09-04 | 1 | -81/+24 | |
| |