Blender Git Loki

Git Commits -> Revision ffcbff6

Revision ffcbff6 by Ricki Myers (master)
March 4, 2008, 00:41 (GMT)
Added Copy and Paste functions to GHOST.
- Moved WIN32 code to ghost and added code for other systems.
- Added functions getClipboard(flag), and putClipboard(buffer, flag)
-Flag is used on X11 to request selection buffer or clipboard.
-If any other system uses flag = 1 the function returns doing nothing.
- Changed ctrl +c/v and shift+ctrl + c/v to do the same thing (use the clipboard).
- Changed the menu items (copy, paste) to use the clipboard.

Commit Details:

Full Hash: ffcbff62dd569b880c39084889fe68be76f67f51
SVN Revision: 13964
Parent Commit: c7d0a2a
Lines Changed: +449, -55

14 Modified Paths:

/intern/ghost/GHOST_C-api.h (+12, -0) (Diff)
/intern/ghost/GHOST_ISystem.h (+12, -0) (Diff)
/intern/ghost/intern/GHOST_C-api.cpp (+13, -0) (Diff)
/intern/ghost/intern/GHOST_System.h (+15, -0) (Diff)
/intern/ghost/intern/GHOST_SystemCarbon.cpp (+68, -0) (Diff)
/intern/ghost/intern/GHOST_SystemCarbon.h (+14, -0) (Diff)
/intern/ghost/intern/GHOST_SystemWin32.cpp (+51, -0) (Diff)
/intern/ghost/intern/GHOST_SystemWin32.h (+14, -0) (Diff)
/intern/ghost/intern/GHOST_SystemX11.cpp (+165, -3) (Diff)
/intern/ghost/intern/GHOST_SystemX11.h (+14, -0) (Diff)
/intern/ghost/intern/GHOST_WindowX11.cpp (+18, -1) (Diff)
/source/blender/blenkernel/BKE_text.h (+2, -1) (Diff)
/source/blender/src/drawtext.c (+47, -48) (Diff)
/source/blender/src/header_text.c (+4, -2) (Diff)
Tehnyt: Miika HämäläinenViimeksi päivitetty: 07.11.2014 14:18MiikaH:n Sivut a.k.a. MiikaHweb | 2003-2021