Commit Graph

34598 Commits

Author SHA1 Message Date
vincents
762850131b fixed win32 -> arm-wince crossinstaller build script for fpc 2.7.1 using fpmake in more places.
git-svn-id: trunk@35370 -
2012-02-15 09:35:38 +00:00
vincents
fb6169ac46 lazlogger: fixed compilation with wince.
git-svn-id: trunk@35369 -
2012-02-15 07:17:09 +00:00
paul
eb71c915df lclproc: use UTF16String for routines with UTF16 in name, handle vtUnicodeString variant parts
git-svn-id: trunk@35368 -
2012-02-15 02:38:55 +00:00
paul
69545efcb9 win32: compare length using UTF8Length()
git-svn-id: trunk@35367 -
2012-02-15 02:37:56 +00:00
martin
d76c007767 SynEdit: rework base-class structure for plugins
git-svn-id: trunk@35366 -
2012-02-14 20:01:45 +00:00
sekelsenmat
7010f065b8 Fixes bug #21279 improves Android font handling
git-svn-id: trunk@35365 -
2012-02-14 16:39:59 +00:00
martin
3e30dd5250 SourceEdit: fix center caret X
git-svn-id: trunk@35364 -
2012-02-14 14:16:27 +00:00
paul
6a782e1d1b lcl: use TCaption in MaskEdit for fields and methods related to Text property
git-svn-id: trunk@35363 -
2012-02-14 09:29:23 +00:00
juha
4323c55273 IDE: Fix ordering of required packages in Project Inspector and Package Editor. Issue #21277
git-svn-id: trunk@35362 -
2012-02-14 07:04:03 +00:00
juha
2550bbf3be IDE: unify some common resource strings. Add hints for Path Edit dialog
git-svn-id: trunk@35361 -
2012-02-13 19:57:58 +00:00
sekelsenmat
bf33d9b810 Removes docs for removed unit
git-svn-id: trunk@35360 -
2012-02-13 14:56:33 +00:00
sekelsenmat
7cb1eade9a Moves the avglvltree docs to LazUtils
git-svn-id: trunk@35359 -
2012-02-13 14:55:06 +00:00
sekelsenmat
058cb5c37e Color and Copy Mode documentation improvements
git-svn-id: trunk@35358 -
2012-02-13 14:45:55 +00:00
mattias
31860596f4 updated styleguide.txt
git-svn-id: trunk@35357 -
2012-02-13 14:06:59 +00:00
zeljko
309d5ca982 LCL: added lcEmulatedMDI TLCLCapability needed for mdi lcl emulator.
git-svn-id: trunk@35356 -
2012-02-13 13:45:30 +00:00
zeljko
d1693804e7 examples: listview, check if input for sort column is valid. issue #21273
git-svn-id: trunk@35355 -
2012-02-13 12:08:58 +00:00
zeljko
bd60e4f5de LCL: TCustomListView added TCustomListViewEditor class to implement OnEditing and OnEdited events in pure LCL. issue #12059.
win32: mark listview as readonly to ws always since we are using LCL implementation for listview editing (TCustomListViewEditor).

