Brecht Van Lommel
a0af3f7ffe
OS X: add BLENDER_SOFTWAREGL environment variable to force using software OpenGL
...
renderer, for debugging OpenGL issues.
2011-12-19 14:23:08 +00:00
Brecht Van Lommel
e9be94b82d
Fix #29233 : Windows accessibility feature "sticky keys" for disabled people not working.
2011-12-15 13:01:01 +00:00
Jens Verwiebe
4c43a14b9f
OSX: Fix more UTF8 issues, todo: use correct font
2011-11-23 07:39:59 +00:00
Jens Verwiebe
393c7b2e93
OSX: go back to former zoombehaviour with magicmouse in Lion, no time to recode to NSTouch in the near time
2011-11-13 13:25:22 +00:00
Campbell Barton
e84c0980a3
correct indentation and some whitespace edits (no functional changes)
2011-11-11 13:09:14 +00:00
Campbell Barton
057bf2a02b
misc doc edits
...
- remove recently added sphinx reference workaround.
- tested doxygen, correct some warnings, set tab width and added pymathutils group.
- added convenience target 'make doc_doxy'
2011-11-05 01:48:10 +00:00
Campbell Barton
4293f4738c
patch [ #28947 ] Patches for #28943 (Support for XDG Base Directory Specification)
...
from Cosme
2011-11-02 22:00:22 +00:00
Jens Verwiebe
a664e779ac
OSX: make ZOOM-gesture on trackpads half the speed, added comment for experimental all-time-trackpad assumption
2011-10-31 12:31:48 +00:00
Jens Verwiebe
7a20ced627
Fix player prototype, fix compile for OSX/XCode4.2, use always tablet enabled (test)
2011-10-27 15:46:26 +00:00
Campbell Barton
699030ceb6
use const for readonly strings and set some functions to static
2011-10-27 14:41:26 +00:00
Campbell Barton
4a04f72069
remove $Id: tags after discussion on the mailign list: http://markmail.org/message/fp7ozcywxum3ar7n
2011-10-23 17:52:20 +00:00
Dalai Felinto
cac4fde224
utf8 OSX - cleanup
...
I still think utf8_buf can be 5 (4 bytes + '\0'), but even 6 may not be enough to what is coming next (NFC - precomposedStringWithCanonicalMapping)
incorporating ascii as a subset of utf8. I don't think we need to re-encode it.
U+0000 ~ U+00FF - latin1 set
2011-10-22 09:28:10 +00:00
Alexander Kuznetsov
be61044eee
Fix for text object on windows.
...
No utf8 when keyup
2011-10-22 03:14:19 +00:00
Dalai Felinto
932aa116df
utf8 OSX - disabling utf8 at KeyUp, otherwise TextObject doesn't work.
...
This bug is also present in Windows, so I believe the real bug is in Linux (and in the text object input).
Also Cmd+C and Cmd+v doesn't work for utf8 yet.
2011-10-21 19:09:14 +00:00
Alexander Kuznetsov
c9035e20d0
UTF8 input support for Windows.
...
ToDo:
* add support for dead keys
* other input methods (for hieroglyphs)
2011-10-21 17:40:35 +00:00
Dalai Felinto
f9f5daed9b
disabling utf8 for OSX. It's not working 100% and it's breaking other things
2011-10-21 06:45:08 +00:00
Jens Verwiebe
36017e2af9
OSX: dalai's patch for utf8 support, todo: uppercase chars not working yet
2011-10-20 10:35:54 +00:00
Dalai Felinto
e0604e5941
OSX fix for recent utf8 commit
2011-10-20 06:29:14 +00:00
Campbell Barton
9bbec84e7e
initial support for unicode keyboard input for ghost & blenders WM.
...
- currently X11 only, depends on Xinput (but should not break other os's).
- ghost stores utf8 buffer, copies to wmEvent's
- UI text input is currently the only area that uses this - not console or text editor.
- no rna access yet.
2011-10-20 05:30:26 +00:00
Campbell Barton
61389bba41
fix spelling mistakes in comments (and in some python error messages), nothing to effect translations.
2011-10-17 06:39:13 +00:00
Campbell Barton
f9ea19ac12
spaces -> tabs (only whitespace changes)
2011-10-06 22:02:50 +00:00
Campbell Barton
274b9c8fb8
whitespace cleanup
2011-09-25 12:31:21 +00:00
Campbell Barton
4b449aefea
remove support for irix
2011-09-21 08:40:30 +00:00
Nathan Letwory
0c992c73a1
Typofix
2011-09-05 22:15:07 +00:00
Nathan Letwory
3efe867051
Put dead zone printout behind debug.
2011-09-05 21:52:06 +00:00
Dalai Felinto
22676a434e
making carbon to build again (note: NDOF is not working here)
...
- fix typo
- isolate NDOF callsi in #ifdefs
2011-09-01 00:03:20 +00:00
Campbell Barton
471c005137
typo fix: end of lines ;; --> ;
2011-08-31 01:07:55 +00:00
Mitchell Stokes
2475ad0ab9
When creating a multisample window for Win32, the first context created, which checks for multisample support, was never being deleted.
2011-08-30 17:30:35 +00:00
Brecht Van Lommel
37f9d916fa
Fix #28265 : blender 2.59 not starting on OS X with old ndof driver.
...
Patch by Jens Verwiebe.
2011-08-17 15:01:26 +00:00
Campbell Barton
45cf8d673e
add numpad key input for ghost/sdl
2011-08-16 13:07:46 +00:00
Alexander Kuznetsov
39cbcdf187
Window was losing focus when switching from full screen via Alt+F11
...
Fixes [#28243 ]
2011-08-15 16:26:37 +00:00
Sergey Sharybin
c9216e390c
Commiting patch from jensverwiebe for NDOF support on OSX
2011-08-11 15:59:19 +00:00
Campbell Barton
ffd5fa3eea
off by 1 error with number keys in ghost/sdl
2011-08-09 07:09:49 +00:00
Campbell Barton
8eec116d0e
add missing keys for ghost/sdl
2011-08-08 06:54:07 +00:00
Campbell Barton
5681380db0
simplify x11 path code, had unneeded NULL checks and std namespace
2011-08-07 17:38:36 +00:00
Mike Erwin
479c203dad
stricter WITH_INPUT_NDOF guards, general cleanup
2011-08-07 16:44:10 +00:00
Mike Erwin
6c821f4078
stricter NDOF guards for Windows (forgot in earlier commit)
2011-08-06 23:13:36 +00:00
Campbell Barton
4d319f8059
fix for GHOST/SDL key input with uppercase keys.
2011-08-05 17:39:44 +00:00
Mike Erwin
a6fed14da4
stricter guards for disabling NDOF code (will test in 3.. 2.. 1..)
2011-08-04 03:14:00 +00:00
Sergey Sharybin
d4909c5628
- Do not add GHOST_NDOFManager.cpp to list of sources if
...
NDOF is disabled in CMake.
- Added "default" section to switch in sendMotionEvent.
It's what strict gcc rules don't like much and it's
And it's good practice in general, imo.
2011-08-03 07:30:24 +00:00
Nathan Letwory
02ab2b473c
Debug print removed.
2011-08-03 07:08:28 +00:00
Mike Erwin
3b541b259f
removed attempted WITH_BF_3DMOUSE detection, fixed just one indention (left the others in their ugly new state)
2011-08-03 06:42:55 +00:00
Campbell Barton
6c9d0f2b7a
whitespace edits.
2011-08-03 06:27:44 +00:00
Mike Erwin
6233430c23
compensate for lack of 3D mouse calibration on Windows
2011-08-03 05:01:55 +00:00
Nathan Letwory
467475590e
Some more silencing. Enable with BF_GHOST_DEBUG
2011-08-02 10:39:46 +00:00
Nathan Letwory
6bc101fa7e
Indentation changes
2011-08-02 10:26:20 +00:00
Nathan Letwory
69b4962fc0
Properly disable NDOF code when WITH_INPUT_NDOF is not define.
2011-08-02 10:20:47 +00:00
Nathan Letwory
c1cf646bb7
whitespace
2011-08-02 09:36:44 +00:00
Nathan Letwory
1828e37794
Turn off ndof button debug
2011-08-02 09:09:07 +00:00
Jiri Hnidek
2e860a3e85
- Blender could be build with scons again.
2011-08-02 07:02:40 +00:00