Commit Graph

354 Commits

Author SHA1 Message Date
Daniel Juyung Seo 8d94f7fc82 feature: added setting start widget.
$ elm_theme_viewer -w check
will trigger launching elm_theme_viewer with check widget styles.
This is very convenient feature for repeatative testing.
2013-08-15 03:20:30 +09:00
Daniel Juyung Seo 0eaf54840b refactoring. use box and bg instead of evas rectangle. 2013-08-15 02:53:25 +09:00
Daniel Juyung Seo 65794f7883 widget_option: fixed gengrid widget option layout. 2013-08-15 02:49:19 +09:00
Daniel Juyung Seo 187ef5ca50 fixed build warnings. 2013-08-15 02:41:31 +09:00
Daniel Juyung Seo 35db5c2285 widget_option: added item size width/height change option for gengrid. 2013-08-15 01:07:25 +09:00
Daniel Juyung Seo a57c7ad442 widget_option: support selected option to check. 2013-08-15 00:39:36 +09:00
Daniel Juyung Seo b1402fd14f widget_option: added more options for popup content. 2013-08-14 22:10:06 +09:00
Daniel Juyung Seo 1b708b9af5 widget: fixed formatting. 2013-08-14 16:58:08 +09:00
Daniel Juyung Seo fbf3df2336 widget_option: added comments. 2013-08-14 11:11:54 +09:00
Daniel Juyung Seo 39c194d1e8 widget_option: added popup title icon support. 2013-08-14 11:09:43 +09:00
Daniel Juyung Seo dff9e3ebff widget: formatting fix. removed unnecessary code. 2013-08-14 11:09:10 +09:00
Daniel Juyung Seo f5c3d26ea1 gui: no custom style from now on. 2013-08-14 01:55:06 +09:00
Daniel Juyung Seo 39f2879621 widget: apply theme to popup properly. 2013-08-14 01:39:44 +09:00
Daniel Juyung Seo 80f171f136 widget_option: added popup title text and content support. 2013-08-14 00:25:46 +09:00
Daniel Juyung Seo f30a1ff0cd widget: added more comment. 2013-08-13 23:35:15 +09:00
Daniel Juyung Seo 7148730b35 wiget_option.c: removed unnecessary box parameter. 2013-08-13 23:30:20 +09:00
Daniel Juyung Seo 9decafc1ca widget_option: added popup button option. 2013-08-13 23:28:10 +09:00
Daniel Juyung Seo 3f261b5acc option: fixed option scale bug. 2013-08-13 19:17:23 +09:00
Daniel Juyung Seo f136feff29 widget: make the first radio selected by default. 2013-08-13 19:12:48 +09:00
Daniel Juyung Seo fee09ef328 widget_option: added check option support. 2013-08-13 18:06:03 +09:00
Daniel Juyung Seo 829b1e7199 widget_option: added radio widget option. 2013-08-13 18:00:04 +09:00
Daniel Juyung Seo 89e6d2eebb gui: adjust widget option size. 2013-08-13 13:41:01 +09:00
Daniel Juyung Seo f588ed281e widget_option: optimization.
Do not create the same object again.
2013-08-13 12:46:37 +09:00
Daniel Juyung Seo b421624017 widget_option: progressbar option works better.
Removed apply button. Just apply the changed right away.
2013-08-13 12:45:46 +09:00
Daniel Juyung Seo 588f2841f3 widget_option: implemented progressbar option. 2013-08-12 23:14:58 +09:00
Daniel Juyung Seo d9810dcb1e widget_option: default widget option for progressbar. not finished yet. 2013-08-12 22:36:14 +09:00
Daniel Juyung Seo b50153b61a widget_option: introduce widget_option files. 2013-08-12 21:46:01 +09:00
Daniel Juyung Seo ebdaded06c gui: refactoring. added widget option area. 2013-08-12 13:06:10 +09:00
Daniel Juyung Seo cea2c4eeb2 common: introduce ETV_SAFE_FREE convenient macro. 2013-08-12 11:03:33 +09:00
Daniel Juyung Seo 1661748373 gui: better error message. 2013-08-12 10:55:30 +09:00
Daniel Juyung Seo dd6014ff17 option: check if option is initialized before using it. 2013-08-12 10:55:19 +09:00
Daniel Juyung Seo acf81064b4 option: refactoring. introduce Option_Data structure. 2013-08-12 10:45:42 +09:00
Daniel Juyung Seo 7f176c315a gui_option: refactoring. introduce Gui_Option_Data structure. 2013-08-12 10:28:44 +09:00
Daniel Juyung Seo 97601e0ffd gui: Refactoring. Introduce Gui_Data structure. 2013-08-12 04:32:33 +09:00
Daniel Juyung Seo e3883c2d50 option/gui_option: support focus highlight animation configuration. 2013-08-12 03:48:55 +09:00
Daniel Juyung Seo f9a0ca8477 option: refactoring. split option. added more option getters/setters. 2013-08-12 03:39:52 +09:00
Daniel Juyung Seo ee7f48633c gui_option/option: refactoring. split gui_option/option from gui.c 2013-08-12 03:15:43 +09:00
Daniel Juyung Seo 183f9668ff layout/gui: dark theme support.
if the theme name starts with "dark", elm-theme-viewer will load dark colored layout.
2013-08-11 14:55:54 +09:00
Daniel Juyung Seo f79daf091d gui: layout change.
1. incresed window default width.
2. reduced left content size of panes.
2013-08-11 14:39:03 +09:00
Daniel Juyung Seo cde2a03ae8 widget: added text in check style. 2013-08-05 17:51:48 +09:00
Daniel Juyung Seo 38255c462a gui: added background change feature stub. it's not working yet. 2013-08-02 15:51:55 +09:00
Daniel Juyung Seo 57dc6a8971 README: added supported feature list. 2013-08-02 15:08:14 +09:00
Daniel Juyung Seo 4806eeb0ab main: add setlocale code but comment it out as of now. 2013-08-01 13:13:51 +09:00
Daniel Juyung Seo b6d5e9f8c1 widget: support more entry features. 2013-07-31 15:45:55 +09:00
Daniel Juyung Seo 1f26664383 gui: added focus highlight option. 2013-07-31 02:31:13 +09:00
Daniel Juyung Seo 0b9453b6bc gui: fix disabled check status. 2013-07-30 10:57:19 +09:00
Daniel Juyung Seo 7f5a6f2af2 widget: support multibuttonentry. 2013-07-23 16:24:51 +09:00
Daniel Juyung Seo c9d5a1f188 widget: add radio support. 2013-07-21 15:17:05 +09:00
Daniel Juyung Seo 11f90e551d theme: fixed formatting. 2013-07-15 14:40:22 +09:00
Daniel Juyung Seo 8e310424db theme/main: refactoring wrt memory.
1. shutdown the theme after using it. theme_shutdown()
2. free edje_file_collection_list.
2013-07-15 14:31:30 +09:00