Skip to content
The Jenkins Controller is preparing for shutdown. No new builds can be started.

macos-x86_64 # Changes

Change Log History for macos-x86_64 #1029 - Jenkins
Skip to content
The Jenkins Controller is preparing for shutdown. No new builds can be started.

Change Log History

Originally from build #1028

Changes
  1. WWW: Add SIGGRAPH 2013 splash - Update links / images (details / cgit)
  2. Fix 2 links (details / cgit)
  3. Fix SIGG link, Refine WW2, Fix BioJava (details / cgit)
  4. www: update .. (details / cgit)
  5. www: gephi img update (details / cgit)
  6. Use NApplet for version info (details / cgit)
  7. Add Jake2 NApplet and Webstart links (details / cgit)
  8. www .. (details / cgit)
  9. Tests: Fix enumeration of monitor/screen mode tests, add tests description to class header. (details / cgit)
  10. Tests: Fix enumeration of monitor/screen mode tests, add tests description to class header. (details / cgit)
  11. Tests: Put monitor/screen mode tests to own subpackage (details / cgit)
  12. Update Siggraph div-id anchor (details / cgit)
  13. Adding MyHMI (Library.. tools) (details / cgit)
  14. Quaternion: Fix float type - double epsilon slipped through review, where we like to compare float values - remove 64bit conversion. (details / cgit)
  15. Add Comparable<?>: Point*, Dimension*, Rectangle*, SurfaceSize* and MonitorMode* ; Sort List<MonitorMode> in descending order to be well determined. (details / cgit)
  16. NewtCanvasAWT: Add missing println if(DEBUG) decoration (details / cgit)
  17. X11 RandR: Cleanup RandR impl. selection, RandR13 setMode does not require a temp. display connection! (details / cgit)
  18. NEWT Screen ..: Typos / JNI signature (details / cgit)
  19. ScreenImpl: Fix ScreenMonitorState add/remove reference, which shall only happen at actual native create and destroy. (details / cgit)
  20. MonitorDeviceImpl: No need to nanoTime() .. (details / cgit)
  21. www/index.html: Featured Projects -> Utilities, Libraries, Building blocks -> libGDX (details / cgit)
  22. WWW: Adapt Meet us @ Siggraph w/ home page (details / cgit)
  23. WWW: Shorten libGDX text (details / cgit)
  24. www: shorten jebgl (details / cgit)
  25. WWW: Reorder utils .. matching semantics better (details / cgit)
  26. Fix Bug 770 and 771 (details / cgit)
  27. Fix Bug 768 / NEWT Windows: Use layout dependent keySymbol, if independent keyCode is 0. (details / cgit)
  28. Bug 734: Bug could not be reproduced w/ TestScreenMode02bNEWT, however on some X11 tests systems, artifacts could be experienced. (details / cgit)
  29. Bug 759: (details / cgit)
  30. Fix Bug 767: TAB + BS are considered 'printable' - Compromise of 'editor' view and 'font-definition' view. ENTER not. Fix ENTER code: 0xa -> 0xd ! (details / cgit)
  31. Bug 724: Add manual unit test, incr. PNGImage verbosity. (details / cgit)
  32. PNGJ: Bump to git sha1 a0b1101ba2d37de39428ed55c8189502e24a3125 of https://code.google.com/p/pngj/ (details / cgit)
  33. Bug 724: Testing PNG Transparency / Fixing GLSL Shader of test case: Mix texture alpha properly (pre-multiply), due to lack of ALPHA_BLENDING. (details / cgit)
  34. GLContext: Rename 2-digit VersionNumber statics aligning w/ all 3-digit names, e.g. Version31 -> Version310. ; Trim GLVersionNumber string. (details / cgit)
  35. Texture: Add 'Order of Texture Commansa' and their semantics to API doc .. due to lot's of confusions. (details / cgit)
  36. GLJPanel: Add remark about FBO / GLSL texture-unit usage in API doc; Add API entry to set/get texture unit (default 0). (details / cgit)
  37. WindowImpl.consumeKeyEvent: Reduce DEBUG println and show println after propagating event to show whether it has been consumed. (details / cgit)
  38. Revise commit 4c34f5980bddcdc84b10cb3bcbb96b365b9d471e (Bug 767): TAB, BS and CR/ENTER are printable for NEWT KeyEvent and font handling. Fix regression. (details / cgit)
  39. Remove redundant check around Mesa quirk (that check has already occurred via isDriverMesa) (details / cgit)
  40. GLRendererQuirks.GLNonCompliant: Recoverd a bit of known knowledge .. in API doc. (details / cgit)