index
:
gnubg.git
summary
refs
log
tree
commit
diff
path:
root
/
render.h
Age
Commit message (
Expand
)
Author
Files
Lines
2025-06-20
Improve drawing code for GTK 3 animation
Nikolas Nyby
1
-3
/
+2
2021-11-08
Constify some variables and function parameters, pacifying cppcheck
Philippe Michel
1
-6
/
+6
2020-05-26
Fix build with older (pre-C11) compilers, where redundant typedefs where not ...
Philippe Michel
1
-3
/
+3
2019-11-13
minor fixes
Jon Kinsey
1
-11
/
+10
2019-11-09
Refactor 3d code
Jon Kinsey
1
-3
/
+1
2019-11-03
Declare renderdata's boardAngle and skewFactor as floats.
Philippe Michel
1
-11
/
+10
2017-04-02
Silence compiler warnings
Philippe Michel
1
-3
/
+3
2015-01-01
Avoid using double precision floats in graphics rendering.
Philippe Michel
1
-5
/
+5
2014-10-19
Silence compiler warnings
Philippe Michel
1
-2
/
+2
2013-06-16
Standardized the code formatting with indent -kr -l120 -fc1 -sc -nut -psl
Michael Petch
1
-140
/
+118
2012-08-27
Fix bug #36201
Philippe Michel
1
-3
/
+3
2009-10-26
Sort out 2d dice colours when in 3d mode
Jon Kinsey
1
-2
/
+2
2009-10-13
Move gnubgid into status bar
Jon Kinsey
1
-2
/
+1
2008-09-25
minor without-board3d fixes
Christian Anthon
1
-1
/
+4
2008-03-08
Change 2d direction arrow to look like 3d arrow
Jon Kinsey
1
-2
/
+2
2007-12-13
fixes to make ./configure --without-board3d && make gnubg, work
Christian Anthon
1
-2
/
+2
2007-12-12
Misc changes
Jon Kinsey
1
-2
/
+4
2007-09-14
header clean-up
Christian Anthon
1
-9
/
+1
2007-07-02
*** empty log message ***
Achim Mueller
1
-2
/
+2
2006-12-26
Made minor changes to code after run through lint code checker
Jon Kinsey
1
-3
/
+3
2006-12-10
Make 3d lib interface more obvious
Jon Kinsey
1
-3
/
+13
2006-06-24
cleanup after GTK1 removal
Christian Anthon
1
-2
/
+1
2006-06-22
Moved some 3d settings into 3d lib and several compiler fixes
Jon Kinsey
1
-59
/
+6
2006-06-22
remove gtk_1 code
Christian Anthon
1
-4
/
+1
2006-05-01
Load textures with GdkPixmap
Øystein Schønning-Johansen
1
-7
/
+1
2004-09-09
Small memory leaks, uninitialized memory reads and tidy up code added.
Jon Kinsey
1
-1
/
+2
2004-05-19
Vary board tesselation based on accuracy setting
Jon Kinsey
1
-1
/
+2
2004-05-13
Add Taki-style rounded points
Jon Kinsey
1
-1
/
+2
2004-04-02
Remove compiler warnings
Jon Kinsey
1
-1
/
+2
2004-03-31
Moved preview in preferences
Jon Kinsey
1
-14
/
+21
2004-03-23
Rename AlphaBlend() to avoid nameclash on windows
Jon Kinsey
1
-2
/
+3
2004-01-16
3d quick draw option
Jon Kinsey Jon Kinsey
1
-1
/
+2
2003-10-14
Added option to draw background in bear off trays (3d board).
Jon Kinsey
1
-1
/
+2
2003-09-22
Add option to cover all of 3d chequer with texture
Jon Kinsey
1
-2
/
+9
2003-09-15
fixing some 2D board problems, moving board dimensions to defines in boarddim.h
Holger Bochnig
1
-2
/
+2
2003-09-04
Added new nature design
Jon Kinsey
1
-2
/
+2
2003-08-13
No USE_BOARD3D fix
Jon Kinsey
1
-2
/
+2
2003-08-13
Merged 3d board branch
Jon Kinsey
1
-1
/
+85
2003-07-26
render board label pictures correctly.
Joern Thyssen
1
-1
/
+12
2003-07-26
Update board labels dynamically.
Joern Thyssen
1
-1
/
+4
2003-07-26
Include Holger's arrows in the html export.
Joern Thyssen
1
-1
/
+11
2003-05-23
draw arrow to indicate direction of play and who is on turn
Holger Bochnig
1
-1
/
+4
2003-01-29
Show pseudo-cube on resignations.
Joern Thyssen
1
-1
/
+5
2002-12-20
Add HTML image exporting.
Gary Wong
1
-1
/
+8
2002-12-13
Major changes to use the render.c board drawing code instead of the old gtkbo...
Gary Wong
1
-2
/
+14
2002-12-11
Added GTK+ independent rendering code in render.c. gtkboard.c will soon be
Gary Wong
1
-0
/
+102