Gráfico de Commits

  • 296e89e7c6 Merge pull request #334 from msteiger/knownfolder master Daniel Doubrovkine (dB.) @dblockdotorg 2014-05-26 06:55:28 -04:00
  • e52c4255d9 Fixed inheritance of LPVOID and simplified access to CoTaskMem* Martin Steiger 2014-05-25 17:32:13 +02:00
  • a0eaa3fb95 Merge remote-tracking branch 'twall/master' into knownfolder Martin Steiger 2014-05-25 17:02:45 +02:00
  • bf870bb9e3 Added Win32 Monitor Configuration API in com.sun.jna.platform.win32.Dxva2. Martin Steiger 2014-05-24 15:09:05 -04:00
  • 8d4aa48713 Added Shell32.SHGetKnownFolderPath and corresponding constants Martin Steiger 2014-05-24 12:55:05 +02:00
  • 21d459bb55 Added CoTaskMemAlloc, CoTaskMemRealloc and CoTaskMemFree to com.sun.jna.platform.win32.Ole32. Martin Steiger 2014-05-23 11:52:03 -04:00
  • 05210b2332 added my changes Tobias 2014-05-23 09:57:41 +02:00
  • 942380eadd Added Winspool monitor sample and updated Kernel32, WinBase, Winspool Tobias 2014-05-23 09:55:38 +02:00
  • e0ff9cd8d3 Some minor changes to MS Office samples Tobias 2014-05-22 09:55:27 +02:00
  • 3470e24b46 New MS Word sample Tobias 2014-05-21 13:11:18 +02:00
  • ab513b62a0 Variant and TlbImp Fix Tobias 2014-05-21 11:25:02 +02:00
  • da6c521e1c add change entry for PR #319 Timothy Wall 2014-05-13 06:17:41 -04:00
  • 5115f143ce Merge pull request #319 from marco2357/master Timothy Wall 2014-05-13 06:11:52 -04:00
  • 64466deb5e Ensure exception message includes all faulty field information (fixes broken test) Timothy Wall 2014-04-21 06:21:58 -04:00
  • d8638912f0 fix build on newer mac OSX (10.8/10.9) Timothy Wall 2014-04-21 06:06:02 -04:00
  • 87c582ce23 Merge pull request #321 from headcr4sh/patch-1 Timothy Wall 2014-04-20 14:56:04 -04:00
  • 9f1361b533 Add syntax highlighting to C- and Java code Benjamin P. Jung 2014-04-20 20:08:29 +02:00
  • 323a913bf6 Merge pull request #290 from ebourg/master Timothy Wall 2014-04-09 20:56:21 -04:00
  • deff187509 removed unused imports Taco 2014-04-09 18:49:14 +02:00
  • cfbe750615 improved testcase Taco 2014-04-09 18:33:31 +02:00
  • 32447ce488 Added an entry in the changelog for #290 Emmanuel Bourg 2014-04-09 17:51:49 +02:00
  • 27c7d3ad49 Exception chaining for com.sun.jna.Structure Emmanuel Bourg 2013-11-15 22:54:20 +01:00
  • 9340b94e63 Merge pull request #314 from andymcd/aarch64 Timothy Wall 2014-04-09 07:13:20 -04:00
  • d7bb1e189f fixed direct-mapping type-mapped pointer result types Taco 2014-04-08 18:23:44 +02:00
  • 6cd4216336 Add and bundle support for AArch64 Andrew McDermott 2014-04-04 05:44:12 +00:00
  • bbef9fa6ab Fixed link to JavaDoc. Daniel Doubrovkine (dB.) @dblockdotorg 2014-03-31 07:11:38 -04:00
  • 28fc8ce789 enable AIX build, update natives Timothy Wall 2014-03-18 17:16:31 -07:00
  • 8508354adc Merge pull request #307 from tyrcho/patch-1 Daniel Doubrovkine (dB.) 2014-03-08 10:52:17 -05:00
  • 6d8bf1eaf4 fix javadoc links Michel Daviot 2014-03-08 13:30:41 +01:00
  • d498bd9493 Preparing for development, 4.1.1. dB 2014-03-06 11:10:44 -05:00
  • c490fc9101 Release 4.1.0 to Maven Central. 4.1.0 dB 2014-03-06 11:06:40 -05:00
  • 05348f6c26 Moved general docs from publishing to maven central to releasing. dB 2014-03-06 10:58:09 -05:00
  • bfc02645a0 You don't need permissions to Sonatype, the explanation to get java.net access is right above. dB 2014-03-06 10:48:00 -05:00
  • 46238caafb Push at the very end, so everything is staged. dB 2014-03-06 08:48:56 -05:00
  • 2a756c628a Switch order of release because download links point to Maven central. dB 2014-03-06 08:42:10 -05:00
  • 56eb5c7d4a Added documentation on where to request access to Sonatype. dB 2014-03-06 08:40:13 -05:00
  • 1bd0db1148 Release 4.1.0. dB 2014-03-06 08:18:49 -05:00
  • 4cc04a166c Release 4.1.0. gh-pages dB 2014-03-06 08:16:21 -05:00
  • dc013ea124 Release 4.1. dB 2014-03-06 08:04:24 -05:00
  • 34d87fd98f Preparing for 4.1 release. dB 2014-03-06 08:00:08 -05:00
  • 71631fb543 Merge pull request #306 from swills/master Timothy Wall 2014-02-27 06:56:42 -05:00
  • 4934eb644b Use getCanonicalPath instead of getAbsolutePath for these two tests Steve Wills 2014-02-26 23:05:40 +00:00
  • f3e7ede297 Tighten prose. Timothy Wall 2014-02-23 08:35:06 -05:00
  • 2c0d097389 Merge pull request #301 from BusyByte/master Daniel Doubrovkine (dB.) 2014-01-22 14:35:06 -08:00
  • e3aa9cd1a2 Changed Advapi32Test.testAccessCheck to work on non-US-English systems and general cleanup pair9 2014-01-22 16:24:12 -06:00
  • d84910a762 Added test for com.sun.jna.platform.win32.Advapi32.AccessCheck and updated changelog markup pair9 2014-01-22 13:24:20 -06:00
  • 2c16197d0f Merge branch 'issue-300' of github.com:twall/jna Timothy Wall 2014-01-21 22:45:49 -05:00
  • 2e4c4349dd Merge branch 'issue-300' of github.com:twall/jna into issue-300 issue-300 Timothy Wall 2014-01-21 22:44:53 -05:00
  • 5d4e9b14fd update change log Timothy Wall 2014-01-21 22:44:25 -05:00
  • feecc7fd1e Merge branch 'issue-300' of github.com:twall/jna Timothy Wall 2014-01-21 22:42:36 -05:00
  • 3f23dc3ffb Addressed code review items from pull request Shawn Garner 2014-01-22 02:35:26 +00:00
  • 5ce1658269 Added Advapi32Util accessCheck method to verify file permissions Shawn Garner 2014-01-21 04:53:49 +00:00
  • 75a532b088 update natives Timothy Wall 2014-01-13 02:24:32 -05:00
  • 8aa8a2e090 update native Timothy Wall 2014-01-13 02:23:39 -05:00
  • 4836f05059 don't align arguments in stdcall Timothy Wall 2014-01-13 02:23:08 -05:00
  • ed35e7b973 fix clallback prototype Timothy Wall 2014-01-13 01:16:23 -05:00
  • 4e4dbda6f0 add extra args, triggering stdcall stack bug Timothy Wall 2014-01-13 00:52:47 -05:00
  • 6756267f48 attempt to reproduce issue #300 Timothy Wall 2014-01-12 17:06:13 -05:00
  • 87200e8006 Some Changes to the COM support Tobias 2014-01-03 20:21:57 +01:00
  • 35c743df72 Added com.sun.jna.platform.win32.Kernel32.ResetEvent. Barry Roberts 2013-12-11 08:57:41 -05:00
  • c94c3b9ee0 Merge pull request #292 from ebourg/unused-imports Daniel Doubrovkine (dB.) 2013-11-15 15:24:33 -08:00
  • 1d0988127d Removed unused imports Emmanuel Bourg 2013-11-15 23:44:34 +01:00
  • e736b45a35 Merge pull request #291 from ebourg/stringbuilders Daniel Doubrovkine (dB.) 2013-11-15 14:42:39 -08:00
  • e67a50c904 Replaced StringBuffers with StringBuilders Emmanuel Bourg 2013-11-15 23:11:08 +01:00
  • 6f37195ce2 cloudbees test trigger Timothy Wall 2013-11-14 07:01:12 -05:00
  • 9785311050 cloudbees test trigger Timothy Wall 2013-11-14 07:00:51 -05:00
  • ed5dac53cc fix typo in javadoc Timothy Wall 2013-11-08 07:08:40 -05:00
  • 6b25643334 Update CHANGES.md Daniel Doubrovkine (dB.) 2013-11-06 11:49:20 -08:00
  • 667fdd1e32 Merge pull request #287 from daifei4321/master Daniel Doubrovkine (dB.) 2013-11-06 11:46:50 -08:00
  • a0c486f826 Update CHANGES.md Dai Fei 2013-10-29 15:27:40 +08:00
  • a41d97d9e8 Update Win32WindowDemo.java daifei4321 2013-10-25 16:17:38 +08:00
  • 30b64fb78c Fixed 2 bugs in Win32WindowDemo.java daifei4321 2013-10-25 16:10:56 +08:00
  • f277c9dce2 Update DBT.java added DBTF_MEDIA and DBTF_NET daifei4321 2013-10-25 15:05:24 +08:00
  • c7dcf61bb6 Added com.sun.jna.platform.win32.Kernel32.GetPrivateProfileSection, GetPrivateProfileSectionNames and WritePrivateProfileSection and corresponding Kernel32Util helpers. Markus KARG 2013-10-07 19:58:36 -04:00
  • 438d1313fc Merge pull request #280 from dblock/kc7bfi-merged Daniel Doubrovkine (dB.) 2013-10-06 17:05:45 -07:00
  • e465dca4ce Moved OpenGL declarations in the corresponding file(s) with the Windows SDK. dB 2013-10-06 20:00:01 -04:00
  • 99bd756eab Added OpenGL32 support. David Robinson 2013-10-06 14:31:37 -04:00
  • b2e16d4f6c fixes issue #279 Timothy Wall 2013-10-06 13:23:46 -04:00
  • 6f13f2e6d9 Accommodate altered libc loading on FreeBSD Timothy Wall 2013-10-06 13:21:45 -04:00
  • f5d7955f41 clean up new files (line termination and errant unicode) Timothy Wall 2013-10-05 16:38:00 -04:00
  • 0aab1f52a5 Merge pull request #278 from dblock/lpolestr-fix Daniel Doubrovkine (dB.) 2013-10-05 06:56:49 -07:00
  • 8dd1592f70 Merge pull request #276 from dblock/fix-tests Daniel Doubrovkine (dB.) 2013-10-04 04:48:19 -07:00
  • eaf9e25461 Fix: LPOLESTR constructor with a string doesn't allocate memory. dB 2013-10-04 07:46:51 -04:00
  • deb7cc68f4 Merge pull request #277 from dblock/shortcut-clsids Daniel Doubrovkine (dB.) 2013-10-04 04:31:07 -07:00
  • 5b3a782ab7 Fix: use shell objects available on all versions of Windows. dB 2013-10-04 07:28:09 -04:00
  • 66fcd236cf Merge pull request #272 from dblock/windows-build Daniel Doubrovkine (dB.) 2013-10-04 04:13:01 -07:00
  • 487dab42de Removed dependency on JNA_LIB and contrib paths. dB 2013-10-04 06:58:10 -04:00
  • bb27c09164 Merge pull request #274 from dblock/fix-tests Daniel Doubrovkine (dB.) 2013-10-04 03:48:58 -07:00
  • f6ceaf3355 Merged from master. dB 2013-10-04 06:46:13 -04:00
  • cb8f9dd7df Fix: use a different CLSID, remove dependency on Word. dB 2013-10-03 09:29:33 -04:00
  • 395bffcf72 Choose whether to use MSVC based on MSVC environment variable. dB 2013-10-02 14:21:26 -04:00
  • 35cc5e2e31 Fix: Win32 unit tests. Daniel Doubrovkine 2013-09-26 07:28:58 -04:00
  • 4df5e827a7 Merged #253. Daniel Doubrovkine 2013-09-25 07:21:59 -04:00
  • 8de77d3df3 Merged RAS32 API support. Daniel Doubrovkine 2013-09-25 06:50:00 -04:00
  • 8a4a7e1b1a More tests drrobison 2013-09-23 16:32:18 -04:00
  • 7dc7547271 Change log drrobison 2013-09-23 16:00:40 -04:00
  • 4ee5e0efec update changelog Timothy Wall 2013-09-21 07:30:14 -04:00
  • e79f6e0e04 Merge pull request #266 from brettwooldridge/master Timothy Wall 2013-09-21 04:25:48 -07:00
  • 9de200502a Build jna-platform jar with OSGi headers. Fix OSGi "Bundle-version" header of core jna.jar to contain full version number, rather than just ${jna.major} number. Brett Wooldridge 2013-09-20 13:05:07 +09:00
  • 57197d3cc8 Revert "Build jna-platform jar with OSGi headers. Fix OSGi "Bundle-version" header of core jna.jar to contain full version number, rather" Brett Wooldridge 2013-09-20 13:04:05 +09:00