Commit Graph

53 Commits

Author SHA1 Message Date
Daniel Juyung Seo b962683355 gui: Fix widget list display issue. 2016-06-29 01:07:52 +09:00
Daniel Juyung Seo 7169bbd001 ETV: Bump up the year to 2015. 2015-02-04 08:12:25 +09:00
Daniel Juyung Seo ba0fa6a2fd gui: Fix the initial panes size by pixel. 2015-01-27 13:21:07 +09:00
Daniel Juyung Seo 571c3ac76a gui: Fix widget description size. 2014-12-05 01:41:56 +09:00
Daniel Juyung Seo 608a3d571f gui: hide that I am made by lead. 2014-08-14 11:12:20 +09:00
Daniel Juyung Seo 70ad8225cd gui: linebreak for the about message. 2014-08-13 22:02:18 +09:00
Daniel Juyung Seo 1ab464812f gui: Use genlist instead of list for the widget styles list.
Now I can show the full group name of a style as well as a simple style
name.
2014-03-20 04:19:49 +09:00
Daniel Juyung Seo de406e5b38 widget_style, theme, gui: Saved more information about each style.
Save group name, manipulated style, and real style name on theme load.
2014-03-20 03:21:43 +09:00
Daniel Juyung Seo fe1e46f8bb gui: added dummy fileselector for open menu. 2014-02-28 02:31:47 +09:00
Daniel Juyung Seo 719016b0f5 widget_style: filter widget style name on the style list.
This job is not finished yet.
2014-02-26 03:46:20 +09:00
Daniel Juyung Seo 98d70f2127 ETV: unified header inclusion. 2014-02-26 03:20:33 +09:00
Daniel Juyung Seo b043104182 gui: fill in the widget list inside the gui create function.
Do not need to call this separately from main.
2014-02-26 02:17:07 +09:00
Daniel Juyung Seo 8bb112f730 gui: mark static for internal functions. 2014-02-26 02:11:16 +09:00
Daniel Juyung Seo c984b41eef gui: removed unnecessary debug print. 2014-02-05 10:07:34 +09:00
Daniel Juyung Seo 34de1a4b03 widget_option: added 'set focus' widget option to button. 2014-02-05 08:43:02 +09:00
Daniel Juyung Seo 2978ba3fa9 gui/main: bumped up the year to 2014.
HAPPY NEW YEAR!
2014-01-10 02:00:53 +09:00
Daniel Juyung Seo 56f6d11070 gui: added about dialog. 2013-12-17 03:02:45 +09:00
Daniel Juyung Seo 535211ae50 gui: moved window show calls to the end of gui creation. 2013-12-17 02:49:44 +09:00
Daniel Juyung Seo 1884aa1063 gui: removed unused variable. 2013-12-17 02:49:06 +09:00
Daniel Juyung Seo 7d465bab25 gui: set window icon. 2013-12-17 02:48:45 +09:00
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 6e4a28e462 gui_option -> option_gui. 2013-08-29 03:01:42 +09:00
Daniel Juyung Seo 2fdc982031 gui: no const for buf. 2013-08-28 22:12:29 +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 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 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 8c93883444 gui: added a logo. 2013-08-15 04:38:07 +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 8562b6a5d6 refactoring. added gui_init, option_init counter.
shutdown them only when they're initialized.
2013-08-15 03:28:17 +09:00
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 187ef5ca50 fixed build warnings. 2013-08-15 02:41:31 +09:00
Daniel Juyung Seo f5c3d26ea1 gui: no custom style from now on. 2013-08-14 01:55:06 +09:00
Daniel Juyung Seo 89e6d2eebb gui: adjust widget option size. 2013-08-13 13:41:01 +09:00
Daniel Juyung Seo 588f2841f3 widget_option: implemented progressbar option. 2013-08-12 23:14:58 +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 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 38255c462a gui: added background change feature stub. it's not working yet. 2013-08-02 15:51:55 +09:00