Commit Graph

33278 Commits

Author SHA1 Message Date
sekelsenmat
70eea2d476 customdrawnws: Implements redirecting events to subcontrols in X11 and implements using BaseWindowOrg and SaveState/ResetCanvasState/RestoreState for safer TWinControl drawing
git-svn-id: trunk@33849 -
2011-11-29 09:52:44 +00:00
sekelsenmat
9fb56a56d9 lazcanvas: Implements polygon filling
git-svn-id: trunk@33848 -
2011-11-29 09:51:36 +00:00
sekelsenmat
97e6bf6b03 customdrawnws: Improves a little the debug info
git-svn-id: trunk@33847 -
2011-11-29 08:00:11 +00:00
sekelsenmat
6ba94def54 lcl.lpk: Adds jnigraphics (bitmap.pas) and customdrawnwsarrow to the lpk
git-svn-id: trunk@33846 -
2011-11-29 07:57:10 +00:00
sekelsenmat
f9adbfe391 customdrawnws: Fixes the compilation of the Cocoa backend and adds a skeleton for the arrow component
git-svn-id: trunk@33845 -
2011-11-29 07:55:28 +00:00
sekelsenmat
b42b7bd0dd customdrawncontrols: Moves PrepareCurrentDrawer to the common constructor since all controls need this and since now controls dont set various starting DrawStyles, all start with dsCommon
git-svn-id: trunk@33844 -
2011-11-29 06:32:31 +00:00
mattias
57b49cd699 IDE: codetools space options: fixed storing options
git-svn-id: trunk@33843 -
2011-11-28 22:17:35 +00:00
mattias
535af9b027 cody: dictionary: load before save
git-svn-id: trunk@33842 -
2011-11-28 18:42:13 +00:00
mattias
346e83eccf cody: dictionary: load before save
git-svn-id: trunk@33841 -
2011-11-28 18:10:34 +00:00
mattias
c792350e8a cody: dictionary: add dependency
git-svn-id: trunk@33840 -
2011-11-28 18:00:31 +00:00
sekelsenmat
3a5fb38765 customdrawn-android: Fixes the screen blinking
git-svn-id: trunk@33839 -
2011-11-28 17:08:05 +00:00
sekelsenmat
9063d804bf android test: Adds a non-android project file for comparison
git-svn-id: trunk@33838 -
2011-11-28 16:53:51 +00:00
sekelsenmat
ac80bdd2a9 android example: Adds more event tests
git-svn-id: trunk@33837 -
2011-11-28 16:38:22 +00:00
sekelsenmat
d5c49d70ba customdrawn-android: Implements move event
git-svn-id: trunk@33836 -
2011-11-28 16:35:45 +00:00
mattias
1fb32e5be1 IDEIntf: added AddDependencyToOwners
git-svn-id: trunk@33835 -
2011-11-28 16:16:14 +00:00
mattias
16bfa87121 IDEIntf: added IsOwnerDependingOnPkg
git-svn-id: trunk@33834 -
2011-11-28 15:52:52 +00:00
mattias
313d60bf96 cody: dictionary: start checking package
git-svn-id: trunk@33833 -
2011-11-28 15:52:24 +00:00
sekelsenmat
d337911f12 customdrawn-android: Merges the defines VerboseCDWindow and VerboseCDForms
git-svn-id: trunk@33832 -
2011-11-28 15:34:37 +00:00
sekelsenmat
f76122ed92 customdrawn-android: Renames VerboseWinAPI to VerboseCDWinAPI and starts implementing invalidaterect
git-svn-id: trunk@33831 -
2011-11-28 15:31:30 +00:00
sekelsenmat
8fc57de450 android example: Updates to the latest lcl
git-svn-id: trunk@33830 -
2011-11-28 14:40:08 +00:00
sekelsenmat
2617db3cbc customdrawn-android: Starts implementing touch events
git-svn-id: trunk@33829 -
2011-11-28 14:39:56 +00:00
martin
f50e6546ff SynEdit: Hide unimplemented options in object inspector
git-svn-id: trunk@33828 -
2011-11-28 14:03:05 +00:00
martin
1b09de06b0 SynEdit: Clean up
git-svn-id: trunk@33827 -
2011-11-28 13:25:55 +00:00
sekelsenmat
ec28caa254 customdrawn-android: Implements support for TCustomControl, removes support for the native activity
git-svn-id: trunk@33826 -
2011-11-28 12:32:28 +00:00
sekelsenmat
4391554b46 Android example: Adds a TCustomControl, removes unnecessary calling cdecl option and removes support for nativeapp
git-svn-id: trunk@33825 -
2011-11-28 12:31:32 +00:00
sekelsenmat
18fff55534 android example: Small improvements
git-svn-id: trunk@33824 -
2011-11-28 10:48:06 +00:00
sekelsenmat
6478043aae customdrawn-android: Now OnPaint renders correctly
git-svn-id: trunk@33823 -
2011-11-28 10:47:46 +00:00
sekelsenmat
4afd5cec0f GraphType: some more init routines
git-svn-id: trunk@33822 -
2011-11-28 10:47:17 +00:00
sekelsenmat
73b7aedc0b customdrawn-android: Painting via paint events already partially works, there is now a pixel format missmatch
git-svn-id: trunk@33821 -
2011-11-28 10:27:59 +00:00
sekelsenmat
7137e09e51 android example: Fixes the resources
git-svn-id: trunk@33820 -
2011-11-28 10:20:16 +00:00
sekelsenmat
fa4d4ca971 customdrawn-android: Implements DebugLn/DebugOut and advances the painting code, painting already works inside Pascal, but not yet when using TLazCanvas
git-svn-id: trunk@33819 -
2011-11-28 10:17:58 +00:00
sekelsenmat
fb4a6b3045 Adds the Android example to the lazarus repository
git-svn-id: trunk@33818 -
2011-11-28 10:16:44 +00:00
sekelsenmat
147eb696f1 Adds a mechanism for widgetsets to override DebugLn/DebugOut
git-svn-id: trunk@33817 -
2011-11-28 10:10:48 +00:00
sekelsenmat
baa4004c59 customdrawnws-android: Adds more debug info, not yet working
git-svn-id: trunk@33816 -
2011-11-28 07:29:15 +00:00
sekelsenmat
ee2aac4e7b customdrawnws-android: Minor changes
git-svn-id: trunk@33815 -
2011-11-28 06:56:43 +00:00
sekelsenmat
d80dc9727c customdrawnws-android: Adds support for the jnigraphics version of our Android code, it loads correctly, but doesnt yet render like I expected
git-svn-id: trunk@33814 -
2011-11-27 22:03:20 +00:00
mattias
e90ba7e010 cody: dictionary: check if unit is an FPC unit
git-svn-id: trunk@33813 -
2011-11-27 01:56:17 +00:00
mattias
284c1e76ac cody: dictionary: hide units of other projects
git-svn-id: trunk@33812 -
2011-11-27 00:29:34 +00:00
mattias
eecec379ff IDEIntf: added TLazCompilerOptions.GetUnitPath
git-svn-id: trunk@33811 -
2011-11-27 00:14:34 +00:00
mattias
0079318916 IDEIntf: added TLazCompilerOptions.GetEffectiveTargetOS
git-svn-id: trunk@33810 -
2011-11-27 00:09:25 +00:00
mattias
d87be2153f cody: dictionary: started hide other projects
git-svn-id: trunk@33809 -
2011-11-27 00:07:55 +00:00
juha
aa7511f8c6 IDE: Improve the layout of Manage Examples form.
git-svn-id: trunk@33808 -
2011-11-26 22:51:56 +00:00
sekelsenmat
bc3db2ddf8 customdrawnws-android: Yet another try to debug the issue
git-svn-id: trunk@33807 -
2011-11-26 20:30:19 +00:00
sekelsenmat
a70c1ef502 customdrawnws-android: Attempting to get something to render, nothing working yet
git-svn-id: trunk@33806 -
2011-11-26 20:17:11 +00:00
juha
2383449ad9 LCL: Remove TPageControl.DoChange. OnChange handler was run twice. Issue #20758, patch from Marcos Douglas
git-svn-id: trunk@33805 -
2011-11-26 19:24:03 +00:00
martin
8b6ff4489c SynEdit: implemented eoScrollHintFollows
git-svn-id: trunk@33804 -
2011-11-26 18:27:18 +00:00
martin
e3a8ea6c06 SynEdit: improve property editor
git-svn-id: trunk@33803 -
2011-11-26 16:17:11 +00:00
maxim
eaf2ac7dd8 regenerated translations; updated Russian translation
git-svn-id: trunk@33802 -
2011-11-26 15:57:35 +00:00
maxim
1051637974 IDE: improved File Filters options tab popup menu localization
git-svn-id: trunk@33801 -
2011-11-26 15:55:19 +00:00
mattias
0dc1aff308 cody: dictionary: free FTimer on IDE close
git-svn-id: trunk@33800 -
2011-11-26 15:16:13 +00:00