Blender Git Statistics -> Developers -> themyers

Ricki Myers (themyers)

Total Commits : 12
Master Commits : 12
Branch Commits : 0
First Commit : March 5, 2006
Latest Commit : March 20, 2008

Commits by Month

DateNumber of Commits
March, 200810
February, 20080
January, 20080
December, 20070
November, 20070
October, 20070
September, 20070
August, 20070
July, 20070
June, 20070
May, 20070
April, 20070
March, 20070
February, 20070
January, 20070
December, 20060
November, 20060
October, 20060
September, 20060
August, 20060
July, 20060
June, 20060
May, 20060
April, 20060
March, 20062

Favourite Files

FilenameTotal Edits
drawtext.c8
GHOST_SystemX11.cpp2
GHOST_SystemWin32.cpp2
BKE_text.h2
header_text.c2
GHOST_C-api.h2
GHOST_C-api.cpp2
GHOST_System.h1
GHOST_WindowX11.cpp1
GHOST_SystemWin32.h1

File Changes

ActionTotalPer Commit
Modified342.8

Code Changes

ActionTotalPer Commit
Lines Added64453.7
Lines Removed816.8

Latest commits Feed

Revision 8bf91e4 by Ricki Myers (master)
March 20, 2008, 12:27 (GMT)
Fix for Crash on X11. Buffer was not the correct size. So strcpy would blow-up.

Revision a8e8993 by Ricki Myers (master)
March 14, 2008, 14:15 (GMT)
Fix for linking error when building with blenderplayer.

Revision 217db14 by Ricki Myers (master)
March 13, 2008, 17:30 (GMT)
Fix for bug #8548: txt_copy_sel in txt_cut_sel only copied string in a local buffer.
Changed txt_cut_sel to use the clipboard.
Revision b3dab57 by Ricki Myers (master)
March 13, 2008, 15:12 (GMT)
Patch #8488: UserPref to switch between pan/paste on MMB in text editor.

Revision b5cdd1f by Ricki Myers (master)
March 8, 2008, 04:22 (GMT)
Changed getClipbaord and putClipboard functions to be more ghost like
Changed getClipboard to GHOST_getClipboard and putClipboard to GHOST_putClipboard

Removed ghost calls from blender and added the calls to winlay.h and ghostwinlay.c
This cleand up casts in drawtext.c

Revision ed9f3c2 by Ricki Myers (master)
March 6, 2008, 01:54 (GMT)
Change the current line number to the cursor color when line numbers is toggled

Revision f588900 by Ricki Myers (master)
March 5, 2008, 03:04 (GMT)
Fixed warning in drawtext.c

Revision 8b5a5b7 by Ricki Myers (master)
March 4, 2008, 18:50 (GMT)
Fix bug where if you selected something then left clicked you would lose the selection buffer.
now when you left click it checks to see if there is text selected

Revision 6122ee1 by Ricki Myers (master)
March 4, 2008, 02:43 (GMT)
change error in typing
GlobalLock on line 914

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.


MiikaHweb - Blender Git Statistics v1.06
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021