Carsten Haitzler
29856dc09c
update po's
...
SVN revision: 67952
12 years ago
Carsten Haitzler
515819cdb5
make all zone matching agree on the same convention - use zone->num,
...
not zone->id. zone->id is for matching u to zinerama/xrandr
screens/outputs. e re-sorts based on highest res screens first, lower
res later.
SVN revision: 67951
12 years ago
Carsten Haitzler
697cadcc45
make battery alert only happen @ 10%
...
SVN revision: 67950
12 years ago
Carsten Haitzler
e7167e7c91
in illume softkey - use min size calc.
...
SVN revision: 67949
12 years ago
Carsten Haitzler
74784b5ac2
make fullscreen windows on layer 300 (well above everythign and
...
anything) as it should be.
SVN revision: 67850
12 years ago
Carsten Haitzler
cbe5220805
make ctrl+alt+f a default binding for fullscreen toggle
...
SVN revision: 67849
12 years ago
Carsten Haitzler
1517091652
add wiz page about update checks.
...
SVN revision: 67848
12 years ago
Carsten Haitzler
b164a4c0db
fix some battery errant warnings and dump some info about decisions
...
made for battery warning alert
SVN revision: 67847
12 years ago
Carsten Haitzler
b0100ffb75
actually full restart after wizard, not normal restart
...
SVN revision: 67846
12 years ago
Carsten Haitzler
570ac8fa68
and make back-off on update checks limit at about 1 day, not 6 days.
...
12 years ago
Carsten Haitzler
eff3e8a711
update now delivers uuid.
...
SVN revision: 67827
12 years ago
Carsten Haitzler
8cbc14a2e2
fix stacking netwm prop set! that was bad!
...
SVN revision: 67824
12 years ago
Carsten Haitzler
49e08fe68e
ok - until i finihs off syscon config - dont dup entires. havent done
...
entry editing yet.
SVN revision: 67788
12 years ago
Christopher Michael
3d1e0180a2
Illume: Remove the popup. It's not needed now.
...
NB: Once again, the Old Man is correct ;)
SVN revision: 67773
12 years ago
Carsten Haitzler
b0b7bea223
use http 1.0 for posts!
...
SVN revision: 67760
12 years ago
Michael BOUCHAUD
5aae4607ea
e: add hand pointer
...
SVN revision: 67756
12 years ago
Massimo Maiurana
a8a9fac8e3
updating russian translation
...
SVN revision: 67741
12 years ago
Carsten Haitzler
60fea9433f
hey e_randr... lets not segv on setting up screen eh?
...
SVN revision: 67700
12 years ago
Carsten Haitzler
6c3a3258f1
make printfs for backight debug.. have newlines and stuff...
...
SVN revision: 67699
12 years ago
Massimo Maiurana
5290aa91a3
updating arabic translation
...
SVN revision: 67689
12 years ago
Christopher Michael
3e337912bd
E Comp (wayland): Rename HAVE_WAYLAND to HAVE_WAYLAND_CLIENTS so there
...
is no confusion wrt the "wayland only" version of e17.
SVN revision: 67636
12 years ago
Christopher Michael
75b6d29ad6
E Comp (wayland): Add a surface repick when old surface gets
...
destroyed. Add a surface repick call when we raise an existing
surface. Fix redraw for surfaces which use a gl texture.
SVN revision: 67633
12 years ago
Christopher Michael
8e219d3455
E Comp (wayland): Use the wayland method of getting time (appears some
...
wayland clients have issues with using E's timestamp from events).
SVN revision: 67632
12 years ago
Carsten Haitzler
040bc74f20
and by default only suspecnd on lid definitely being closed.
...
SVN revision: 67603
12 years ago
Carsten Haitzler
16022b1d80
properly get lid status! my god this has been broken for a while!
...
SVN revision: 67602
12 years ago
Christopher Michael
9ba038d504
E Comp (wayland): Get important input from X11 (focus in/out, mouse
...
in/out, mouse down/up, key down/up, etc, etc) and pass it on to
wayland clients in the form that they expect (wayland events).
SVN revision: 67593
12 years ago
Christopher Michael
2b36a0e7ba
E Comp (wayland): Add getting pixmap for egl surfaces.
...
SVN revision: 67592
12 years ago
Christopher Michael
a764120adf
E Comp (Wayland): Only fetch pixmap from wayland if we are a 'border'
...
window and 'borderless' (helps reduce apparent lag people were having).
NB: This is only enabled IF you do it on purpose with
--enable-wayland-clients when building E17. If NOT, then it defaults
to the code path that was there pre-existing.
SVN revision: 67576
12 years ago
Christopher Michael
9619be1673
E Comp (wayland): Add check for empty surface list (and bail out) and
...
add checks for valid buffer, and valid border.
SVN revision: 67575
12 years ago
Christopher Michael
26f6478d62
E Comp (wayland): Set border to borderless on show, so that we can
...
reduce pixmap lookups in core comp routines.
SVN revision: 67574
12 years ago
Christopher Michael
7ab3b4cb9e
E Comp (wayland): Disable getting pixmap from Wayland (for now) as
...
this seems to break compositor for normal x11 users.
SVN revision: 67568
12 years ago
Christopher Michael
c7e037e842
E Comp (wayland): Fix a few more instances of
...
ecore_x_composite_name_window_pixmap_get when building w/ wayland
client support.
SVN revision: 67556
12 years ago
Christopher Michael
aa1865a0d3
E: Added xcb-image as a dependency for wayland client support in the
...
comp module.
NB: This may be temporary. If everything works out, I may move the
needed functions for this to ecore_x calls.
SVN revision: 67554
12 years ago
Christopher Michael
98eb4d06ff
E Comp (wayland): Commit new code for comp module that renders wayland
...
clients in e17 (x11).
NB: This is an inital 'working' commit, tho there are still things on
the todo for this, so don't expect it to "fully" work yet.
SVN revision: 67553
12 years ago
Massimo Maiurana
0947490115
updating french and italian translations
...
SVN revision: 67552
12 years ago
Carsten Haitzler
aaf80033e5
add hibernate now action
...
fix backlight to not reset to default on restarts.
SVN revision: 67544
12 years ago
Massimo Maiurana
dd1d3ffda5
updating french and italian translations
...
SVN revision: 67541
12 years ago
Christopher Michael
d818752f81
E Comp (wayland): Add big FIXME note wrt why wayland clients are not
...
displaying.
SVN revision: 67531
12 years ago
Christopher Michael
b2b3fc51fc
E Comp (wayland): Fix some formatting. Set egl config_atribs to be
...
similar to the ones used in the evas_gl engine.
SVN revision: 67530
12 years ago
Christopher Michael
744b0a6658
E Comp (wayland): Set surface transform to NULL on creation.
...
SVN revision: 67529
12 years ago
Massimo Maiurana
b58cfefd41
updating arabic translation
...
SVN revision: 67503
12 years ago
Tom Hacohen
0efb4871dd
E notification: Fix notification concatenations.
...
SVN revision: 67502
12 years ago
Mike Blumenkrantz
294a0fbed2
add a slider for backlight dimming on a timer in dpms controls
...
as I have no devices which contain a controllable backlight, someone else will have to test/fix this
SVN revision: 67487
12 years ago
Mike Blumenkrantz
dada7d44ee
warning--
...
SVN revision: 67486
12 years ago
Mike Blumenkrantz
0cdcee490e
add poller for pulseaudio init
...
SVN revision: 67484
12 years ago
Christopher Michael
f636fe3065
E Comp (wayland): Remove unused function.
...
SVN revision: 67469
12 years ago
Christopher Michael
9309c86d3d
E Comp (Wayland): Handle output mode flipped.
...
SVN revision: 67468
12 years ago
Christopher Michael
03eeeaaf0c
E Comp (Wayland): Add functions for create/destroy of EGL images.
...
Add some notes....cause this STILL is NOT working :(
SVN revision: 67467
12 years ago
Christopher Michael
6d650eb556
E Comp (wayland): Handle destroy & create of egl images for surface.
...
SVN revision: 67466
12 years ago
Christopher Michael
50dd8bd43f
E Comp (wayland): Quiet output. Add EGL image functions to compositor
...
structure.
SVN revision: 67465
12 years ago