Commit Graph

32075 Commits

Author SHA1 Message Date
Legolas
bc1bcf343e * Updated NDS and GBA to devkitARM r28
* Updated libnds to 1.4.1
 * Fixed NDS rtl according with last string handling changes
 * Fixed nds audio examples

git-svn-id: trunk@14967 -
2010-03-02 21:56:41 +00:00
paul
71c99628d4 db: remove dummy checks in SetAfterConnect and friends - they case bugs in Lazarus because we are comparing pointers instead of TMethod (2 pointers)
git-svn-id: trunk@14966 -
2010-03-02 09:51:41 +00:00
marco
be98b13554 * fix for 11263, changed fileread and fd_zero to out using $modeswitch.
git-svn-id: trunk@14965 -
2010-03-01 22:35:14 +00:00
joost
ccce77f28b * Forgot to commit file in r14960, fixes make all
git-svn-id: trunk@14964 -
2010-03-01 20:53:27 +00:00
Jonas Maebe
77d5d9435b * corrected detection of the start of variant parts of records
git-svn-id: trunk@14962 -
2010-03-01 19:16:00 +00:00
Jonas Maebe
e693b47234 * don't insert bogus vmt field in forward-defined classes
git-svn-id: trunk@14961 -
2010-03-01 14:57:14 +00:00
joost
151fab0548 * Moved TEventType from eventlog.pp tot sysutils
* Added empty TCustomApplication.Log method

git-svn-id: trunk@14960 -
2010-03-01 13:15:36 +00:00
joost
f8e6a86e32 * Fixed AV in design-view
git-svn-id: trunk@14959 -
2010-03-01 13:06:25 +00:00
joost
805a6c3572 * Added protected, virtual TWebPage.IsAjaxCall
git-svn-id: trunk@14958 -
2010-02-28 17:01:42 +00:00
marco
1f1e7578c9 * ip6test errorhandling fix + parameters. (trying to reproduce mantis 4867)
git-svn-id: trunk@14957 -
2010-02-28 16:38:45 +00:00
marco
67e16c7472 * fixes for demise of 6bone and sockets unit changes.
git-svn-id: trunk@14956 -
2010-02-28 16:26:42 +00:00
marco
18cef789c6 * regenned makefile for Loesje
git-svn-id: trunk@14955 -
2010-02-28 16:11:01 +00:00
marco
038039674a * alias hmonitor to windows.hmonitor. This handle moved from
windows unit to multimon in later delphi versions. An alias solution provides
   compat to both.

git-svn-id: trunk@14954 -
2010-02-28 15:56:42 +00:00
marco
4ee7f3adee * fix for mantis 15865 add hmonitor
git-svn-id: trunk@14953 -
2010-02-28 12:38:17 +00:00
paul
e2fdfc426f compiler: fix safecall result handling if it is placed to a register
git-svn-id: trunk@14952 -
2010-02-28 10:50:40 +00:00
florian
e9c95ea46f + NvApi package for win32 and win64 by Dmitry Boyarintsev, resolves #15771
git-svn-id: trunk@14951 -
2010-02-28 09:56:36 +00:00
marco
e001876e2b * fix for mantis #13171, a default for gettextheight so that it doesn't
totally fall apart if no canvas is assigned.

git-svn-id: trunk@14950 -
2010-02-27 19:14:28 +00:00
paul
b884d568e1 compiler: fix 64bit safecall handling
git-svn-id: trunk@14949 -
2010-02-27 16:15:03 +00:00
paul
8d7312f87b rtl: use CreateVCLComObject routing to create VCLComObject in case it is not assigned + test
git-svn-id: trunk@14948 -
2010-02-27 08:49:50 +00:00
paul
9aa4504369 rtl: initial TComponent.VCLComObject support - map interface related TComponent methods to the appropriate IVCLComObject interface methods
git-svn-id: trunk@14947 -
2010-02-27 08:05:51 +00:00
paul
fcaac0ebe1 compiler,rtl - safecall handling:
- pass address to SafeCallException  method(rtl needed a modification)
  - improve code generation for regular safecall routines (not methods)
  - improve test - check that passed exception and address are valid

git-svn-id: trunk@14946 -
2010-02-27 04:41:52 +00:00
pierre
a0ad752e16 * fix tw8730 tests for windows
git-svn-id: trunk@14945 -
2010-02-26 16:33:14 +00:00
marco
3112305989 * rst cleanup, mantis 15850
git-svn-id: trunk@14944 -
2010-02-26 16:12:24 +00:00
marco
14861f3906 * fixed mkxmlrpc, the recent commits to fcl-passrc broke it.
git-svn-id: trunk@14943 -
2010-02-26 15:55:37 +00:00
marco
83646f93ed * replaced some unimplemented (RTE 217) methods with basic getters and setters.
git-svn-id: trunk@14942 -
2010-02-26 12:04:21 +00:00
paul
f607b7bdd5 tests: add SafeCallException test
git-svn-id: trunk@14941 -
2010-02-26 10:28:19 +00:00
paul
cf0a1b1af9 compiler: safecall exception handling:
- move safecall exception handling from codegenerator to generate_except_block method (which generates nodes)
  - call SafeCallException for safecall methods which raises an exception

