summaryrefslogtreecommitdiffstats
path: root/test/textbox-test.c
AgeCommit message (Collapse)Author
2017-09-17Cleanup compiler warnings.Dave Davenport
- Unused var. - Missing switch statement. - Change fallthrough for older compilers.
2017-09-07Fix Inherit keywordDave Davenport
2017-06-20Fix tests by splitting types name into separate file.Dave Davenport
2017-06-07[TextBox] Remove TB_LEFT/CENTER/RIGHT replace with xalign/yalign.Dave Davenport
2017-06-03view: Always create textbox with typeQuentin Glidic
Signed-off-by: Quentin Glidic <sardemff7+git@sardemff7.net>
2017-06-02helper: Add API to support startup notificationQuentin Glidic
Signed-off-by: Quentin Glidic <sardemff7+git@sardemff7.net>
2017-06-01x11-helper: Rename xcb.cQuentin Glidic
Signed-off-by: Quentin Glidic <sardemff7+git@sardemff7.net>
2017-05-04tests: Properly define placeholdersQuentin Glidic
And include all needed headers, to catch misdefinitions. Signed-off-by: Quentin Glidic <sardemff7+git@sardemff7.net>
2017-05-04tests: Drop leftover placeholder functionsQuentin Glidic
Signed-off-by: Quentin Glidic <sardemff7+git@sardemff7.net>
2017-05-03Cleanup some compile warning on the testsDave Davenport
2017-04-15Fix licenses headersQuentin Glidic
Signed-off-by: Quentin Glidic <sardemff7+git@sardemff7.net>
2017-04-10Set PID and wm_client_machine hints on rofi window.Dave Davenport
2017-03-28Merge the configuration loading into something more simple (3)Dave Davenport
2017-03-28Fix testsDave Davenport
2017-01-26Fix textbox testDave Davenport
2017-01-09Fix tests.Dave Davenport
2017-01-03Fix testsDave Davenport
2017-01-01Fix? testsDave Davenport
2016-12-16Make parser more flexible, allow global properties to be anywhere in file ↵Dave Davenport
and allow multiple similar entries.
2016-10-25Update scrollbar behaviour, so dragging is more natural. (limit range from ↵Dave Davenport
hw/2 to h-hw/2)
2016-10-20Add some more tests, make some textbox api's privateDave Davenport
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