git-svn-id: trunk@35354 -
2012-02-13 11:45:13 +00:00
mattias
61109853af cody: report for all nodes
git-svn-id: trunk@35353 -
2012-02-13 11:36:20 +00:00
sekelsenmat
94f13cc509 Improves docs for GetWindowRect, GetWindowSize and TFont.CanUTF8
git-svn-id: trunk@35352 -
2012-02-13 11:25:53 +00:00
sekelsenmat
e33e9d62d9 Fixes identation in lazdeviceapis.xml and fixes the parameters in lclintf.xml Arc and removes some ? notes which I had replaced with full docs in a previous commit (which means I consider that those were solved, not just removed)
git-svn-id: trunk@35351 -
2012-02-13 10:31:22 +00:00
mattias
f1895195e3 codetools: class completion: fixed updating tree after changing signature
git-svn-id: trunk@35350 -
2012-02-13 09:48:34 +00:00
zeljko
cdaa396f47 Gtk2: allow embedding of our LCL TCustomListView into gtk's GtkTreeView. part of #12059
git-svn-id: trunk@35349 -
2012-02-13 09:06:47 +00:00
zeljko
47b096a510 Gtk2: offset listview item display rect by height of header (if visible), now it's compatibile with win32 and qt.
git-svn-id: trunk@35348 -
2012-02-13 09:02:04 +00:00
juha
b1a90d72e4 Menu Designer: use class instead of record for TDesignerMenuItem, rename some variables.
git-svn-id: trunk@35347 -
2012-02-13 08:00:15 +00:00
paul
730a003f33 win32: fix spacing for menu item drawing on classic windows by cobines with modifications (issue #0018424)
git-svn-id: trunk@35346 -
2012-02-13 06:42:22 +00:00
martin
c6ba0c3174 SynEdit: some attempt for the first very basic IME handling
git-svn-id: trunk@35345 -
2012-02-13 00:55:45 +00:00
martin
31b7cdbf34 LazLogger: docs
git-svn-id: trunk@35344 -
2012-02-13 00:18:49 +00:00
mattias
84ca108677 lcl: docs: added dodi notes
git-svn-id: trunk@35343 -
2012-02-12 23:37:03 +00:00
martin
fcdd4f6bf0 DBG: move same debugln to LazLogger cmd-line config
git-svn-id: trunk@35342 -
2012-02-12 23:33:11 +00:00
martin
a012396166 DBG: move same debugln to LazLogger cmd-line config
git-svn-id: trunk@35341 -
2012-02-12 23:24:54 +00:00
martin
af2af04d9d LazLogger: IdeLogger
git-svn-id: trunk@35340 -
2012-02-12 23:04:27 +00:00
martin
369017a0c5 DBG: move same debugln to LazLogger cmd-line config
git-svn-id: trunk@35339 -
2012-02-12 22:59:28 +00:00
juha
5b4d7f2b9a IDE: improve Path Edit dialog
git-svn-id: trunk@35338 -
2012-02-12 20:49:27 +00:00
juha
0e6dea9e3e IDE: small editing for UseUnit dialog.
git-svn-id: trunk@35337 -
2012-02-12 20:49:19 +00:00
martin
68e8da87aa DBG: move same debugln to LazLogger cmd-line config
git-svn-id: trunk@35336 -
2012-02-12 19:28:09 +00:00
martin
3e7296c6d4 SynEdit: Free up Gutter.OnResize / OnChange
git-svn-id: trunk@35335 -
2012-02-12 19:02:44 +00:00
martin
cb02facd7d LazLogger: IdeLogger
git-svn-id: trunk@35334 -
2012-02-12 18:45:31 +00:00
martin
2d5748afd7 LazLogger: Keep user-set logfilename
git-svn-id: trunk@35333 -
2012-02-12 18:45:12 +00:00
martin
4cae97ab0c LazLogger: IdeLogger
git-svn-id: trunk@35332 -
2012-02-12 18:16:43 +00:00
martin
6963a31c27 LazLogger: IdeLogger
git-svn-id: trunk@35331 -
2012-02-12 18:08:27 +00:00
dodi
78ca2e4f3b DocMgr: updated Imports
git-svn-id: trunk@35330 -
2012-02-12 17:37:50 +00:00
martin
998b336ccb LazLogger: tests / fix parsing enabled groups
git-svn-id: trunk@35329 -
2012-02-12 16:44:13 +00:00
juha
b4aa41e12e IDE: fix a crash when a search results tab is closed while another tab is active.
git-svn-id: trunk@35328 -
2012-02-12 15:35:21 +00:00
martin
a9dab89451 LazLogger: started tests
git-svn-id: trunk@35327 -
2012-02-12 15:13:37 +00:00
martin
c5624ffcb1 LazLogger: Fixed indent for event
git-svn-id: trunk@35326 -
2012-02-12 15:13:15 +00:00
martin
20f0d2d151 LazLogger: renamed events to On....
git-svn-id: trunk@35325 -
2012-02-12 14:42:12 +00:00
juha
8eba15d1a0 IDE: formatting
git-svn-id: trunk@35324 -
2012-02-12 14:35:48 +00:00
juha
6b19f5e2aa IDE: inite resource strings for Undo, Redo, Cut, Copy and Paste
git-svn-id: trunk@35323 -
2012-02-12 14:35:42 +00:00
juha
1cb6ac7a5e IDE: change "Open ..." to "Open" in button caption.
git-svn-id: trunk@35322 -
2012-02-12 14:03:57 +00:00
juha
4ef51619f5 IDE: collect common resource strings in one place, remove duplicates
git-svn-id: trunk@35321 -
2012-02-12 13:04:36 +00:00