Christopher Michael
30b60b5bd3
No point in running find_by_client_window here as we do nothing with it
...
anyway.
SVN revision: 46104
13 years ago
Carsten Haitzler
11ddc952af
less overhead... maybe.
...
SVN revision: 46076
13 years ago
Carsten Haitzler
2c22b1f6c1
more overhead. screw u composite! screw you!. i now know what is needed...
...
and whats there now is not pretty.
SVN revision: 46074
13 years ago
Carsten Haitzler
b98aa59ac4
defer showing a composited window until first render.
...
SVN revision: 46072
13 years ago
Carsten Haitzler
e14a685399
debug. off.
...
SVN revision: 46071
13 years ago
Carsten Haitzler
4fbe140b50
fade ... OFF!
...
SVN revision: 46070
13 years ago
Carsten Haitzler
64758733a6
fix some bugs i added to compositing in making gl more solid - software
...
compositing that is.
SVN revision: 46069
13 years ago
Christopher Michael
2a915fae74
Take into account zone->y when setting position.
...
Don't need to lock border location unless we are changing zones.
SVN revision: 46056
13 years ago
Christopher Michael
fc92b9a9dd
Don't set lock_user_location unless we are setting zone.
...
Remove useless function calls.
SVN revision: 46055
13 years ago
Carsten Haitzler
eed1782f5f
and some more compositor work - now its looking mroe solid.
...
SVN revision: 46045
13 years ago
Carsten Haitzler
8296dcf1a2
debug++ and fix small no-re-render case.
...
SVN revision: 46038
13 years ago
Carsten Haitzler
a8a37957c3
some mroe fixes and improvements.
...
SVN revision: 46037
13 years ago
Carsten Haitzler
218c418dc9
compositing work - make it solid and work in more places. hopefully this
...
fixes some other issues if u turn on "keep hidden windows".. but that seems
to creat others atm.
SVN revision: 46036
13 years ago
Christopher Michael
cecda9c13d
Fix for showing windows @ their original size, then resizing them.
...
Some cleanup of code.
SVN revision: 46034
13 years ago
Christopher Michael
9fc08dd6c4
And adjust size hint when setting icon too. (Same problem as previous commit
...
wrt text).
SVN revision: 46033
13 years ago
Christopher Michael
bdb0df2303
Set min size on button when text is set. (Found this after creating a button
...
w/ no text, than later setting the text...the size was never adjusted).
SVN revision: 46032
13 years ago
Christopher Michael
3b3ba5fe73
Don't need to feed mouse event here anymore.
...
SVN revision: 46016
13 years ago
Christopher Michael
1c54bdde06
No point in calling x_window_geometry_get here, we never use the returned
...
width or height afterwards.
SVN revision: 46014
13 years ago
Christopher Michael
9956b1d406
Respect internal_no_remember flag.
...
SVN revision: 45994
13 years ago
Christopher Michael
24552e95bf
No need to include these anymore. They are included by default w/ Ecore_X.h
...
SVN revision: 45955
13 years ago
Gustavo Lima Chaves
ef3674c073
Enable proper compiling with no -O2.
...
SVN revision: 45947
13 years ago
Christopher Michael
2d846f27ed
Remove .pc file (not used anymore).
...
SVN revision: 45940
13 years ago
Christopher Michael
c466a427b3
Layout fixes for conformant windows (wrt keyboard).
...
SVN revision: 45936
13 years ago
Christopher Michael
63c874d7a6
Fix quickpanel not showing correctly (this also needs elm_win update).
...
SVN revision: 45935
13 years ago
Christopher Michael
3e0530d2b2
Cannot enable instant edit just yet. Causes problems w/ our event window.
...
SVN revision: 45933
13 years ago
Christopher Michael
7d96aaa67f
Handle border property change events for Fullscreen/Unfullscreen.
...
SVN revision: 45932
13 years ago
Carsten Haitzler
814260e35b
fix native surface oopsie!
...
SVN revision: 45931
13 years ago
Carsten Haitzler
f274652e1f
add sugusr1 to bring uo std config panel
...
SVN revision: 45929
13 years ago
Carsten Haitzler
c14491ffd0
some infra for doing effects later
...
SVN revision: 45926
13 years ago
Christopher Michael
9260b043d7
Oops, that should have been show/hide bottom panel (according to fixme).
...
SVN revision: 45924
13 years ago
Christopher Michael
f82a3fb67e
Address fixme for show/hide indicator window.
...
SVN revision: 45923
13 years ago
Carsten Haitzler
204cf10765
more opts.
...
SVN revision: 45899
14 years ago
Carsten Haitzler
1895436210
and set default values for new configs
...
SVN revision: 45898
14 years ago
Carsten Haitzler
5a6a818195
manh more compositor options... in pareparation for more. use toolbook.
...
SVN revision: 45897
14 years ago
Carsten Haitzler
a5c4d29cb9
fix toolbar bug in sizing
...
SVN revision: 45896
14 years ago
Carsten Haitzler
00e6bf4bf1
make back./fwd arrow actuall advance items in toolbar
...
SVN revision: 45894
14 years ago
Carsten Haitzler
83667835bc
oh and make indicator instant-edit...
...
and... better illume-home config with comp enabled...
SVN revision: 45892
14 years ago
Carsten Haitzler
1595840134
some stuff... hmmm.
...
SVN revision: 45890
14 years ago
Luis Felipe Strano Moraes
77cba40502
Fixing make dist on enlightenment.
...
SVN revision: 45877
14 years ago
Gustavo Sverzut Barbieri
b1462593e1
Registry config dialog into Settings Panel
...
By: Lucas De Marchi <lucas.demarchi@profusion.mobi>
SVN revision: 45816
14 years ago
Gustavo Sverzut Barbieri
d3ac4a7f77
Add dialog to configure connman
...
By: Lucas De Marchi <lucas.demarchi@profusion.mobi>
SVN revision: 45815
14 years ago
Gustavo Sverzut Barbieri
7d02d75954
Request scan on all technologies upon start
...
By: Lucas De Marchi <lucas.demarchi@profusion.mobi>
SVN revision: 45814
14 years ago
Gustavo Sverzut Barbieri
91e3640b56
Fix services list not being initialized
...
Services list must be initialized to NULL, otherwise when turning the
module back bad things may happen.
By: Lucas De Marchi <lucas.demarchi@profusion.mobi>
SVN revision: 45813
14 years ago
Gustavo Sverzut Barbieri
5dcd42d899
Add list of enabled technologies
...
Create a list with the names of enabled technologies and allow user
to determine if a certain technology is enabled.
By: Lucas De Marchi <lucas.demarchi@profusion.mobi>
SVN revision: 45812
14 years ago
Gustavo Sverzut Barbieri
c99d8c8100
Add list of available technologies
...
Add E_Connman_Technology struct and create a list inside
E_Connman_Module_Context which will keep track of all available
technologies.
By: Lucas De Marchi <lucas.demarchi@profusion.mobi>
SVN revision: 45811
14 years ago
Gustavo Sverzut Barbieri
0384befb49
Create _connman_service_new_list_item()
...
In order to be able to share item creation with config dialog.
SVN revision: 45810
14 years ago
Gustavo Sverzut Barbieri
0f1322c04b
cleaning - remove extra comments and debugs
...
By: Lucas De Marchi <lucas.demarchi@profusion.mobi>
SVN revision: 45809
14 years ago
Hannes Janetzek
8935019960
everything text plugin: only create item, when there is input
...
SVN revision: 45808
14 years ago
Hannes Janetzek
e609c39dbc
awesome new plugin for everything. 'text' creates an item for the text you type (=
...
SVN revision: 45807
14 years ago
Hannes Janetzek
be5679a2a2
provide plugindir for with pkg-config
...
SVN revision: 45806
14 years ago