Commit Graph

14 Commits

Author SHA1 Message Date
Chris Michael c61dd7f81a Revert "colors: Add support for irc color codes"
This reverts commit 474ce07250.

Reverting this as it completely broke scrolling of channel text
2015-07-22 13:46:45 -04:00
Andy Williams 474ce07250 colors: Add support for irc color codes
Removed the old color pallette and replace with an iRC compatible one.
This can be updated in the future to provide the colors from the theme.
We could also add specific elements to the pallette so we don't
have to re-use defines that are used by the IRC color codes.
2015-05-11 23:13:27 +01:00
Chris Michael 29200c9c1f express: Move row_color_simple_create function prototype
Signed-off-by: Chris Michael <cp.michael@samsung.com>
2015-05-04 18:53:01 -04:00
Simon Lees da71967e4c Add Color: Initial Commits to support colors for various items.
Summary:
This is as much for a comment on architecture etc as anything else, I spend most of my life as a C++ programmer rather then a C programmer so please pick me up on any mistakes.

There is a screenshot at https://www.enlightenment.org/ss/display.php?image=e-553b74f32cc007.85260218.jpg

Add Color: Better document items in struct
Add Color: add a simple row_color_create function
Add Color: Add a Color_Row variable to the Grid struct
Add Color: Initial working color support

For now nicks are in a different color, there is lots of tidy up work to do here as well as picking better colors and allowing finer grain color setting further up the chain, this will come soon

Add Color: Remove the color override stuff
Add Color: Define and set colors for each roll

Reviewers: devilhorns

Subscribers: ajwillia.ms

Differential Revision: https://phab.enlightenment.org/D2429
2015-05-04 18:47:59 -04:00
Srivardhan Hebbar 59a1570e66 express: Adding mouse over functionality.
Summary: Adding mouse over functionality in the express.

Reviewers: devilhorns

Differential Revision: https://phab.enlightenment.org/D2058
2015-02-27 09:29:10 -05:00
Chris Michael dff57e7052 make grid use the network-defined maximum nickname length
Signed-off-by: Chris Michael <cp.michael@samsung.com>
2015-02-12 14:08:06 -05:00
Chris Michael 3a06887852 Patch from Vincent to cleanup warnings on windows
Signed-off-by: Chris Michael <cp.michael@samsung.com>
2015-02-06 13:05:35 -05:00
Chris Michael af8eae9b68 add fields to Grid structure for supporting mouse_over link support
Signed-off-by: Chris Michael <cp.michael@samsung.com>
2015-01-29 15:22:07 -05:00
Chris Michael eb055ef1bf start on appending text to the grid (version 2) ;)
Signed-off-by: Chris Michael <cp.michael@samsung.com>
2014-12-12 15:09:42 -05:00
Chris Michael ef33c33479 fix compile error about missing attribute field
Signed-off-by: Chris Michael <cp.michael@samsung.com>
2014-12-11 10:58:58 -05:00
Chris Michael 692f58c421 start on grid cell allocation so we can get to displaying text ;)
NB: unfinished yet

Signed-off-by: Chris Michael <cp.michael@samsung.com>
2014-12-05 16:04:27 -05:00
Chris Michael f8d4573fa1 Move grid structure to header file, add function calls to register a
grid for saving.

Signed-off-by: Chris Michael <cp.michael@samsung.com>
2014-12-03 15:44:41 -05:00
Chris Michael e8a015db81 add function to set the grid window so we can do smart callbacks for
selection

Signed-off-by: Chris Michael <cp.michael@samsung.com>
2014-12-02 13:31:41 -05:00
Chris Michael b9a63f145d Big giant "rework" commit to redo the UI code (faster, easier to
manage).

Signed-off-by: Chris Michael <devilhorns@comcast.net>
2014-01-19 11:11:32 +00:00