Commit Graph

39330 Commits

Author SHA1 Message Date
juha
eb91fbf509 LazUtils, DictionaryStringList: cleanup
git-svn-id: trunk@40547 -
2013-03-14 08:20:08 +00:00
martin
526c404fd7 SynEdit: Fixed gutter resizing. Issue #0023990
git-svn-id: trunk@40545 -
2013-03-13 16:20:17 +00:00
juha
939420b860 Lazautils, DictionaryStringList: add Antonio Galvao as a co-author
git-svn-id: trunk@40544 -
2013-03-13 14:42:43 +00:00
bart
b36ca5958c DBGrids: fix crash in PrepareCellHints when DataLink is not Active.
Patch by Petr-K. Fixes issue #0024028.

git-svn-id: trunk@40543 -
2013-03-13 14:12:57 +00:00
mattias
60d065f8a9 lazutils: less hints
git-svn-id: trunk@40542 -
2013-03-13 13:44:10 +00:00
mattias
69cb36d62a lcl: gtk2: fixed LM_CONTEXTMENU for TCustomControl
git-svn-id: trunk@40541 -
2013-03-13 10:15:15 +00:00
jesus
17eb1a44d9 LazReport, previous step for proper drawing in designer: isolating selection and object draws
git-svn-id: trunk@40540 -
2013-03-13 06:00:20 +00:00
juha
afb022bcb4 LazUtils: "Add" and "AddObject" methods are needed in TDictionaryStringList after all. Patch from Antônio Galvão
git-svn-id: trunk@40539 -
2013-03-13 00:01:54 +00:00
juha
58b6eb6943 LazUtils, a small fix in TDictionaryStringList.InsertItem
git-svn-id: trunk@40538 -
2013-03-12 15:41:54 +00:00
juha
aeba11b9c8 LazUtils: change DictionaryStringList to support duplicates. It does not store indexes in the map any more.
git-svn-id: trunk@40537 -
2013-03-12 14:42:16 +00:00
mattias
56cdd910fe openglcontrol: added properties to select the opengl version
git-svn-id: trunk@40536 -
2013-03-12 10:10:51 +00:00
mattias
801ddd554c lcl: published TFileLitsBox.OnDrawItem
git-svn-id: trunk@40535 -
2013-03-12 10:05:31 +00:00
mattias
99ba80f539 macroscript: fixed typo
git-svn-id: trunk@40534 -
2013-03-12 09:58:58 +00:00
mattias
b91d1b67ee cody: clean up
git-svn-id: trunk@40533 -
2013-03-12 09:44:36 +00:00
mattias
8e235a5d36 fpcunit: clean up
git-svn-id: trunk@40532 -
2013-03-12 09:17:15 +00:00
mattias
54eaceaae4 cody: lvlgraph: curved edges
git-svn-id: trunk@40531 -
2013-03-12 00:43:58 +00:00
mattias
c86922a811 LCL: implemented TCanvas.DoPolyBezier
git-svn-id: trunk@40530 -
2013-03-12 00:43:26 +00:00
martin
805036a7ba SynEdit: Added hcCodeFolding to highlighter capabilities
git-svn-id: trunk@40529 -
2013-03-10 21:07:08 +00:00
martin
fe7799e167 SynEdit: Keystroke: Added ShiftMask
git-svn-id: trunk@40528 -
2013-03-10 19:08:44 +00:00
maxim
a7330e404a Translations: Czech translation update by Vaclav Valicek, bug #24024
git-svn-id: trunk@40527 -
2013-03-10 15:35:39 +00:00
maxim
e80739b9f1 Translations: Czech translation update by Vaclav Valicek, bug #24023
git-svn-id: trunk@40526 -
2013-03-10 11:53:46 +00:00
juha
d3515b51b0 LazUtils: improve TDictionaryStringList
git-svn-id: trunk@40525 -
2013-03-10 10:33:49 +00:00
jesus
a0e36fb682 LazReport, previous step for proper drawing in designer: isolating focusrect
git-svn-id: trunk@40524 -
2013-03-09 22:06:00 +00:00
bart
8cb6307e5c TValueListEditor: Fix possible crash in TValueListStrings.Put.
git-svn-id: trunk@40523 -
2013-03-09 17:48:24 +00:00
bart
19779223aa TValueListEditor: TValueListStrings.InsertItem: don't hide the editor if we're typing in it
(which happens when we type first character in an empty grid).