git-svn-id: trunk@14940 -
2010-02-26 10:17:24 +00:00
michael
750cfae553 * Fix to work with new version of Pascal scanner
git-svn-id: trunk@14939 -
2010-02-26 10:00:37 +00:00
michael
0b3f54d6bd * Complete parsing of Pascal Sources. Contracted work by Mattias Gaertner
git-svn-id: trunk@14938 -
2010-02-26 09:56:35 +00:00
marco
bb385c385d * translation updates from kms (Mantis 15849)
git-svn-id: trunk@14937 -
2010-02-26 09:01:09 +00:00
paul
ea8bf4f2fd rtl: TObject.SafeCallException and TComponent.SafeCallException has HResult return value. Fix default return value to catastrophic failure error code.
git-svn-id: trunk@14936 -
2010-02-25 04:13:52 +00:00
paul
bfb7d91b74 rtl: fix typos
git-svn-id: trunk@14935 -
2010-02-25 04:09:30 +00:00
Jonas Maebe
c235307643 r322 | jonas | 2010-02-21 12:04:33 +0100 (Sun, 21 Feb 2010) | 3 lines
* TERecPtr again points to TERec instead of to an opaque data type (error
    noted by Scott Knapp)

git-svn-id: trunk@14932 -
2010-02-21 11:05:56 +00:00
marco
30207d73ea * epoll_oneshot constant, mantis 15732
git-svn-id: trunk@14931 -
2010-02-20 22:24:01 +00:00
marco
8a8df7db67 * typo fix, as per mantis 15818
git-svn-id: trunk@14929 -
2010-02-19 19:59:02 +00:00
Jonas Maebe
8a1f272c6b * de-tabbed
git-svn-id: trunk@14928 -
2010-02-19 17:19:50 +00:00
Jonas Maebe
cda17ad02a * correctly set the expectloc for int_2_int type conversions of bitpacked
arrays (and some other, related constructs) (mantis #15789)

git-svn-id: trunk@14927 -
2010-02-19 17:12:47 +00:00
Jonas Maebe
071bca7d93 * set expectloc in first_abs_long (mantis #15790)
git-svn-id: trunk@14926 -
2010-02-19 16:46:46 +00:00
Jonas Maebe
fe5d0b0ef4 * fixed internalerror in case of dereferencing a loc_(c)subsetreg/ref
(mantis #15812)

git-svn-id: trunk@14925 -
2010-02-19 16:26:36 +00:00
ivost
7ef7aea4b0 * added new function xsdParseStringLower that parse any string and convert it to lower case
git-svn-id: trunk@14924 -
2010-02-19 11:30:45 +00:00
Jonas Maebe
0d57bba4c9 * fixed ARM and MIPS compilation after r14912
git-svn-id: trunk@14923 -
2010-02-18 21:19:17 +00:00
Jonas Maebe
d2a7a4c627 * fixed signal return trampolines for ARM EABI (mantis #15803)
git-svn-id: trunk@14922 -
2010-02-18 20:53:28 +00:00
ivost
c7db625bd0 * SetOnCompare didn't assign AValue to FOnCompare when Count was 0
git-svn-id: trunk@14921 -
2010-02-17 23:56:11 +00:00
marco
ab2aa8f88d * Patch from benjawin, Mantis 15779 to better deal with scrollbackbuffer<>screensize.
git-svn-id: trunk@14920 -
2010-02-17 08:53:48 +00:00
sergei
112a288442 xmlread.pp, TXMLFileSource.FetchData, don't lose the data that remains in the input buffer. Fixes Mantis #15776.
git-svn-id: trunk@14919 -
2010-02-15 19:40:26 +00:00
marco
9fb153f725 * fix for 11679, hide cursor when returning from dosshell/userprog
git-svn-id: trunk@14918 -
2010-02-15 15:59:33 +00:00
marco
ae2bef4c4d * patches from Paul for mantis 15716, readwidestring #0 issue + warning removal
git-svn-id: trunk@14917 -
2010-02-15 14:15:54 +00:00
Jonas Maebe
23e517a81e + {$OV+/-} alias for {$Q+/-} in macpas mode for CodeWarrior compatibility
(patch by Adriaan van Os, mantis #15767)

git-svn-id: trunk@14916 -
2010-02-14 21:51:45 +00:00
Jonas Maebe
78b9820e11 * support record fields separated by commas instead of semicolons in typed
constant record definitions in MacPas mode (patch by Adriaan van Os,
    mantis #15764)

git-svn-id: trunk@14915 -
2010-02-14 14:33:30 +00:00
Jonas Maebe
1b7dacfd1c * make {$align powerpc} an alias for {$align power} (patch by
Adriaan van Os, mantis #15762)

git-svn-id: trunk@14914 -
2010-02-14 13:59:13 +00:00