1
0
mirror of https://github.com/Cloudef/bemenu synced 2024-11-24 01:44:16 +01:00
Commit Graph

42 Commits

Author SHA1 Message Date
Jari Vetoniemi
4d920ad9e4 Make asserts and ifs more consistent. 2014-04-10 01:41:32 +03:00
Jari Vetoniemi
cff1f37f97 Do curses refresh before endwin. 2014-04-10 01:31:22 +03:00
Jari Vetoniemi
9fda2cdb2f Fix static analyze errors. 2014-04-10 01:29:01 +03:00
Jari Vetoniemi
2615c43dc0 Move side effects after cleanup. 2014-04-10 01:26:00 +03:00
Jari Vetoniemi
dd4bddcf98 Do bounds checking correctly. 2014-04-10 01:25:46 +03:00
Jari Vetoniemi
944e36b21d Free filtered items. 2014-04-10 01:25:37 +03:00
Jari Vetoniemi
3c700a80d1 Check if there is selected item at all. 2014-04-10 01:25:18 +03:00
Jari Vetoniemi
c25af3e377 Merge branch 'dev/curses' into develop 2014-04-10 01:10:18 +03:00
Jari Vetoniemi
67be25fbe4 Basic working bemenu with curses backend 2014-04-10 01:10:05 +03:00
Jari Vetoniemi
a3498b25f4 Quote cmake variables 2014-04-02 21:43:53 +03:00
Jari Vetoniemi
1861943700 Make test actually use the iterated draw mode. 2014-03-29 02:14:25 +02:00
Jari Vetoniemi
f2eb6e5d11 Merge branch 'dev/code' into develop 2014-03-28 22:15:16 +02:00
Jari Vetoniemi
92aa6367b8 These structs are not typedefs. 2014-03-28 22:14:13 +02:00
Jari Vetoniemi
13c470fb39 Remove unused function prototype. 2014-03-28 22:03:47 +02:00
Jari Vetoniemi
5af4bdf1e6 Merge branch 'dev/tests' into develop 2014-03-28 22:01:50 +02:00
Jari Vetoniemi
c4a8bf3631 Add useful message for developer. 2014-03-28 22:01:15 +02:00
Jari Vetoniemi
db55c12128 INCLUDE(CTest) must be in root CMakeLists for 'make test' to work 2014-03-28 22:00:28 +02:00
Jari Vetoniemi
17250cfd3f Add tests. 2014-03-28 22:00:23 +02:00
Jari Vetoniemi
06c8bde93f Provide BM_DRAW_MODE_LAST for enumerating draw modes. 2014-03-28 21:59:34 +02:00
Jari Vetoniemi
ae23d48579 Merge branch 'dev/code' into develop 2014-03-28 21:41:05 +02:00
Jari Vetoniemi
c609e4025e Release renderer in bmMenuFree function. 2014-03-28 21:40:46 +02:00
Jari Vetoniemi
fa5546d704 Merge branch 'dev/code' into develop 2014-03-28 21:37:12 +02:00
Jari Vetoniemi
908749cfdf Add basic API code.
=> bmMenu instancing.
=> "Rendering"
=> bmMenu releasing.
2014-03-28 21:35:32 +02:00
Jari Vetoniemi
c2adc3c7cf Merge branch 'dev/cmake' into develop 2014-03-28 21:35:06 +02:00
Jari Vetoniemi
1c511e30f5 Remove custom output directory paths. 2014-03-28 21:34:38 +02:00
VoidAtValhalla
5bd81e8d38 Merge branch 'dev/readme' into develop 2014-03-18 22:05:36 +01:00
VoidAtValhalla
c522d625b0 Add project branches guideline 2014-03-18 22:03:32 +01:00
VoidAtValhalla
9724889d1f Merge branch 'dev/gitignore' into develop 2014-03-18 21:25:03 +01:00
VoidAtValhalla
87f72a8e41 Ignore backup files 2014-03-18 21:20:26 +01:00
VoidAtValhalla
6054f690cf Ignore build directories 2014-03-18 21:19:04 +01:00
VoidAtValhalla
8178c85be4 Ignore archives 2014-03-18 21:18:35 +01:00
VoidAtValhalla
2c5889b632 Ignore Vim swap files 2014-03-18 21:10:41 +01:00
VoidAtValhalla
1dd0ea1d4c Merge branch 'dev/readme' into develop 2014-03-18 20:56:36 +01:00
VoidAtValhalla
66b34b1afc Add project guidelines 2014-03-18 20:56:04 +01:00
VoidAtValhalla
d8e14d364c Merge branch 'dev/license' into develop 2014-03-18 20:24:50 +01:00
VoidAtValhalla
88bda13232 Clarify licenses 2014-03-18 20:20:11 +01:00
VoidAtValhalla
2256675e85 Add license links 2014-03-18 20:18:21 +01:00
VoidAtValhalla
2aca6bf246 Add license for library and binding[s]
License: GNU LGPLv3
This license applies to library and binding[s]
2014-03-18 20:15:05 +01:00
VoidAtValhalla
5b3e6bbbca Add license for client[s]
License: GNU GPLv3
This license applies to client[s] and other sources except library and
binding[s]
2014-03-18 20:12:00 +01:00
Jari Vetoniemi
ff314f3c5e Add project skeleton 2014-03-18 19:35:10 +02:00
Jari Vetoniemi
0243506448 License to README.md 2014-03-18 19:31:50 +02:00
Jari Vetoniemi
26a23964ba Initial commit 2014-03-18 09:20:33 -07:00