Christopher Michael
fd99954b54
Add config src file for config panel module w/ silly menu disabled.
...
SVN revision: 46619
14 years ago
Christopher Michael
016f15ef84
Add config src file for Conf module w/ silly menu disabled.
...
SVN revision: 46618
14 years ago
Christopher Michael
28ad67b765
Hook into zone_resize so we can adjust minimum width when zone changes
...
size.
SVN revision: 46600
14 years ago
Christopher Michael
8294b889c5
Add handler for zone_move_resize so we can adjust minimum width of
...
indicator when zone size changes.
SVN revision: 46599
14 years ago
Daniel Kolesa
fd63280f2e
Merge configmenu from extras with Configuration Panel module(after discussion with raster). For this, I added API to disable or enable any augmentation point from any module and later enable it again. Thanks to this merge, you can have configuration panel categories directly in main menu, replacing old items like Gadgets in that submenu. You can easily switch to old style from Advanced->Configuration Panel, if the module is disabled it is the old style of course. Also I removed configmenu from emodules when it is not needed anymore.
...
SVN revision: 46587
14 years ago
Carsten Haitzler
e15c3cc2ed
missing eapi's
...
SVN revision: 46575
14 years ago
Christopher Michael
d2a7162547
TAsn's patch for LTR->RTL support in keyboard. (with formatting fixes).
...
SVN revision: 46550
14 years ago
Gustavo Sverzut Barbieri
7255cc7b32
quaker said valgrind 3.5 just accept a byte value (0-255)
...
SVN revision: 46537
14 years ago
Christopher Michael
2466083ecd
Don't segfault if keyboard has no border.
...
SVN revision: 46520
14 years ago
Christopher Michael
30af6de375
Add 'UNUSED' to functions for which some parameters are never used.
...
SVN revision: 46515
14 years ago
Christopher Michael
bac3f35172
Rename some more functions to be 'illume' specific so we don't clash.
...
SVN revision: 46514
14 years ago
Christopher Michael
4b72868092
Oops, don't EAPI those.
...
SVN revision: 46512
14 years ago
Christopher Michael
2468456d1b
Rename some functions to be more 'illume' specific so we don't get any
...
potential clashes w/ other modules.
SVN revision: 46511
14 years ago
Christopher Michael
301223f66f
Remove last remaining round-trip.
...
Remove some printfs.
Fix some formatting.
SVN revision: 46510
14 years ago
Christopher Michael
22761b568b
Don't need to send a layout update when animation is done (it's already send
...
in the show/hide calls).
Send new keyboard geometry if we are not animating also.
SVN revision: 46509
14 years ago
Christopher Michael
f5d8886bad
Remove 2 more round-trips. (Tested and did not see any adverse effects, but
...
left orig code commented out just in case).
Add some additional comments.
SVN revision: 46508
14 years ago
Christopher Michael
e2b13655b3
Add illume dox file to configure.ac
...
SVN revision: 46473
14 years ago
Christopher Michael
85cbec19a7
Better documentation structure.
...
SVN revision: 46472
14 years ago
Christopher Michael
ec910dae73
Remove excessive line breaks.
...
(Do we really need that many line breaks in a description ?)
SVN revision: 46471
14 years ago
Christopher Michael
608650d856
Maximum framerate in advanced should match the maximum in basic.
...
SVN revision: 46470
14 years ago
Massimo Maiurana
d48992c46f
updating greek translations
...
SVN revision: 46468
14 years ago
Carsten Haitzler
cde353aa9b
printf--
...
SVN revision: 46462
14 years ago
Carsten Haitzler
5ffdd6a06a
make frameinfo work on env var. export DFI=1
...
SVN revision: 46461
14 years ago
Carsten Haitzler
4513a24797
no more round trips! bad bad bad!
...
SVN revision: 46459
14 years ago
Carsten Haitzler
6ca28f148a
idle cursor should not be on in illume! useless!
...
SVN revision: 46457
14 years ago
Christopher Michael
07062860cb
Handle policy activate layer a bit better (don't set so high).
...
Add an easily adjusted variable in policy.h for POL_ACTIVATE_LAYER.
SVN revision: 46454
14 years ago
Carsten Haitzler
395e679706
fix sync issue.
...
SVN revision: 46452
14 years ago
Christopher Michael
5fda7b5150
Add some more docs.
...
Prep some structures for documentation (just modifying the code format).
SVN revision: 46451
14 years ago
Christopher Michael
5180f292dd
Fix focus track issue(s) as reported by TAsn.
...
SVN revision: 46446
14 years ago
Christopher Michael
94df5150d1
Ok, we cannot accept focus on home window...leads to focus track issues.
...
SVN revision: 46445
14 years ago
Christopher Michael
4bf3e5c772
Check for new_client when laying out indicator. (Needed for elm_indicator
...
app).
SVN revision: 46438
14 years ago
Viktor Kojouharov
a1c976af85
move the hour hand according to the elapsed minutes in an hour
...
SVN revision: 46433
14 years ago
Christopher Michael
410536ba3d
Set illume zone list. Needed for elm_indicator.
...
SVN revision: 46432
14 years ago
Christopher Michael
5135baa904
Fix structure definition.
...
SVN revision: 46422
14 years ago
Christopher Michael
af5d569cdc
Update documentation. (Doxygen now generates docs for structure members too
...
:))
SVN revision: 46421
14 years ago
Christopher Michael
f799583101
Update layout properly when zone changes size or moves. This should fix
...
xrandr issue for TAsn ;)
SVN revision: 46413
14 years ago
Christopher Michael
9762df18a3
Unhide a border if we are looping through focus.
...
SVN revision: 46411
14 years ago
Christopher Michael
25859b62f7
Check home count based on current mode and create or focus home window
...
accordingly.
SVN revision: 46409
14 years ago
Christopher Michael
7a79cfc933
Add sending keyboard geometry for conformant apps.
...
SVN revision: 46404
14 years ago
Massimo Maiurana
8388334efc
updating greek translations
...
SVN revision: 46399
14 years ago
Christopher Michael
536cc819b1
Fix NETWM Activate issue where the window would not raise or focus. This
...
works wrt fullscreen windows also.
Fix issues wrt hide/show race conditions that raster pointed out.
Fix issue where previous window was not shown again.
SVN revision: 46397
14 years ago
Christopher Michael
84301f2dde
Believe that home windows can now accept/take focus. Have not seen any
...
adverse effects with this yet.
SVN revision: 46396
14 years ago
Carsten Haitzler
ecc2b94660
e17 - clean out old clokc images... use map! :) should use for cpufreq too.
...
SVN revision: 46386
14 years ago
Christopher Michael
c96252d83b
More doxy for structures...tho they still do not show up in generated output
...
:(
SVN revision: 46379
14 years ago
Christopher Michael
e906cf5918
More doxy for Policy API. (Bonus points to the person who figures out why
...
doxygen will not generate docs for structure members here).
SVN revision: 46378
14 years ago
Christopher Michael
e39cd7f5fb
Make indicator work again wrt Scale changes.
...
SVN revision: 46377
14 years ago
Christopher Michael
28c0c74d6a
Make softkey respond again to Scale changes.
...
SVN revision: 46376
14 years ago
Christopher Michael
134b4f46ef
Add some printfs for debugging.
...
SVN revision: 46375
14 years ago
Christopher Michael
c5a9761839
No need to set zone here.
...
SVN revision: 46364
14 years ago
Carsten Haitzler
c5ab22f34a
delay order re-load from monitor signal
...
SVN revision: 46351
14 years ago