git-svn-id: trunk@40522 -
2013-03-09 17:46:10 +00:00
bart
cd1ff4f40f TValueListEditor: Implement RestoreCurrentRow.
git-svn-id: trunk@40521 -
2013-03-09 17:03:38 +00:00
bart
62329743e2 TValueListEditor: GetCells: don't return an empty string if ARow is out of bounds.
git-svn-id: trunk@40520 -
2013-03-09 15:09:59 +00:00
bart
f368c819e0 TValueListEditor: implement IsEmptyRow.
git-svn-id: trunk@40519 -
2013-03-09 14:59:41 +00:00
juha
c9725d844b LazUtils: add new container TDictionaryStringList
git-svn-id: trunk@40518 -
2013-03-09 14:41:49 +00:00
juha
ac9594df43 LazUtils: formatting
git-svn-id: trunk@40517 -
2013-03-09 14:41:44 +00:00
juha
a9239ca17d New container class TDictionaryStringList for LazUtils
git-svn-id: trunk@40516 -
2013-03-09 14:37:53 +00:00
bart
e085ecd22c TValueListEditor: implement FindRow.
git-svn-id: trunk@40515 -
2013-03-09 14:28:23 +00:00
mattias
cf333ab605 cody: lvlgraph: edge highlighting
git-svn-id: trunk@40514 -
2013-03-08 07:50:45 +00:00
jesus
4098bf6514 LCL, qt, same reason as last to previous patch, do not trigger scroll events while calling SetScrollInfo, fix issue #23815
git-svn-id: trunk@40513 -
2013-03-08 06:14:37 +00:00
jesus
39be94eb13 LCL, fix QT compile with FPC trunk, works also with FPC fixes
git-svn-id: trunk@40512 -
2013-03-08 05:57:36 +00:00
jesus
d9e6ef063f LCL, fix Qt scrolling: using SetScrollInfo to update scrollbar should not produce LM_?SCROLL events (these should only be triggered by scrollbar interaction. This also fix issue #23585
git-svn-id: trunk@40511 -
2013-03-08 05:52:03 +00:00
jesus
8618e432a9 LCL, reverted dbgrid patch to workaround qt scrolling problem, will fix qt interface instead
git-svn-id: trunk@40510 -
2013-03-08 05:43:01 +00:00
juha
3a5cd123e4 Adding Mark Bravington to the list of contributors.
git-svn-id: trunk@40509 -
2013-03-08 00:04:37 +00:00
juha
2d3dbdb431 IDE, SynEdit: Accept Ctrl also with the second part of a sequencial key shortcut. Remove obsolete mappings. Issue #24008, patch from Mark Bravington
git-svn-id: trunk@40508 -
2013-03-08 00:00:37 +00:00
andrew
1d25739cad Added missing Free for the new iphtml tablist
git-svn-id: trunk@40507 -
2013-03-07 19:23:48 +00:00
andrew
7b4dde3499 Iphtml tabbing obeys .WantTabs now
git-svn-id: trunk@40506 -
2013-03-07 18:45:40 +00:00
andrew
7bd498e426 Changed tabkey handling for Iphtml. Speeds up loading large pages of links considerably. maybe 100x
Fixed bug #21326 - PgUp PgDown etc didn't do anything.
Now up, down left, right, space, return, pgup and pgdown are handled.

git-svn-id: trunk@40505 -
2013-03-07 18:38:47 +00:00
juha
c0e4e802d9 LCL, CoolBar: cleanup
git-svn-id: trunk@40504 -
2013-03-07 16:34:27 +00:00
mattias
839114134b LCL: removed android-arm processor type, no longer needed
git-svn-id: trunk@40503 -
2013-03-07 06:24:54 +00:00
mattias
76852a3c06 lcl: TCoolBar: less autosize updates
git-svn-id: trunk@40501 -
2013-03-06 23:28:24 +00:00
jesus
efc032e6cc LCL, workaround for qt that fix scrolling dbgrid when current record exceed current record count it sends scroll event with position=0
git-svn-id: trunk@40500 -
2013-03-06 22:21:12 +00:00
jesus
84561b710d LCL, dbgrid debug log
git-svn-id: trunk@40499 -
2013-03-06 22:11:00 +00:00
juha
bc9348a60f LCL, CoolBar: prevent control's width from going negative in any situation
git-svn-id: trunk@40498 -
2013-03-06 18:19:03 +00:00
juha
b7b1d42401 LCL, CoolBar: Revert FControl.Align back to alNone. Set control width also when autosizing.
git-svn-id: trunk@40497 -
2013-03-06 16:43:45 +00:00
juha
a337e0c6f4 LCL: set also FControl.Align := alCustom to ensure AutoSize works. Cleanup.
git-svn-id: trunk@40496 -
2013-03-06 15:51:35 +00:00