7ef78723b7
code cleanup: doxy comment corrections and correct own typo animation player docs.
2012-11-26 00:59:11 +00:00
ae9675a585
disable GL_MULTISAMPLE_ARB by default on X11 (same as OSX cocoa)
2012-11-24 01:06:54 +00:00
d4222c2240
Tweak macbook trackpad version check, now assumes to be there for version >= 10.
2012-11-22 11:50:15 +00:00
b3b3d00e06
Fix #33185 correct now, forgot stringlength incrased
2012-11-22 11:26:21 +00:00
d8958e02d2
Fix #33185 by taking new sysctl hw.model into accont
2012-11-22 10:59:46 +00:00
36d2d090f6
Fix for #33250 : animation player shortcut keys not working on OS X.
2012-11-21 03:33:49 +00:00
973cb29d84
style cleanup: if's on the same line.
2012-11-18 02:41:55 +00:00
40382c15ac
enable multi-sampling on x11
2012-11-12 10:16:50 +00:00
45cd54bcd1
OSX/ndof: rollback 52072, test showed we need individually weak functions -> todo: solve the clang link issue other way
2012-11-10 15:13:41 +00:00
4ec5a42456
OSX/cmake: little cleanup in ghost
2012-11-10 13:53:58 +00:00
472b3d47f9
OSX/ndof: test link whole framework weak rather than single functions to fix clang compile issue
2012-11-10 13:53:02 +00:00
a68416e681
OSX: some more version target cleanups and corrections
2012-11-07 10:43:31 +00:00
Dalai Felinto
1c6c3ead4f
quick hack to allow 10.8 to build again, will wait Jens for real fix
...
but basically the error I get is:
Error: redefinition of enumerator 'NSEventTypeRotate'
...
for all the NSEvents
2012-11-06 19:26:45 +00:00
acc8c654fc
OSX: substitute all MAC_OS_X_VERSION defines with MAC_OS_X_VERSION_MIN_REQUIRED macros, to get more reliable version (api) covering
2012-11-06 15:19:49 +00:00
35e5432029
Possible bugfix 32474
...
Windows systems: text editor, text object, doesn't allow to input the standard
set of ALT+key characters (the ones coming from the OS).
- Reverted fix january 2012 - that meant to use text object ALT+keys
- Removed old (90ies) feature for hardcoded special characters in Text object.
(OS delivers this now)
Will wait for confirmation by windows compiler :)
2012-11-04 13:34:13 +00:00
eb69d1c1ae
style cleanup: also quiet harmless compiler warning.
2012-10-29 15:43:54 +00:00
0c6a0b293f
style cleanup
2012-10-28 15:23:16 +00:00
e903701450
style cleanup
2012-10-27 01:46:47 +00:00
f3ece5a108
style cleanup: trailing tabs & expand some non prefix tabs into spaces.
2012-10-21 05:46:41 +00:00
11908552db
Missing semicolons in intern/ghost/intern/GHOST_WindowCocoa.mm
2012-10-17 17:20:09 +00:00
4d4664d98f
code cleanup: check for msvc directly when using warning pragma's.
2012-10-15 02:15:07 +00:00
27e54f4d37
code cleanup: remove redundant casts. quiet some qualifier warnings.
2012-10-14 07:40:16 +00:00
34114b3b75
code cleanup: remove/comment unused defines
2012-09-22 13:40:31 +00:00
1541ee20c8
Improvement to own commit r50810.
...
Add an optional ghost argument to set the new mouse location when un-grabbing. - without this the mouse would flicker at the old location before moving to the new location - when using the color picker for eg.
2012-09-22 13:23:12 +00:00
fbe13ab84a
style cleanup
2012-09-20 12:29:28 +00:00
bc69b3a8df
style cleanup
2012-09-20 01:32:13 +00:00
5d56a901a8
code cleanup: c++ - use empty() rather than size(), use prefix operators for non-primitive types - recommended for non primitive types.
2012-09-20 00:55:32 +00:00
a4ff2b9140
code cleanup: warnings
2012-09-18 03:15:12 +00:00
f6251a1f32
code cleanup: warning and style
2012-09-17 22:34:42 +00:00
3fc2ba5259
syntax error in previous commit
2012-09-15 05:09:42 +00:00
abce099804
code cleanup: quiet some windows warnings.
2012-09-15 04:57:51 +00:00
1a7eb3454e
style cleanup
2012-09-08 08:59:47 +00:00
04b5ef20f1
style cleanup: indentation
2012-09-06 02:20:03 +00:00
47ec91e8d3
code clenup: comments and some style edits on ghost/osx (odd indentation)
2012-09-06 02:10:09 +00:00
914d389713
fix for building without python, also rework python-main-loop control in the BGE to not use RNA (use lower level BKE/BLI funcs instead)
2012-09-04 03:26:12 +00:00
195c520d05
Fix #32046 : GHOST_DropTargetWin32 memory leak, patch by Matt D.
2012-09-03 17:41:47 +00:00
8321acaf43
missing linebreak when multithreaded gl meesage is printed to log
2012-08-28 13:43:20 +00:00
9e742ffc2b
style cleanup: also correct some doxy comments
2012-08-18 13:07:48 +00:00
b96c622015
style cleanup
2012-08-11 22:12:32 +00:00
c567cf3fab
code cleanup: WM naming conventions
2012-08-11 21:35:24 +00:00
f0951f58ca
code cleanup: rename G.afbreek --> is_break, G.rendering --> is_rendering
2012-08-08 18:37:06 +00:00
3179ee8a86
patch [ #32282 ] Fix segfault on exit in IM shutdown.
...
from Bill Currie (taniwha)
2012-08-08 07:31:19 +00:00
a199ae5368
style cleanup: whitespace, also add '?' to save over popup since it wasnt totally clear it was a question (user pointed this out, they thought it was just notification and lost their work).
2012-07-31 23:06:12 +00:00
33a9cafc3b
quiet spacenav output on linux for regular builds, ifdef signed int for msvc openmp.
2012-07-31 21:26:14 +00:00
4c2de5e0c7
fix some types and incorrect info
2012-07-26 17:41:09 +00:00
Lukas Toenne
80c1bb4775
Removed nested comment, which causes compiler errors.
2012-07-22 11:21:36 +00:00
9b51503307
style cleanup
2012-07-21 22:58:08 +00:00
30b3907128
OSX: make the progressbar in dock a gradient, to give it a more matching 3D appearance
2012-07-12 11:35:51 +00:00
35b6f41f46
patch [ #30274 ] XIM improvement (non-latin support + connection recovery)
...
from Shinsuke Irie (irie)
(from the tracker submission)
- allow us to input non-latin languages such as Japanese/Chinese
- recover XIM connection and its input contexts when XIM server restarted
Currently it supports only "root window" style input, while most people (and I) want "over the spot" or "on the spot" style one. Probably the implementation of "over the spot" or "on the spot" style becomes much complicated, because XIM server requires the coordinates of current cursor location relative to the screen in order to show the candidate window in appropriate position.
2012-07-11 08:31:54 +00:00
4bc818d240
code cleanup: quiet uninitialized memory use warning for X11 - harmless in this case but always gave warnings with memcheck (RGB color for alpha zero icon color wasnt initialized).
...
also some other minor changes.
2012-07-08 12:23:58 +00:00