summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2017-03-06Don't g_strsplit everytime, use strtok.Dave Davenport
2017-03-01Allow modes to set message box, instead of view creation argument.Dave Davenport
2017-03-01Remove replace test. (Don't do commit -a )Dave Davenport
2017-03-01Add message box to view structure. Always add it, disable it when not showing...Dave Davenport
2017-02-27Use new get_desired_height to determine height of error message dialogDave Davenport
2017-02-27Add missing point in container name.Dave Davenport
2017-02-27Also parse global config for dynamic optionsDave Davenport
2017-02-24Fix small issue positioning top of text in entrybox. (I hope)Dave Davenport
2017-02-23Check flex and bison are found in configure.acDave Davenport
2017-02-21Add radius to doc.Dave Davenport
2017-02-18Fix missing capital. (sorry not awake yet)Dave Davenport
2017-02-18Add border to arthurDave Davenport
2017-02-18Add openbox to the naughty listDave Davenport
2017-02-17Quick 'n dirty hack to find plugin in plugin dirDave Davenport
2017-02-17Do not export settingsDave Davenport
2017-02-17Install some headers for use in pluginsDave Davenport
2017-02-17Rename token_match to helper_token_match.Dave Davenport
2017-02-16Add small pkg-config file that can be used by plugins.Dave Davenport
2017-02-14Add quick'n dirty abi check.Dave Davenport
2017-02-14Start of making SardemFF7 happyDave Davenport
2017-02-11Use xcb_ewmh_get_supporting_wm to get window to get wm name onDave Davenport
2017-02-11Only switch to the desktop first if we are on AweSome WMDave Davenport
2017-02-11Add an window manager detection function to startup.Dave Davenport
2017-02-09Spelling fixDave Davenport
2017-02-09Add release 1.4 release title.Dave Davenport
2017-02-09Update function check configure.acDave Davenport
2017-02-09IndentDave Davenport
2017-02-08Tweaking corner case when box is smallDave Davenport
2017-02-08Fiddle with the corners again.. less complecated is goodDave Davenport
2017-02-06Reduce amount of paths createdDave Davenport
2017-02-06First draw widget, then draw border around it.. extend clipmask by 0.5 a pixe...Dave Davenport
2017-02-06Fix missing - in clip maskDave Davenport
2017-02-06Use AC_SEARCH_LIBS instead of AC_CHECK_LIBDave Davenport
2017-02-06Check for libmath in configure.acDave Davenport
2017-02-06limit radius when height/weight gets to smallDave Davenport
2017-02-06Add border radius to border around widget.Dave Davenport
2017-02-04Allow bang to match multiple modes when incomplete to select single. Fixes #552Dave Davenport
2017-02-03Don't recreate every string everytime.Dave Davenport
2017-02-03Return to default border when nothing set after state updateDave Davenport
2017-02-03Don't apply fonts that don't result in family name or have size 0.Dave Davenport
2017-02-02Remove the extra layer each textbox keeps for drawing its text. (#553)Dave Davenport
2017-02-02Update output test for inverted optionDave Davenport
2017-02-02Enable lazy-grab by default.Dave Davenport
2017-02-02Speedup drun by 10% by reducing number of reallocs.Dave Davenport
2017-02-02Fix malloc in textboxDave Davenport
2017-02-01Update test -help outputDave Davenport
2017-02-01Always set size, to work better in floating window manager in normal window modeDave Davenport
2017-02-01Async pre-read 25 entries by default, to make it feel more snappy. Fixes #550Dave Davenport
2017-02-01Set default language on pango context.Dave Davenport
2017-01-31Add more debug output to timing on creating windowDave Davenport