Commit Graph

42336 Commits

Author SHA1 Message Date
joost
fac7e13063 * Refactored FpDbgClasses unit. Moved all Windows-specific code into the new FpDbgWinClasses unit.
git-svn-id: trunk@43987 -
2014-02-09 21:02:38 +00:00
maxim
1bea33f5ba LCL, Win32: don't check for zero in TWin32WidgetSet.SetAppHandle, requested by accSone
git-svn-id: trunk@43986 -
2014-02-09 19:54:57 +00:00
bart
d5e1ced666 MaskEdit: fix possible crash in PasteFromClipBoard.
git-svn-id: trunk@43985 -
2014-02-09 16:40:44 +00:00
martin
9bf7ff7e09 FPGDBMIDebug: clean up
git-svn-id: trunk@43984 -
2014-02-09 16:25:50 +00:00
martin
97060b5ede FPDebug: Value handling / enum
git-svn-id: trunk@43983 -
2014-02-09 16:25:27 +00:00
mazen
d5b3aa1260 MAKE DEB: fixdeb script needs to be executable.
git-svn-id: trunk@43982 -
2014-02-09 16:19:55 +00:00
freq
66611411f0 Cocoa: Add Form Activation/Deactivation functionality
git-svn-id: trunk@43981 -
2014-02-09 16:08:54 +00:00
juha
867ea44084 Revert r43941 #8af99333e6 "LCL: take PageSize into account when calculating ScrollBar position. Issue #20127"
git-svn-id: trunk@43980 -
2014-02-09 15:49:20 +00:00
juha
3a730fa23b LazBuild: make changes required by the earlier refactoring.
git-svn-id: trunk@43979 -
2014-02-09 15:49:03 +00:00
juha
75a780c02e Packager: refactor, remove a parameter from PackageGraph.GetIDEInstallPackageOptions.
git-svn-id: trunk@43978 -
2014-02-09 15:48:55 +00:00
juha
b5ab680247 IDE: refactor functions that build Lazarus. Make them a class. Reduces func parameters and makes changes later easier.
git-svn-id: trunk@43977 -
2014-02-09 15:48:41 +00:00
maxim
fe3c55b202 Translations: Japanese translation update by Yuichiro Takahashi, bug #25699
git-svn-id: trunk@43975 -
2014-02-09 14:50:35 +00:00
freq
fcf961939b Cocoa: Remove save dialog filename bug
git-svn-id: trunk@43970 -
2014-02-09 13:29:42 +00:00
martin
7007975497 FPDebug: mem leak
git-svn-id: trunk@43968 -
2014-02-09 13:25:10 +00:00
zeljko
0328e8eb6e Qt: reverted r43963 #4bfd281528
git-svn-id: trunk@43966 -
2014-02-09 12:58:26 +00:00
maxim
4a01b16fe9 IDE: regenerated translations; updated Russian translation
git-svn-id: trunk@43964 -
2014-02-09 12:46:10 +00:00
zeljko
4bfd281528 Qt: fixed regression on TQtScrollBar (TScrollBar only) from commit r43941 #8af99333e6.part of issue #20127
git-svn-id: trunk@43963 -
2014-02-09 11:55:46 +00:00
freq
bcb628659e Cocoa: Rework window levels so that they are now compatible to other Cocoa applications (important for e.g. a host/library UI environment)
git-svn-id: trunk@43962 -
2014-02-09 11:24:49 +00:00
zeljko
028483a799 Qt: fixed copy-paste between TSynEdits in different applications. issue #25692
git-svn-id: trunk@43961 -
2014-02-09 10:21:56 +00:00
martin
97a11734fc FPDebug: Value handling / more typecasts
git-svn-id: trunk@43960 -
2014-02-08 23:03:34 +00:00
martin
82bb935fdd FPDebug: tests
git-svn-id: trunk@43959 -
2014-02-08 18:18:09 +00:00
freq
7b11f22871 Cocoa: Fix not working framerect call
git-svn-id: trunk@43958 -
2014-02-08 18:17:20 +00:00
freq
7d53b0d01b Cocoa: Fix painting refresh bug
git-svn-id: trunk@43957 -
2014-02-08 17:52:34 +00:00
juha
7653aab9b6 IDE: make the main title setting texts consistent. "IDE title shows...". Also formatting.
git-svn-id: trunk@43956 -
2014-02-08 17:15:03 +00:00
mattias
aaebc58e05 IDE: install pkg dialog: fixed updating available list if lpk cache up2date on start and update on idle
git-svn-id: trunk@43954 -
2014-02-08 16:04:30 +00:00
mattias
e3a0bd5d40 IDE: package links: show missing lpk as invalid
git-svn-id: trunk@43952 -
2014-02-08 15:47:47 +00:00
mattias
92eb98b5b6 LCL: fixed TControlScrollBar.InternalSetRange avoiding negative values, bug #25693
git-svn-id: trunk@43951 -
2014-02-08 10:49:10 +00:00
martin
ded56dfb04 FPDebug: fixed compile without $DEFINE
git-svn-id: trunk@43950 -
2014-02-08 03:08:45 +00:00
martin
9b076b8abc IDE: Show buildmode in IDE title bar (optional)
git-svn-id: trunk@43949 -
2014-02-08 03:03:42 +00:00
martin
350b983c0e IDE EditorMacros: Fix saving macro, after editing in source-editor
git-svn-id: trunk@43948 -
2014-02-08 01:03:30 +00:00
juha
6244202efc Clarified and corrected license statement. Issue #25631, patch from Reinier Olislagers.
git-svn-id: trunk@43947 -
2014-02-08 00:15:08 +00:00
juha
c61a8d6f0b LCL: Add WM_KEYUP and TWMKeyUp. Issue #25673, patch from ocean
git-svn-id: trunk@43946 -
2014-02-08 00:01:59 +00:00
martin
2cc1500342 FPDebug: Value handling / size field
git-svn-id: trunk@43945 -
2014-02-07 23:40:17 +00:00
juha
2a4cc692f8 IDE: close source editor window manager with Esc key. Issue #25684.
git-svn-id: trunk@43944 -
2014-02-07 23:15:40 +00:00
sekelsenmat
a35e939108 fpvectorial: Implements styles and named formula support (subpart of custom shape) for ODG
git-svn-id: trunk@43943 -
2014-02-07 22:28:46 +00:00
sekelsenmat
fdff92b568 fpvectorial: Improves ODG support for custom shape, not yet fully working
git-svn-id: trunk@43942 -
2014-02-07 19:55:36 +00:00
juha
8af99333e6 LCL: take PageSize into account when calculating ScrollBar position. Issue #20127.
git-svn-id: trunk@43941 -
2014-02-07 18:33:24 +00:00
martin
e619a6f056 FPGDBMIDebug: Value handling / more typecasts
git-svn-id: trunk@43940 -
2014-02-07 13:17:32 +00:00
freq
b90ff1c48b Cocoa: Enable MouseCapture
git-svn-id: trunk@43939 -
2014-02-07 13:16:50 +00:00
martin
af91af27e9 Debugger: Debug-Inspector, limit len of expression in statusbar.
git-svn-id: trunk@43938 -
2014-02-07 12:46:30 +00:00
martin
36f4de257b FPGDBMIDebug: Value handling / more typecasts
git-svn-id: trunk@43937 -
2014-02-07 12:30:12 +00:00
martin
f170d5d55a FPDebug: Value handling / more typecasts
git-svn-id: trunk@43936 -
2014-02-07 12:29:44 +00:00
mattias
5c2a0c072d debian: Merged Debian specific changes from official Debian VCS
git-svn-id: trunk@43935 -
2014-02-07 11:33:26 +00:00
mattias
15af867e33 debian: Merged Debian specific changes from official Debian VCS
git-svn-id: trunk@43934 -
2014-02-07 11:27:49 +00:00
mattias
52c422b4ef debian: Merged Debian specific changes from official Debian VCS
git-svn-id: trunk@43933 -
2014-02-07 11:27:12 +00:00
mattias
8ff77f0d56 IDE: codebrowser: hide progressbar
git-svn-id: trunk@43931 -
2014-02-07 10:47:55 +00:00
mattias
bb811b7da4 IDE: codebrowser: right click selects
git-svn-id: trunk@43930 -
2014-02-07 10:22:57 +00:00
mattias
5dcb924a55 IDE: less hints
git-svn-id: trunk@43929 -
2014-02-07 09:34:12 +00:00
martin
b3f230074f FPDebug: Value handling / more typecasts
git-svn-id: trunk@43928 -
2014-02-07 00:37:38 +00:00
maxim
de6a423858 IDE: improved Russian translation
git-svn-id: trunk@43927 -
2014-02-06 23:49:27 +00:00