5069 Commits

Author SHA1 Message Date
Joseph Lenox
51bb96eb21 ... 2018-05-13 23:10:13 -05:00
Joseph Lenox
99dd8d0dd9 generic build language. Can't trust anything Travis does w/r/t environment variables on its own 2018-05-13 23:05:06 -05:00
Joseph Lenox
a38b215952 don't trust travis to do anything intelligent with the language. 2018-05-13 23:03:50 -05:00
Joseph Lenox
dbec4e571c travis... 2018-05-13 23:02:33 -05:00
Joseph Lenox
cac7d91164 travis, pls 2018-05-13 22:58:40 -05:00
Joseph Lenox
a05791e90d oops, typo 2018-05-13 22:54:56 -05:00
Joseph Lenox
f44a2a17e2 re-add language to cpp 2018-05-13 22:53:01 -05:00
Joseph Lenox
86b98c4eb6 Fix boost download and travis 2018-05-13 22:52:01 -05:00
Joseph Lenox
1430180b24 remove language preconfig 2018-05-13 22:46:10 -05:00
Joseph Lenox
35f468523e set an eval to force correct 2018-05-13 22:43:41 -05:00
Joseph Lenox
cb6264afde fix bash 2018-05-13 22:39:06 -05:00
Joseph Lenox
18d3ccf581 broke script out, trying to avoid gcc-4 getting used on linux for whatever reason 2018-05-13 22:36:03 -05:00
Joseph Lenox
e829d05cc0 fixing travis? 2018-05-13 22:29:41 -05:00
Joseph Lenox
331584f728 fixing travis? 2018-05-13 22:28:50 -05:00
Joseph Lenox
e07dfdf54f setting envionment variables via matrix 2018-05-13 22:26:10 -05:00
Joseph Lenox
a98dad496d gcc, pls 2018-05-13 22:10:43 -05:00
Joseph Lenox
121dd66362 Handle possible narrowing of data type between unsigned long and signed long 2018-05-13 22:08:36 -05:00
Joseph Lenox
23a0f417d1 Still playing with solarized, better setup (private constants with public functions) 2018-05-13 21:57:21 -05:00
Joseph Lenox
a8e2c860ae Implemented center_selected_object_on_bed and set_number_of_copies 2018-05-13 21:50:36 -05:00
Joseph Lenox
a8ae789c1b Implement more of Object menu 2018-05-13 21:30:35 -05:00
Joseph Lenox
ab97539a1d gcc please don't treat that as an initializer list. :( 2018-05-13 21:30:04 -05:00
Joseph Lenox
ada744d718 Implement generic object rotation in all 3 axes with a slider and box. 2018-05-13 21:18:50 -05:00
Joseph Lenox
f3c652e322 Implemented general rotate function for supplied function. 2018-05-13 19:32:15 -05:00
Joseph Lenox
be71ede08b Reorganize includes 2018-05-13 18:12:14 -05:00
Joseph Lenox
5f49ee8913 Moved AboutDialog into Dialogs subdir. 2018-05-13 18:02:03 -05:00
Joseph Lenox
371aa85162 make verbose to see output and move the language specifier a little further down 2018-05-13 14:42:03 -05:00
Joseph Lenox
94c4813dc5 actually do functions right 2018-05-13 14:27:10 -05:00
Joseph Lenox
8acc215759 okay, you win this time clang 2018-05-13 14:15:48 -05:00
Joseph Lenox
e83978f3e5 fix signature 2018-05-13 14:01:48 -05:00
Joseph Lenox
bfb8f8f3d8 Convert colors to base-255 2018-05-13 13:55:53 -05:00
Joseph Lenox
54220204dd Fix assignment to not use copy constructor 2018-05-13 13:48:40 -05:00
Joseph Lenox
86b0d18a2e try homebrew 2018-05-13 13:43:03 -05:00
Joseph Lenox
8e5056dee4 don't build WX if it can't be found 2018-05-13 13:37:04 -05:00
Joseph Lenox
e82238266c Don't leak memory on the dc 2018-05-13 13:32:33 -05:00
Joseph Lenox
dc0bc0bbdb compiler misinterprets as initializer list -.- 2018-05-13 13:20:52 -05:00
Joseph Lenox
1d64d9ae17 Less fancy. 2018-05-13 12:56:16 -05:00
Joseph Lenox
2b43cdfa98 playing around with findwxwidgets 2018-05-13 12:50:11 -05:00
Joseph Lenox
422ca4f8bb Avoid gcc interpreting things as initializer lists. 2018-05-13 12:47:31 -05:00
Joseph Lenox
dd90924578 made download more flexible. 2018-05-13 12:41:42 -05:00
Joseph Lenox
3f77c838b8 Build wx and cache the build dir instead of the installdir. Also add it to PATH so that wx-config will be found. 2018-05-13 12:33:22 -05:00
Joseph Lenox
685ed01ac6 wrong argument to tar 2018-05-13 11:58:24 -05:00
Joseph Lenox
437c4f8cf3 Build wxwidgets on osx if it's not cached. 2018-05-13 11:55:55 -05:00
Joseph Lenox
ebe37cd27d Playing around with compiler setups 2018-05-13 11:30:46 -05:00
Joseph Lenox
86b620d8a0 push CXX and CC to a subscript. 2018-05-13 11:25:50 -05:00
Joseph Lenox
9474e2bbc0 Oops, forgot a ] 2018-05-13 11:20:09 -05:00
Joseph Lenox
8558050979 try to build on both linux and osx with travis 2018-05-13 11:14:58 -05:00
Joseph Lenox
cad9750384 put the dc on the stack so it gets destroyed instead of on the heap. 2018-05-13 11:01:17 -05:00
Joseph Lenox
294c9aaa18 call Realize() function on toolbar. 2018-05-13 11:00:29 -05:00
Joseph Lenox
cdcccfc87c Abort arrange if no objects in plater. 2018-05-13 11:00:14 -05:00
Joseph Lenox
e0ff9411ba Stubbed undo ops for increase/decrease. 2018-05-13 09:20:05 -05:00