Commit graph

  • 3e6a2e4e9b Corrected two while loops (they should have been plain if-statements, not loops). the_fiddler 2008-06-22 16:31:48 +0000
  • f40073b1b9 Corrected a stupid error where MeasureCharacterRanges was called with incorrect parameters. the_fiddler 2008-06-22 16:31:00 +0000
  • 426cb6432d Corrected a stupid error where MeasureCharacterRanges was called with incorrect parameters. the_fiddler 2008-06-22 16:31:00 +0000
  • 4b47612234 Updated TextPrinter.PerformLayout to use the new GdiPlus-based MeasureCharacterRanges function. the_fiddler 2008-06-22 16:30:01 +0000
  • 8e4287b46e Updated TextPrinter.PerformLayout to use the new GdiPlus-based MeasureCharacterRanges function. the_fiddler 2008-06-22 16:30:01 +0000
  • 314bec1c66 Implemented MeasureCharacterRanges function using the new GdiPlus bindings. the_fiddler 2008-06-22 16:29:13 +0000
  • 6801dc3e94 Implemented MeasureCharacterRanges function using the new GdiPlus bindings. the_fiddler 2008-06-22 16:29:13 +0000
  • 0a8f1a9c6a Added screenshot capabilities on F12. the_fiddler 2008-06-22 16:22:30 +0000
  • 49d1b68fa4 Added screenshot capabilities on F12. the_fiddler 2008-06-22 16:22:30 +0000
  • 80bde7f7ac Preliminary implementation of JoystickDevice. the_fiddler 2008-06-22 16:21:52 +0000
  • 47bb81d62f Preliminary implementation of JoystickDevice. the_fiddler 2008-06-22 16:21:52 +0000
  • 0039e775c7 Implemented GdiPlus bindings for text measurement. the_fiddler 2008-06-22 16:21:19 +0000
  • d7598b305a Implemented GdiPlus bindings for text measurement. the_fiddler 2008-06-22 16:21:19 +0000
  • ab3e0d8c13 Changed the fps counter color to SkyBlue. the_fiddler 2008-06-22 16:20:40 +0000
  • 4e521ea72e Changed the fps counter color to SkyBlue. the_fiddler 2008-06-22 16:20:40 +0000
  • 724296dc65 Removed unnecessary memory allocations. Removed out-of-date comment. the_fiddler 2008-06-21 23:24:24 +0000
  • fa0e5ee0d0 Removed unnecessary memory allocations. Removed out-of-date comment. the_fiddler 2008-06-21 23:24:24 +0000
  • 71fda048a6 Improved code layout. Added #region directives. the_fiddler 2008-06-21 23:23:33 +0000
  • 80020a02f1 Improved code layout. Added #region directives. the_fiddler 2008-06-21 23:23:33 +0000
  • da15592dd4 Fixed some code-style issues. the_fiddler 2008-06-21 20:46:31 +0000
  • bf8a555bc9 Fixed some code-style issues. the_fiddler 2008-06-21 20:46:31 +0000
  • 66503d34ff Normalized line endings. the_fiddler 2008-06-21 20:45:16 +0000
  • 628a4a5fbe Normalized line endings. the_fiddler 2008-06-21 20:45:16 +0000
  • 817ff38630 Fixed a comment typo. the_fiddler 2008-06-21 20:44:53 +0000
  • cfdcfe79ce Fixed a comment typo. the_fiddler 2008-06-21 20:44:53 +0000
  • b8989d5d56 Added overloads: GenSource( out uint ) GenBuffer( out uint ) DeleteSource and DeleteBuffer changed to use 'ref' keyword to be consistent with Gen functions. GenEffect( out uint ) DeleteEffect( ref uint ) GenFilter( out uint ) DeleteFilter( ref uint ) GenAuxiliaryEffectSlot( out uint ); DeleteAuxiliaryEffectSlot( ref uint ) (changed from previously passing by value, and removed the 's' in name ) renamed "DeleteAuxiliaryEffectSlots( int slot )" to "DeleteAuxiliaryEffectSlot( int slot )" renamed "int GenAuxiliaryEffectSlots()" to "int GenAuxiliaryEffectSlot()" New: ALSourceType GetSourceType( uint sid ) ALSourceState GetSourceState( uint sid ) ALDistanceModel GetDistanceModel( ) chrisbrandtner 2008-06-12 19:44:46 +0000
  • 34468b868d Added overloads: GenSource( out uint ) GenBuffer( out uint ) DeleteSource and DeleteBuffer changed to use 'ref' keyword to be consistent with Gen functions. GenEffect( out uint ) DeleteEffect( ref uint ) GenFilter( out uint ) DeleteFilter( ref uint ) GenAuxiliaryEffectSlot( out uint ); DeleteAuxiliaryEffectSlot( ref uint ) (changed from previously passing by value, and removed the 's' in name ) renamed "DeleteAuxiliaryEffectSlots( int slot )" to "DeleteAuxiliaryEffectSlot( int slot )" renamed "int GenAuxiliaryEffectSlots()" to "int GenAuxiliaryEffectSlot()" New: ALSourceType GetSourceType( uint sid ) ALSourceState GetSourceState( uint sid ) ALDistanceModel GetDistanceModel( ) chrisbrandtner 2008-06-12 19:44:46 +0000
  • c63102621f Added protected and public getters and setters to TextHandle. the_fiddler 2008-05-24 07:52:36 +0000
  • 84d1a13355 Added protected and public getters and setters to TextHandle. the_fiddler 2008-05-24 07:52:36 +0000
  • b98fe61653 Allow the user to code his own ITextPrinterImplementation. the_fiddler 2008-05-24 07:47:30 +0000
  • 6ce200cdae Allow the user to code his own ITextPrinterImplementation. the_fiddler 2008-05-24 07:47:30 +0000
  • 2dbf21a64a Make WinWindowInfo public. Fixed X11WindowInfo line endings. the_fiddler 2008-05-19 20:57:36 +0000
  • 43aaa02745 Make WinWindowInfo public. Fixed X11WindowInfo line endings. the_fiddler 2008-05-19 20:57:36 +0000
  • 0790d58048 Renamed CreateFromCurrentContext to CreateFromCurrentThread. the_fiddler 2008-05-19 20:55:53 +0000
  • 601f6d8caa Renamed CreateFromCurrentContext to CreateFromCurrentThread. the_fiddler 2008-05-19 20:55:53 +0000
  • 660d7bef57 Initial support for external contexts. the_fiddler 2008-05-19 20:54:44 +0000
  • 548d4b2aef Initial support for external contexts. the_fiddler 2008-05-19 20:54:44 +0000
  • 48807bb5e1 Initial support for external contexts. the_fiddler 2008-05-19 20:54:07 +0000
  • b48202324b Initial support for external contexts. the_fiddler 2008-05-19 20:54:07 +0000
  • efdd4d296a made a copy the_fiddler 2008-05-13 10:50:29 +0000
  • c1a691412b Fixed an issue where the GLControl didn't repaint it's background in the Visual Studio designer. the_fiddler 2008-05-11 08:09:16 +0000
  • ed3fabfde6 Fixed an issue where the GLControl didn't repaint it's background in the Visual Studio designer. the_fiddler 2008-05-11 08:09:16 +0000
  • 47b0d1f0fe * TextPrinter.cs: Updated licensing information and fixed some spacing problems. the_fiddler 2008-05-05 17:13:22 +0000
  • 7920b65ac4 * TextPrinter.cs: Updated licensing information and fixed some spacing problems. the_fiddler 2008-05-05 17:13:22 +0000
  • 30a1834dec * IExample.cs: Updated licensing information. the_fiddler 2008-05-05 17:10:53 +0000
  • 7bb6b91cbf * IExample.cs: Updated licensing information. the_fiddler 2008-05-05 17:10:53 +0000
  • 5e7a9f9299 * GluTessellation.cs: Updated licensing information. the_fiddler 2008-05-05 17:10:28 +0000
  • 4e754d975f * GluTessellation.cs: Updated licensing information. the_fiddler 2008-05-05 17:10:28 +0000
  • a8eee8da11 Added Inertia's FrameBufferObject example. the_fiddler 2008-05-05 17:05:11 +0000
  • 76c591a77b Added Inertia's FrameBufferObject example. the_fiddler 2008-05-05 17:05:11 +0000
  • 35aad19554 Updated for release. the_fiddler 2008-05-04 20:01:48 +0000
  • ce4136916d Updated for release. the_fiddler 2008-05-04 20:01:48 +0000
  • 152ddd075d Updated for release. the_fiddler 2008-05-04 19:58:56 +0000
  • 49afd8f450 Updated for release. the_fiddler 2008-05-04 19:58:56 +0000
  • d0b55a870c Updated for release. the_fiddler 2008-05-04 19:58:16 +0000
  • 09e643d09a Updated for release. the_fiddler 2008-05-04 19:58:16 +0000
  • 464d97121c Prepared for release. the_fiddler 2008-05-04 19:57:28 +0000
  • 238e3253e2 Prepared for release. the_fiddler 2008-05-04 19:57:28 +0000
  • 029e2e24ef Fixed path to wav file. the_fiddler 2008-05-04 19:44:21 +0000
  • 84756e05d2 Fixed path to wav file. the_fiddler 2008-05-04 19:44:21 +0000
  • edbd4a7836 Build.exe now copies bmp and wav resources to the output directory. Updated wording in Release.txt. the_fiddler 2008-05-04 19:25:50 +0000
  • e5e2f7f827 Build.exe now copies bmp and wav resources to the output directory. Updated wording in Release.txt. the_fiddler 2008-05-04 19:25:50 +0000
  • 1e6b7dd913 the_fiddler 2008-05-04 19:16:46 +0000
  • d31eabf905 the_fiddler 2008-05-04 19:16:46 +0000
  • ae6d22c0f3 Normalized naming. the_fiddler 2008-05-04 19:14:52 +0000
  • 35abdde1ed Normalized naming. the_fiddler 2008-05-04 19:14:52 +0000
  • 7164e4596b Added a work around for the "stuck cursor" issue, where the mouse cursor would stay at the resize state when entering the GameWindow. the_fiddler 2008-05-04 19:09:18 +0000
  • a2335092c9 Added a work around for the "stuck cursor" issue, where the mouse cursor would stay at the resize state when entering the GameWindow. the_fiddler 2008-05-04 19:09:18 +0000
  • 044299d667 Removed unused DestroyWindow function. the_fiddler 2008-05-04 18:54:51 +0000
  • 2813f262a2 Removed unused DestroyWindow function. the_fiddler 2008-05-04 18:54:51 +0000
  • 201f671cd9 The MouseChoose combobox now has the primary mouse selected by default. the_fiddler 2008-05-04 18:29:03 +0000
  • 7dfac94aa7 The MouseChoose combobox now has the primary mouse selected by default. the_fiddler 2008-05-04 18:29:03 +0000
  • 58cd07ec2a Fixed mouse motion events on Linux. the_fiddler 2008-05-04 18:23:42 +0000
  • d5e047d7bb Fixed mouse motion events on Linux. the_fiddler 2008-05-04 18:23:42 +0000
  • 9ea06f2895 Trying to debug why mouse is not moving on Linux. the_fiddler 2008-05-04 18:15:14 +0000
  • 0ac14a65f4 Trying to debug why mouse is not moving on Linux. the_fiddler 2008-05-04 18:15:14 +0000
  • bd238a8d85 the_fiddler 2008-05-04 18:09:15 +0000
  • 08544da8ce the_fiddler 2008-05-04 18:09:15 +0000
  • 93f9ee797f the_fiddler 2008-05-04 18:08:56 +0000
  • 79627ad0ad the_fiddler 2008-05-04 18:08:56 +0000
  • 3c6fc58750 Temporarily remove MouseDevice.Move event, due to issues with deltas when the mouse stops moving. the_fiddler 2008-05-04 18:08:03 +0000
  • e0ea97e2d1 Temporarily remove MouseDevice.Move event, due to issues with deltas when the mouse stops moving. the_fiddler 2008-05-04 18:08:03 +0000
  • 7bcfee4bc4 Renamed to InputLogger. the_fiddler 2008-05-04 17:48:11 +0000
  • d00d157cdb Renamed to InputLogger. the_fiddler 2008-05-04 17:48:11 +0000
  • 1510c282de Fixed a bug where WheelDelta reported the same value as Wheel. the_fiddler 2008-05-04 17:47:09 +0000
  • c545500681 Fixed a bug where WheelDelta reported the same value as Wheel. the_fiddler 2008-05-04 17:47:09 +0000
  • 025b57d428 Added display for WheelDelta value. the_fiddler 2008-05-04 17:45:33 +0000
  • b9cb215d9b Added display for WheelDelta value. the_fiddler 2008-05-04 17:45:33 +0000
  • 949f1e9ee2 Fixed line endings. the_fiddler 2008-05-04 17:44:13 +0000
  • 21ef7c6c5c Fixed line endings. the_fiddler 2008-05-04 17:44:13 +0000
  • f65fd4b221 Fixed mouse delta handling. the_fiddler 2008-05-04 17:42:19 +0000
  • e9e9ee5f9c Fixed mouse delta handling. the_fiddler 2008-05-04 17:42:19 +0000
  • 027c6eb542 Fixed line endings. the_fiddler 2008-05-04 17:18:54 +0000
  • b5fb1361ef Fixed line endings. the_fiddler 2008-05-04 17:18:54 +0000
  • dda7624efa Fixed line endings. the_fiddler 2008-05-04 17:18:02 +0000
  • 1abaa88bbf Fixed line endings. the_fiddler 2008-05-04 17:18:02 +0000
  • 02e5d53113 Updated assembly information. the_fiddler 2008-05-04 16:55:06 +0000
  • 2118f1ef28 Updated assembly information. the_fiddler 2008-05-04 16:55:06 +0000
  • e2653a5918 Added assembly information. the_fiddler 2008-05-04 16:54:43 +0000
  • c70fef9b91 Added assembly information. the_fiddler 2008-05-04 16:54:43 +0000