Commit Graph

13 Commits

Author SHA1 Message Date
Gustavo Sverzut Barbieri 652df62d45 options infrastructure refactor.
There is no global config option anymore, we have option instances
that are set to the termio and media for future queries.

The idea is that we can later have different configuration per termio,
like multiple windows or tabs with different font size, background,
etc.

It's just a refactor. It would be better to define if things like
background is up to the whole terminal and then save to a different
config entry... or just save the global and copy it for next termio,
defining the other instances as 'temporary'. Anyway: policy to be defined.



SVN revision: 72315
2012-06-17 20:24:23 +00:00
Gustavo Sverzut Barbieri 03e58cbad2 fix cursor and fontpreview when theme is an absolute path.
SVN revision: 72308
2012-06-17 18:03:33 +00:00
Gustavo Sverzut Barbieri 3fe325aad5 reduce number of warnings with -Wall -Wextra.
there are still some shadow cases to be fixed and some parameters I've
left unused since it seems like a bug in the API or code.



SVN revision: 72302
2012-06-17 17:04:17 +00:00
Carsten Haitzler ce4096f1cd del options widget after 10 sec delay when they popped down.
SVN revision: 72287
2012-06-17 09:54:36 +00:00
Carsten Haitzler 27cdf9753d set genlist to homogenous for fonts.
SVN revision: 72283
2012-06-17 09:30:10 +00:00
Carsten Haitzler 4aed1d8a50 behavior entries now should all work and save.
SVN revision: 72242
2012-06-16 17:31:54 +00:00
Carsten Haitzler b2b538d48e and hok to right object for slider cb again
SVN revision: 72231
2012-06-16 11:12:39 +00:00
Carsten Haitzler dec6c71c19 and add mini+maxi "A" labels either side of the slider. now that looks
awesome.



SVN revision: 72228
2012-06-16 10:57:20 +00:00
Carsten Haitzler f2090fac89 make 40x40 preview scale too.
SVN revision: 72227
2012-06-16 10:50:48 +00:00
Carsten Haitzler ad5f7d547b oh and make genlist items update for font size changes... oh this is
gorgeously good for usability!



SVN revision: 72226
2012-06-16 10:48:04 +00:00
Carsten Haitzler b0a4efe651 much nicer font selector with previews of all fonts - faster to come
up too. use genlist.. woooo!



SVN revision: 72224
2012-06-16 10:45:26 +00:00
Carsten Haitzler 776e0b2e96 handle textgrid font size changes properly
save and load config now (font size/font changes stick now)



SVN revision: 72216
2012-06-16 06:28:39 +00:00
Carsten Haitzler 34aa491749 move optiosn to their own files now. cleaner.
SVN revision: 72088
2012-06-13 15:10:18 +00:00