Commit Graph

34638 Commits

Author SHA1 Message Date
paul
96a8ef8348 ideintf: the form position was not stored on form close because OnFormClose handler was never set + formatting (the second part of bug #0021270)
git-svn-id: trunk@35410 -
2012-02-17 09:22:08 +00:00
paul
2ed303eb5a lazutils: fix TDOMElement.SetAttribute - the elemented was searched in the SortedList but set into PosList => as result attributes were set to wrong values (part of bug #0021270)
git-svn-id: trunk@35409 -
2012-02-17 09:21:02 +00:00
paul
76b34a64d8 lazutf8: prevent string codepage change
git-svn-id: trunk@35408 -
2012-02-17 06:14:40 +00:00
martin
f290e72cdc EnvOpts: Don't store column Width unless there are changed columns
git-svn-id: trunk@35407 -
2012-02-17 02:18:36 +00:00
martin
a1ff712f8b EditorOpts: Fixed Keymaps, combo strokes in plugins
git-svn-id: trunk@35406 -
2012-02-17 01:58:06 +00:00
martin
ce0c730b46 EditorOpts: Fixed assigning Keymaps
git-svn-id: trunk@35405 -
2012-02-16 21:31:09 +00:00
martin
2cadce4640 SourceEditor: removed relict of old key-handling
git-svn-id: trunk@35404 -
2012-02-16 20:59:09 +00:00
martin
dc17b42f12 SynEdit: changes to plugin registration and key allocation
git-svn-id: trunk@35403 -
2012-02-16 19:38:27 +00:00
zeljko
1a8e151f60 Gtk2: TGtk2WidgetSet.InvalidateRect() do not update widget if we are already inside paint event.
git-svn-id: trunk@35402 -
2012-02-16 16:32:22 +00:00
zeljko
c025a77731 SQLDB: fix font for sqlstringspropertyeditordlg. Such naming leaved only for gtk1 and should be removed in future. fixes issue #18795
git-svn-id: trunk@35401 -
2012-02-16 15:57:54 +00:00
zeljko
447396f4b7 Gtk2: rewritten TGtk2WidgetSet.EnumFontFamiliesEx to use pure pango font families.Old behaviour (raw X11 font naming) can be reached with -dGTK2OLDENUMFONTFAMILIES. part of issue #18795
git-svn-id: trunk@35400 -
2012-02-16 15:56:36 +00:00
zeljko
ec1b2bc680 Gtk2: removed wrong debugln
git-svn-id: trunk@35399 -
2012-02-16 10:57:13 +00:00
mattias
30b1e72d4f codetools: fixed find global property in used unit
git-svn-id: trunk@35398 -
2012-02-16 10:53:28 +00:00
juha
5a68be5af1 Packager: remove unused units from uses section of PkgManager.
git-svn-id: trunk@35397 -
2012-02-16 09:55:37 +00:00
juha
fffdc309d0 IDE: remove unused resource strings.
git-svn-id: trunk@35396 -
2012-02-16 09:55:21 +00:00
mattias
61b109a31a carbon: fixed compilation
git-svn-id: trunk@35395 -
2012-02-16 09:25:18 +00:00
mattias
f1f99b4a6e LCL: added TLazAccessibleObject enumerator
git-svn-id: trunk@35394 -
2012-02-16 09:17:30 +00:00
mattias
f7827d2275 lazutils: added TAvgLvlTree enumerator
git-svn-id: trunk@35393 -
2012-02-16 09:09:22 +00:00
paul
09c788be3b win32: don't set clrText, clrTextBk of NMLVCustomDraw structure outside CDDS_ITEMPREPAINT stage (fixes crash on 64 bit vista, issue #0016382)
git-svn-id: trunk@35392 -
2012-02-16 08:40:52 +00:00
paul
a3891d650a lcl: redo UTF8LowerCase and UTF8UpperCase by redirecting calls to LazUTF8
git-svn-id: trunk@35391 -
2012-02-16 02:38:45 +00:00
paul
5abf39a0c8 lcl: redo UTF8LowerCase and UTF8UpperCase by redirecting calls to LazUTF8
git-svn-id: trunk@35390 -
2012-02-16 02:30:41 +00:00
paul
ab9046d536 lcl: reduce amount of calls of WS methods in TCustomEdit.TextChanged
git-svn-id: trunk@35389 -
2012-02-16 02:29:37 +00:00
mattias
cf8b22b35e LCL: TPOFile: fixed continuation lines
git-svn-id: trunk@35388 -
2012-02-16 01:53:45 +00:00
mattias
5803ddeab4 LCL: TPOFile: fixed continuation lines
git-svn-id: trunk@35387 -
2012-02-16 01:52:28 +00:00
paul
b75cbdf949 lcl: use UnicodeString instead of WideString for UTF16String to remove unneeded conversions (lazutils uses UnicodeString and converting their results to WideString cause a helper calls)
git-svn-id: trunk@35386 -
2012-02-16 01:40:38 +00:00
mattias
34c1cfa3cc LCL: TPOFile: not using copy to access PChar
git-svn-id: trunk@35385 -
2012-02-16 01:28:06 +00:00
mattias
c8cc1de265 pochecker: updated pchar-version for comparison, optimized string-version
git-svn-id: trunk@35384 -
2012-02-16 01:26:46 +00:00
mattias
48e283da5a pochecker: updated pchar-version for comparison, optimized string-version
git-svn-id: trunk@35383 -
2012-02-16 01:26:27 +00:00
mattias
de85f6cc4c IDE: checked all places where TPkgFile.Filename should use GetFullFilename, save package files on save package
git-svn-id: trunk@35382 -
2012-02-15 22:28:12 +00:00
juha
cef54d4751 LCL: vtUnicodeString is introduced in FPC 2.7.x. Add conditional compilation for it.
git-svn-id: trunk@35381 -
2012-02-15 18:21:16 +00:00
juha
4e420bcf94 Packager: remove TPkgFile.IsVirtual because it has different meaning than TUnitInfo.IsVirtual and is confusing
git-svn-id: trunk@35380 -
2012-02-15 16:33:36 +00:00
juha
b869aa893e Packager: Save a new package file before saving the package. Issue #18190
git-svn-id: trunk@35379 -
2012-02-15 16:33:29 +00:00
juha
60bc166685 Packager: use PkgFileRealUnitTypes instead of a local redefinition of the same thing
git-svn-id: trunk@35378 -
2012-02-15 16:33:23 +00:00
juha
ad545d1532 IDE: formatting
git-svn-id: trunk@35377 -
2012-02-15 16:33:18 +00:00
mattias
c6dfe9276c LCL: fixed TCustomListViewEditor.Create override and TLazAccessibleObject.RemoveChildAccessibleObject if object is not in tree
git-svn-id: trunk@35376 -
2012-02-15 15:26:07 +00:00
mattias
bf68067f24 IDE: clean up
git-svn-id: trunk@35375 -
2012-02-15 14:57:27 +00:00
mattias
45d0b49083 LCL: TLazAccessibleObject: using a tree for children for faster search
git-svn-id: trunk@35374 -
2012-02-15 14:57:15 +00:00
mattias
0bd7bee51b laz2_xmlwrite: added flags for WriteXML
git-svn-id: trunk@35373 -
2012-02-15 14:16:40 +00:00
mattias
a4211c814f IDE: added flag to avoid multithreading - useful for debugging
git-svn-id: trunk@35372 -
2012-02-15 13:59:59 +00:00
sekelsenmat
badc3e74ca lhelp: Removes ShowInTaskBar=always so that it does not show two taskbar items in Windows
git-svn-id: trunk@35371 -
2012-02-15 13:32:27 +00:00
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