fixed images in documentation

removed footer date for the time being (to prevent too much changes in documentation)
implemented cleaning of GLUT bitmap font lists
removed unused function in uicontext class
renamed chm file
added missing documentation back in nvcontext.xml

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2254 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
blaszijk
2012-01-12 15:15:59 +00:00
parent 19857f2209
commit d0340d13eb
398 changed files with 1431 additions and 1896 deletions

View File

@ -186,8 +186,6 @@ type
procedure doTextureView(const aRect: Rect; const texID: integer; zoomRect: Rect; mipLevel: integer = -1; texelScale: double = 1; texelOffset: double = 0; red: integer = 0; green: integer = 1; blue: integer = 2; alpha: integer = 3; style: integer = 0);
protected
function getPainter: UIPainter;
function window: Rect;
private
@ -972,11 +970,6 @@ begin
Painter.drawTextureView(rr, texID, rt, zoomRect, mipLevel, texelScale, texelOffset, red, green, blue, alpha, style);
end;
function UIContext.getPainter: UIPainter;
begin
Result := Painter;
end;
function UIContext.window: Rect;
begin
Result := m_window;