Commit Graph

22025 Commits

Author SHA1 Message Date
mattias
646b432cb2 object inspector: added ActivateGrid
git-svn-id: trunk@22199 -
2009-10-17 10:09:36 +00:00
martin
441c5bda34 SynEdit, Syncro/Template Edit: partly improve detection of edited cell (see note on issue #14813 for details)
git-svn-id: trunk@22198 -
2009-10-17 01:26:44 +00:00
martin
d7dd7cd328 SynEdit: Fixed Quick-Paste-selection (usually middle mouse button)
git-svn-id: trunk@22197 -
2009-10-17 00:47:33 +00:00
paul
82ae075ca3 lcl: notify controls using message on FontChanged, and ParentFontChanged for delphi compatibility
git-svn-id: trunk@22196 -
2009-10-16 13:36:52 +00:00
martin
709c5a4bfe SynEdit, Syncro/Template Edit: Improve interaction with codetool changes and identifier completion, issue #14813 and issue #14773
git-svn-id: trunk@22195 -
2009-10-15 16:30:41 +00:00
mattias
c973bbc6d5 xmlstreaming: started reading collections, from Christian, bug #14695
git-svn-id: trunk@22194 -
2009-10-15 15:32:43 +00:00
vincents
906e1ca74e debian packages: added dependency on fp-units-misc, formatted description
git-svn-id: trunk@22193 -
2009-10-15 12:01:25 +00:00
zeljko
cef549858e Qt: dragimagelist should respect DoLock and DoUnlock parameters.
git-svn-id: trunk@22192 -
2009-10-15 10:13:06 +00:00
mattias
4d8c56fde5 IDE: grab key: show VK_unknown
git-svn-id: trunk@22191 -
2009-10-15 08:59:01 +00:00
paul
b8cedf56c9 ideintf: don't try to show empty hints
git-svn-id: trunk@22190 -
2009-10-15 08:57:41 +00:00
mattias
e2e83d6c1e IDE: grab key: escape sets VK_UNKNOWN
git-svn-id: trunk@22189 -
2009-10-15 08:56:17 +00:00
mattias
f9b7074d20 IDE: enable/disable clear key map button
git-svn-id: trunk@22188 -
2009-10-15 08:52:24 +00:00
mattias
5037e54148 IDE: key mapping: added button to clear shortcut
git-svn-id: trunk@22187 -
2009-10-15 08:48:30 +00:00
paul
577d7e61d0 ideintf: more reliable hint showing in object inspector
git-svn-id: trunk@22186 -
2009-10-15 08:11:05 +00:00
mattias
09711e4042 LCL: do not autosize root controls at designtime, bug #14682
git-svn-id: trunk@22184 -
2009-10-15 07:25:23 +00:00
mattias
8c63f1100c lcl: undo 22100
git-svn-id: trunk@22183 -
2009-10-15 07:13:30 +00:00
marc
dbbb1db868 * Invalidate rasterimage handle too on an endupdate. This way the handle will be recreated with the modified data
git-svn-id: trunk@22182 -
2009-10-14 22:48:45 +00:00
martin
4b9ec25245 SynEdit, pascal-highlighter: improved handling of binary/octal numbers in #00 char notation
git-svn-id: trunk@22181 -
2009-10-14 22:24:49 +00:00
martin
2f5b7af7e3 SynEdit, pascal-highlighter: added handling of binary/octal numbers (patch by dmitry boyarintsev)
git-svn-id: trunk@22180 -
2009-10-14 22:06:25 +00:00
zeljko
89e1df3d7f Qt: TQtListWidget items sort rework, fixed AV introduced by previous TQtListWidget patch.
git-svn-id: trunk@22179 -
2009-10-14 21:04:36 +00:00
mattias
27b929c2a5 educationlaz: apply on project opened
git-svn-id: trunk@22178 -
2009-10-14 21:04:01 +00:00
mattias
8372f8ced8 educationlaz: implemented hide components
git-svn-id: trunk@22177 -
2009-10-14 20:51:18 +00:00
mattias
732e56ff88 LCL: added TStringToStringTree.Delete
git-svn-id: trunk@22176 -
2009-10-14 20:30:14 +00:00
zeljko
e40c87784c Qt: TQtWSCustomListView: implemented text alignment for items and ColumnSetImage().
git-svn-id: trunk@22175 -
2009-10-14 19:43:07 +00:00
mattias
b336463cc3 IDE: using only one copy of editoropts
git-svn-id: trunk@22174 -
2009-10-14 14:40:20 +00:00
mattias
d1d342eb3c educationlaz: load/save options
git-svn-id: trunk@22173 -
2009-10-14 14:27:39 +00:00
mattias
5c3bf6fbea IDE: fixed TSourceNotebook.ReloadHighlighters using wrong PageIndex
git-svn-id: trunk@22172 -
2009-10-14 12:37:57 +00:00
mattias
39fd8546c7 codetools: implemented octal numbers
git-svn-id: trunk@22171 -
2009-10-14 12:30:35 +00:00
mattias
b6c3edb9ec IDE: codehelp: catch xmlread errors when setting value
git-svn-id: trunk@22170 -
2009-10-14 10:29:42 +00:00
mattias
01bda7a61b laz_xmlread: improved EXMLError to hold position
git-svn-id: trunk@22169 -
2009-10-14 10:29:10 +00:00
mattias
dd3e06155d IDE: codehelp: skip code nodes with same fpdoc element
git-svn-id: trunk@22168 -
2009-10-14 09:45:40 +00:00
mattias
c7114afbc4 tachart: fixed utf-8 encoding
git-svn-id: trunk@22167 -
2009-10-14 08:59:14 +00:00
mattias
0b7468f33e tachart: fixed method setters
git-svn-id: trunk@22166 -
2009-10-14 08:58:44 +00:00
mattias
f9bf52235e lcl: added CompareMethods
git-svn-id: trunk@22165 -
2009-10-14 08:58:17 +00:00
paul
c91e24b39a ide: fix TSimpleHTMLControl:
- don't place new spaces after new lines, tabs and spaces
  - use 4px border around

git-svn-id: trunk@22164 -
2009-10-14 08:32:53 +00:00
mattias
62850ac64c IDE: code help: fixed ToOSLineEnding
git-svn-id: trunk@22163 -
2009-10-14 07:29:50 +00:00
paul
950305ea23 lcl: readjust toolbuttons size on various events like ImageList change
git-svn-id: trunk@22162 -
2009-10-14 03:38:14 +00:00
paul
b44c4ffbec lcl: formatting
git-svn-id: trunk@22161 -
2009-10-14 03:37:25 +00:00
paul
a03d8670c4 ideintf: remove workaround for non-working psPattern pen style
git-svn-id: trunk@22160 -
2009-10-14 01:07:46 +00:00
marc
dd2bc399a9 * removed obsolete translation files
git-svn-id: trunk@22159 -
2009-10-14 00:03:25 +00:00
marc
b1f5fc9929 * Updated Russian translation by Maxim Ganetsky
git-svn-id: trunk@22158 -
2009-10-14 00:01:18 +00:00
paul
71db979c45 gtk: don't try to set pattern for pen with dashes count = 0
git-svn-id: trunk@22157 -
2009-10-13 22:21:01 +00:00
paul
83c67a0a1b gtk: a more safer code for dashes allocation
git-svn-id: trunk@22156 -
2009-10-13 22:12:28 +00:00
mattias
08748087fa IDE: code help: resolving lazdoc path macros
git-svn-id: trunk@22155 -
2009-10-13 21:25:53 +00:00
mattias
cfd8171a4a IDE: fpdoc editor: using OS line endings for xml files
git-svn-id: trunk@22154 -
2009-10-13 21:15:38 +00:00
mattias
32306cd763 IDE: auto create fpdoc directory: use relative lazdoc path
git-svn-id: trunk@22153 -
2009-10-13 21:04:56 +00:00
mattias
329861f95c LCL: clean up
git-svn-id: trunk@22152 -
2009-10-13 20:21:36 +00:00
mattias
26c3fe503f LCL: TCustomUpDown: using KeyDown event handler instead of OnKeyDown
git-svn-id: trunk@22151 -
2009-10-13 20:15:54 +00:00
mattias
efbfac53a0 IDE: remove dangling events: skip non published methods
git-svn-id: trunk@22150 -
2009-10-13 20:05:44 +00:00
mattias
28b6033334 openglconttrol: published OnMakeCurrent
git-svn-id: trunk@22149 -
2009-10-13 17:50:22 +00:00