summaryrefslogtreecommitdiffstats
path: root/test/textbox-test.c
AgeCommit message (Collapse)Author
2016-10-08Qtk widgets (#478)Dave Davenport
* Initial support for using boxes for packing widgets. * Make CapiTalIzation more consistent * Move widgets to subdirectory * Removed nolonger needed resize function. * Small cleanup * When switching mode, reuse view, don't rebuild it. Reduces artifacts. * Needs cleaning up. * Remove separate prompt argument, use display_name * Simplify run-switcher code. * Add notion of parents, and trigger parent update on resize. * Use widget_get_height wrapper, avoid crash * Size separator width based on height. (indent) * TODO add margin to box. * First draft version of listview. * Add scrollbar to listview widget * Add padding option to box * Move access to global config out of widget. (1/2 done) * Remove printf * Make listview not access global config * Add click support, implement on mode buttons. * Re-introduce mouse handling on list-view. * TODO draggin on scrollbar. * Fix multi-select * Fix warnings * Fix include
2016-09-27Make widget_free work on textbox and scrollbar, use widget specific free.Dave Davenport
2016-03-05Remove hack with config file.Dave Davenport
2016-03-03Fix build testDave Davenport
2016-02-28Run indenterDave Davenport
2016-02-28Remove X11 headers includesQuentin Glidic
Signed-off-by: Quentin Glidic <sardemff7+git@sardemff7.net>
2016-02-28Remove Atom with xcb_atom_t.Dave Davenport
2016-02-28Tests.Dave Davenport
2016-02-21Fix tests.Dave Davenport
2016-02-08CleanupsDave Davenport
2016-02-06Restructuring, my biggest joy.Dave Davenport
2016-02-06Split of files.Dave Davenport
2016-01-20Very dirty first attempt at glib mainloop in switcher (not yet dmenu.)Dave Davenport
2016-01-09Use snprintf instead of sprintfDave Davenport
2016-01-09Making widget class, moving stuff aroundDave Davenport
2016-01-07More doxygen sugar.Dave Davenport
2015-12-28Fix textbox test, set global PangoContextDave Davenport
2015-12-28Issue #303: Create one pango context from xlib surfaceDave Davenport
- Create one pango context and set font options from main xlib surface - Set font type on global pango context. - Use CAIRO_OPERATOR_OVER for drawing text (otherwise subpixel rendering is not done).
2015-12-23Indenting fixDave Davenport
2015-11-22textbox: advance cursor correctly for multi-char inputDave Davenport
Thanks to eigengrau fixes: #280
2015-09-28Parse name in textbox.QC
2015-09-26Use cairo to do drawing.QC
2015-09-19Adjust new editor widthQC
2015-09-19Some cleanups, tweak uncrustify.QC
2015-09-16Fix normal mode keyboard grab.QC
2015-07-30Small cleanup + fail more gracefull here and thereDave Davenport
2015-07-28Add new event handlingDave Davenport
2015-07-28Fix makefile indentQC
2015-07-28Remove trailing whitespacesMichael Vetter
2015-04-30Allow keybindings to be set.QC
2015-04-30First part of infrastructure for Issue: #131 customizable keybindings.Dave Davenport
2015-04-06Update test.QC
2015-04-06ADd new coloring scheme.QC
2015-02-18Make compiler more picky.Dave Davenport
Add -Werror=missing-prototypes
2015-02-09Fix test compile warning.QC
2015-01-21Use fallback when truecolor visual fails.Dave Davenport
- Fixes tests.
2015-01-21Updates fixing pango transparancy.Dave Davenport
2015-01-12Fix textbox test.QC
2015-01-12Add support for alternating row colors.Dave Davenport
2014-08-30Play with adding some more test, bug fixesDave Davenport
* delete an invalid memmove in textbox