Commit Graph

354 Commits

Author SHA1 Message Date
Daniel Juyung Seo b472751be0 gui: don't need to handle dark theme. default is dark now :) 2013-11-06 12:37:27 +09:00
Daniel Juyung Seo 87a1a53115 widget_option: added toolbar shrink widget option. 2013-09-17 13:34:10 +09:00
Daniel Juyung Seo 934af5425a widget: apply user theme to menu object. 2013-09-10 16:53:27 +09:00
Daniel Juyung Seo 9b3977831e widget_option: introduce WIDGET_OPTION_HOVERSEL_CHANGED_CB macro. 2013-09-04 14:10:11 +09:00
Daniel Juyung Seo 8823706eb5 widget_option: apply hoversel to popup button number widget option. 2013-09-04 13:50:01 +09:00
Daniel Juyung Seo 639f360b34 widget_option: use more hoversel and added hoversel full macro. 2013-09-04 13:43:27 +09:00
Daniel Juyung Seo 62a564f47c widget_option: refactoring. use macro for check callbacks. 2013-09-03 15:07:30 +09:00
Daniel Juyung Seo ddac8ebfe0 widget_option: use WIDGET_HOVERSEL_ADD macro. 2013-09-03 14:16:57 +09:00
Daniel Juyung Seo 89e1113f5b widget_option: added indicator position widget option for actionslider. 2013-09-03 14:14:47 +09:00
Daniel Juyung Seo bb5746ccc3 widget_option: added actionslider magnet pos set widget option. 2013-09-03 06:21:53 +09:00
Daniel Juyung Seo 1372bb5fae widget_option: added short text widget option for popup. 2013-09-02 20:00:05 +09:00
Daniel Juyung Seo 97d75c8045 widget_option: added gengrid horz/vert align widget option. 2013-09-01 10:11:26 +09:00
Daniel Juyung Seo fa2db989a6 widget_option: added vert/horiz padding macro and changed existing padding macro.
WIDGET_OPTION_HORIZ_PADDING_ADD
WIDGET_OPTION_VERT_PADDING_ADD
WIDGET_OPTION_PADDING_ADD
2013-09-01 09:51:57 +09:00
Daniel Juyung Seo d96963cd68 widget_option: added WIDGET_OPTION_HORIZ_BOX_ADD() macro. 2013-09-01 09:45:26 +09:00
Daniel Juyung Seo 3ea332fdc6 widget_option: used hoversel for popup orient option. 2013-08-30 18:15:48 +09:00
Daniel Juyung Seo 9e6c219537 widget_option: added popup orient set option. 2013-08-30 02:24:08 +09:00
Daniel Juyung Seo cd8e9ce235 option_gui: fixed background settig alignment. 2013-08-29 03:07:43 +09:00
Daniel Juyung Seo 4ce712d44f widget: removed unnecessary variables. 2013-08-29 03:02:08 +09:00
Daniel Juyung Seo 6e4a28e462 gui_option -> option_gui. 2013-08-29 03:01:42 +09:00
Daniel Juyung Seo fdd71ced73 gui_option: fixed formatting. 2013-08-29 02:58:27 +09:00
Daniel Juyung Seo 55cb51f0b6 gui_option: added option save button but not working yet. 2013-08-29 02:57:46 +09:00
Daniel Juyung Seo 2fdc982031 gui: no const for buf. 2013-08-28 22:12:29 +09:00
Daniel Juyung Seo bd8563c7fe widget_option: added genlist widget option, content type. 2013-08-28 22:11:38 +09:00
Daniel Juyung Seo 6fc6deb187 gui/gui_option: changed default background. added background change infrastructure but it's not working yet." 2013-08-28 21:44:40 +09:00
Daniel Juyung Seo a31bbf2823 configure.ac: bump up required elementary version to 1.7.99. 2013-08-28 21:12:30 +09:00
Daniel Juyung Seo 11bb1c1b7f widget_option: added widget option to entry. 2013-08-28 17:37:15 +09:00
Daniel Juyung Seo bad7c1df07 widget_option: added gengrid size change entry feature.
1. on focused, select all text.
2. on activated, apply the changes.
2013-08-26 16:59:22 +09:00
Daniel Juyung Seo f2123d7328 widget: naviframe supports infinit item push. 2013-08-26 16:53:51 +09:00
Daniel Juyung Seo 8c77eff28d README: added command line option. 2013-08-24 05:01:58 +09:00
Daniel Juyung Seo 7fd5ee3063 widget_option: added a padding for the option box.
+ added a macro for the later usage.
2013-08-23 19:56:08 +09:00
Daniel Juyung Seo bc3a730c24 widget_option: added gengrid text length option. 2013-08-23 19:39:12 +09:00
Daniel Juyung Seo 3298ab5040 widget: fixed popup scale support. 2013-08-23 02:07:44 +09:00
Daniel Juyung Seo 67e6f1dfdf widget_option: added genlist widget_option. 2013-08-22 21:57:25 +09:00
Daniel Juyung Seo fddab9f2ba widget_option: added slider widget option support. 2013-08-22 02:37:33 +09:00
Daniel Juyung Seo 619dad556d widget_option: added button widget option support. 2013-08-22 01:17:40 +09:00
Daniel Juyung Seo f07bfc6dfb gui: reset the widget description when style list is poped by naviframe. 2013-08-20 01:33:17 +09:00
Daniel Juyung Seo b4d99992fa gui: added comments and fixed typo. 2013-08-20 01:27:07 +09:00
Daniel Juyung Seo d166723675 gui: create widget description frame when any of widget is selected. 2013-08-20 01:26:27 +09:00
Daniel Juyung Seo 72bdd5a2a5 TODO: updated 2013-08-15 23:24:57 +09:00
Daniel Juyung Seo d2d1ea5c38 gui: introduced a widget style filter infra structure. not matured yet. 2013-08-15 23:24:09 +09:00
Daniel Juyung Seo efc7247305 gui: refactoring. split _gui_widget_style_load() function. 2013-08-15 23:16:03 +09:00
Daniel Juyung Seo 7982b01211 widget: fix up win sample. enhance usability with button. 2013-08-15 23:08:38 +09:00
Daniel Juyung Seo 08d4b5c984 TODO: updated. 2013-08-15 04:47:20 +09:00
Daniel Juyung Seo 8c93883444 gui: added a logo. 2013-08-15 04:38:07 +09:00
Daniel Juyung Seo 88f16b2978 refactoring: added 'static' to internal functions. 2013-08-15 04:13:04 +09:00
Daniel Juyung Seo f6c153c956 gui: disabled unimplemented menus. 2013-08-15 04:08:18 +09:00
Daniel Juyung Seo 0b31028f32 refactoring. save widget naviframe to Gui_Data. 2013-08-15 04:07:57 +09:00
Daniel Juyung Seo 0449cf12a0 feature: added widget search feature.
now you can search widget by typing partial text in entry.
2013-08-15 04:01:34 +09:00
Daniel Juyung Seo ba68bd7ee4 README: better separator. 2013-08-15 03:34:37 +09:00
Daniel Juyung Seo 8562b6a5d6 refactoring. added gui_init, option_init counter.
shutdown them only when they're initialized.
2013-08-15 03:28:17 +09:00