Commit Graph

530 Commits

Author SHA1 Message Date
b3c48c4d2c enable truetype fonts for text objects when building with the original
Makefiles. Platform manages should check nan_definitions.mk and set
INTERNATIONAL to true for their platforms.
2003-05-10 16:35:28 +00:00
Chris Want
1ecddea462 Some modifications to get cygwin/msvc compiling/linking 2003-05-10 16:25:23 +00:00
c5cfce5485 - Provide upstream urls for the i18n work (gettext, freetyp2 and FTGL)
- Explain not all translations are done yet in the release
- List the needed patch for FTGL to get uniformly coloured glyphs
2003-05-10 14:29:25 +00:00
9314e9db13 don't link against libiconv on os x 2003-05-10 13:19:23 +00:00
3c77276bd7 added Goofster's mergemenu to the alt-w menu.
revised by Matt Ebb
2003-05-10 12:22:26 +00:00
8218dd2614 made Blender 2.27 startup with aa fonts on by default. 2003-05-10 11:25:52 +00:00
d3524b73ea added GNU font Vera.ttf as default font. 2003-05-10 11:24:37 +00:00
8bd26c12d5 - release now is called 2.27 2003-05-10 10:37:43 +00:00
950504c016 added Matt Ebb's new windowtype button 2003-05-10 10:36:14 +00:00
37d32099d6 updated version to 2.27.
Just compile blendkernel/intern/blender.c at least
2003-05-10 10:07:07 +00:00
99bd02a98b store message catalogs in Resources folder of the application bundle on OS
X. Opening a file selector is no longer needed in order to switch the
language for the first time; apparently gettext wasn't too happy about
relative paths.
2003-05-09 20:20:40 +00:00
2292658124 added Matt Ebb's icons for the new headerbuttons. 2003-05-09 14:03:34 +00:00
29806ccb0d replaced depricated p2cstr with CopyPascalStringToC for OSX. 2003-05-09 13:07:41 +00:00
07d97ff881 minor fix 2003-05-09 13:05:16 +00:00
65815c0777 Oops, forgot to put the codecname label behind ifdefs. 2003-05-09 12:56:55 +00:00
1f5ba2debd cleaned up language support for a release. 2003-05-09 12:48:21 +00:00
6670ad7bec minor code cleanups 2003-05-09 12:45:59 +00:00
1e7e0633cf modified tooltip heights 2003-05-09 11:39:37 +00:00
f8803db66d added a labelbutton that displays the selected avi/quicktime codec. 2003-05-09 11:24:55 +00:00
81d2589d6a * Implement Blender_Redraw(), minor changes in other files
* Implemented submodule Text
2003-05-09 04:34:40 +00:00
ceeb5e7568 * Finishing renaming of interface.[ch] to EXPP_interface.[ch]:
removed old files -- should solve compile problems.
* Updated Window.c to access a variable in Draw.c
2003-05-08 23:51:09 +00:00
cf6def23e3 forgot to commit this one for win/fullscreen 2003-05-08 20:53:38 +00:00
c794506cb3 aa fonts have correct colors in the toolbox now. 2003-05-08 20:40:57 +00:00
16aa1b8773 added 2.27 splash screen, designed by Matt Ebb.
nice work !!
2003-05-08 19:59:51 +00:00
2258e14eb5 - new Blender Installer Icon (thanks Matt)
It's a pity nsis only uses the 32x32x16 bit version of this icon ;-(
2003-05-08 19:29:09 +00:00
cc8460b1e7 fix loading of truetype fonts on linux 2003-05-08 17:27:43 +00:00
ad0bf55843 added a fullscreen button in the top header (windows only)
written by Florian Eggenberger.
2003-05-08 16:24:58 +00:00
97feb53f36 changed for the new fullscreen button (windows only) 2003-05-08 16:22:41 +00:00
d53ca699c9 fixed ui_draw_but_TOG3 for correct coloring non-ftgl texts. 2003-05-08 13:44:16 +00:00
154a49fbba updating change in an included filename 2003-05-08 03:13:17 +00:00
1e891f844a * Added submodule Window, including FileSelector and ImageSelector:
Most of the code comes from bpython/intern/opy_window.c, but two
    new functions were added, to access the file and image selector
    windows in Blender.

* Added submodules Draw (gui) and BGL (OpenGL wrapper):
    The code comes from bpython/intern/opy_draw.c, with minor changes
    to integrate it in the new implementation.

* Made changes to Camera, Lamp and Image submodules:
    The implementation was improved. These files should be good
    starting points for interested new coders to look at, now.

* Renamed interface.[ch] to EXPP_interface.[ch] to avoid conflict:
    There is another interface.h file in source/blender/include.
2003-05-08 03:06:46 +00:00
f20e95b73a removed two paste errors :) 2003-05-07 19:32:09 +00:00
f28516e7b0 hotkey for changing a mesh to a subsurface and back again: shift+o
hotkey for changing display resolution for subdiv: ctrl+1 or 2 or 3 or 4
written by Green
2003-05-07 19:27:29 +00:00
Chris Want
cb2d8c7225 A fix to the release Makefile so that strip happens *after* copy.
Please test!
2003-05-07 14:47:49 +00:00
d279fc6c45 pulldown menus now scale according to textwidths 2003-05-07 03:00:11 +00:00
7d4f1fe249 Post-build step to copy gnu_gettext.dll to bin dir (MSCV 6) 2003-05-06 20:25:53 +00:00
079e41fe10 fixed some interface font issues. 2003-05-06 12:51:04 +00:00
Chris Want
a9193a88ca Autoskinning:
-- added Matt Ebb's menu suggestion
-- Maybe it so the 'empty'/'name' option is disabled for bones that
   are of type 'Unskinnable'.
2003-05-06 02:32:56 +00:00
853d3c711a disable i18n on linux, second attempt 2003-05-05 22:24:54 +00:00
f5fae531f4 disable i18n support on linux 2003-05-05 22:21:24 +00:00
7180ad4c86 enable multilingual support on linux and os x using the original Makefiles 2003-05-05 21:28:54 +00:00
94ff0ea3be fixed a lot of interface update issues.
big thanks to broken !
2003-05-05 12:18:22 +00:00
8718b91af0 added fullscreen command line switch on Win32 -W
written by Florian Eggenberger.

Since Ghost in the bf tree is still used, i patched it here.
2003-05-05 10:53:04 +00:00
9e79a6222f added fullscreen command line switch on Win32 -W
written by Florian Eggenberger.
2003-05-05 10:51:52 +00:00
e234b144cb wheee! the all-feared 'bin' directory is here.
sorry LarstiQ. remove/move files as you please.
2003-05-04 19:56:34 +00:00
169c6254b1 made the preview update correctly when switching the actual material 2003-05-04 12:38:44 +00:00
3ad55c81ce reverted to previous version, changes weren't meant for a commit. 2003-05-04 11:33:45 +00:00
77650127fd drawinfospace function now matches zr's recent changes 2003-05-04 11:20:14 +00:00
ad3a972a25 added two extra uv mapping types to uv menu,
nothing big really
2003-05-03 16:06:30 +00:00
0f95f38ecf changed buttontype for the pulldown titles 2003-05-03 16:05:45 +00:00