Gustavo Sverzut Barbieri
4dbd25097b
More const added.
...
SVN revision: 33738
15 years ago
Christopher Michael
c4c0110ce3
more evas_hash_foreach fixes.
...
add __UNUSED__ where needed.
SVN revision: 33735
15 years ago
Christopher Michael
91c1375226
more evas_hash_foreach fixes.
...
Add __UNUSED__ where appropriate.
Fix some formatting.
SVN revision: 33734
15 years ago
Christopher Michael
cf508ad07b
fixes for recent evas_hash changes.
...
actual add func proto for the evas_hash_foreach callback function.
SVN revision: 33733
15 years ago
Christopher Michael
b814cecfd2
fix evas_hash_foreach function for recent Evas changes.
...
fix some formatting.
SVN revision: 33732
15 years ago
Gustavo Sverzut Barbieri
7d2c24861b
Fix mouse bindings dialog.
...
Thanks to jcwong to report and lok to help finding the solution.
Weird is that it's broken for more than 6 months (last change from
history is raster moving it to module).
SVN revision: 33730
15 years ago
Sebastian Dransfeld
2cbb26fb44
Need to update edge windows after updating flip.
...
SVN revision: 33728
15 years ago
Christopher Michael
1bfb394ec1
Fix module description to use proper grammar.
...
SVN revision: 33721
15 years ago
Christopher Michael
f9bb9fdf5a
Add __UNUSED__ to evas_hash_foreach function.
...
SVN revision: 33720
15 years ago
Christopher Michael
f723e3499c
Fix function protos & functions for recent Evas_Hash changes to remove
...
compiler warnings.
Fix some formatting in e_font.
SVN revision: 33719
15 years ago
Gustavo Sverzut Barbieri
746ea5f85a
Fix warnings.
...
SVN revision: 33717
15 years ago
Gustavo Sverzut Barbieri
f1ba6e8204
e_widget_check calls calls widget change.
...
SVN revision: 33705
15 years ago
Christopher Michael
0b2da649e7
Fix more nasty formatting.
...
Please, please, please do not run 'indent' on E's code. It really makes a
mess of things :)
SVN revision: 33696
15 years ago
Christopher Michael
78afa37d21
Fix horrid formatting.
...
SVN revision: 33695
15 years ago
Gustavo Sverzut Barbieri
ee8764718c
Add const to e_widget_tlist and e_tlist.
...
SVN revision: 33694
15 years ago
Gustavo Sverzut Barbieri
6856f48592
Add const to e_widget_slider fmt.
...
SVN revision: 33693
15 years ago
Gustavo Sverzut Barbieri
28f94c2d0d
Add const to e_widget_radio label and icon.
...
SVN revision: 33692
15 years ago
Gustavo Sverzut Barbieri
5de1c63e87
Add const to e_widget_image file and part.
...
SVN revision: 33691
15 years ago
Gustavo Sverzut Barbieri
b09b8061bf
Add const to check's label and icon.
...
SVN revision: 33690
15 years ago
Gustavo Sverzut Barbieri
9f97352e84
Add const to frametable's label.
...
SVN revision: 33689
15 years ago
Christopher Michael
8e521eb303
Remove uselss if block. The same calculation was being done in both parts of
...
the if.
Fix some formatting issues.
SVN revision: 33686
15 years ago
Carsten Haitzler
44191ab9cf
temp module patches to make it work again.
...
15 years ago
Miculcy Brian
0c3c93f9ad
Fixed: Pointer sliding (focus) shouldn't happen when dragging in...
...
Bugzilla: 380
SVN revision: 33684
15 years ago
Gustavo Sverzut Barbieri
ce808eb614
Remove unused E_Gadcon_Popup->o_con
...
SVN revision: 33680
15 years ago
Gustavo Sverzut Barbieri
5ebcf31112
Avoid invalid read, remove useless calls.
...
e_object_del(E_OBJECT(pop->win)) will call ecore_evas_free() which
calls evas_free() which deletes all the objects, making pop->o_bg a
invalid read in its evas_object_del(). So it must be reordered, even
better the evas_object_del(pop->o_bg) can be avoided.
Since the window is deleted, no need to e_gadcon_popup_toggle_pinned()
it.
PS: need to check if there are users of o_con, if not, it should be
removed too.
SVN revision: 33679
15 years ago
Carsten Haitzler
5c2641e5dd
1. fix abort in tiff loader
...
15 years ago
Carsten Haitzler
05fc729bf8
new widgety stuff
...
15 years ago
Christopher Michael
407167eceb
No need for 2 color statements.
...
SVN revision: 33661
15 years ago
Nicholas Hughart
e6acbda91b
Add support for the new sysfs acpi power interface. With 2.6.24 kernels, the procfs inteface has been marked deprecated. Few people have tested without issues.
...
SVN revision: 33644
15 years ago
Sebastian Dransfeld
6de51f5ec4
Remove unused variable.
...
SVN revision: 33639
15 years ago
Sebastian Dransfeld
7cfefaf692
Add const modifier.
...
SVN revision: 33638
15 years ago
Christopher Michael
7b394739ae
Remove redundant checks for horizontal; replace with one simple check.
...
SVN revision: 33615
15 years ago
Carsten Haitzler
00f55d1b10
useless fetch
...
15 years ago
Miculcy Brian
932c2dcc10
fix segfault
...
SVN revision: 33609
15 years ago
Massimo Maiurana
966177f26a
*** empty log message ***
...
SVN revision: 33607
15 years ago
Christopher Michael
87ad212fab
Very minor formatting fix.
...
SVN revision: 33606
15 years ago
Carsten Haitzler
ef7ca9353d
asparagus! also pass distcheck and have common autofoo init that is
...
15 years ago
Carsten Haitzler
6c730ee081
cosmetic for longer text.
...
15 years ago
Carsten Haitzler
4c72ca99bd
no need to strdup to "" for name and class and machne - NULL is acceptable.
...
15 years ago
kaethorn
d5da14159e
add tempget to debian package.
...
SVN revision: 33589
15 years ago
Massimo Maiurana
70b82a247b
*** empty log message ***
...
SVN revision: 33580
15 years ago
Carsten Haitzler
ac82ddd658
if a module entry is null - skip it safely. same with name of module being
...
15 years ago
Miculcy Brian
4fd276612f
Shelf delete without confirmation dialog when disabled in the dialog settings.
...
SVN revision: 33574
15 years ago
Carsten Haitzler
284f202c13
use signed char - this is actually a numeric not a string - and negative
...
15 years ago
Massimo Maiurana
fe72bc6f11
*** empty log message ***
...
SVN revision: 33565
15 years ago
Carsten Haitzler
b92a1a6e24
thumbscroll. the ability to scroll any widget (anything scrolled by the
...
15 years ago
Massimo Maiurana
3210647b5e
restored finnish localization.
...
SVN revision: 33551
15 years ago
Carsten Haitzler
1852c63c63
use -null- to avoid shell parsing stuff with (null)
...
15 years ago
Eric Schuele
103936c011
Allow ibox to show the border caption. This was not garunteed with the previously available options.
...
SVN revision: 33546
15 years ago
Carsten Haitzler
e29f245b1c
actions added patch - config limit ping to min of 2 secs. :)
...
15 years ago