Commit Graph

19004 Commits

Author SHA1 Message Date
paul
f772d28064 lcl: increase calendar and popup calendar form sizes to fit better on gtk2-ubuntu
git-svn-id: trunk@19085 -
2009-03-24 03:52:58 +00:00
paul
e82b00defb win32: cleanup calendar code, implement ShowWeekNumbers option
git-svn-id: trunk@19084 -
2009-03-24 03:41:11 +00:00
paul
7e563aa986 lcl: cleanup calendar code
git-svn-id: trunk@19083 -
2009-03-24 03:39:27 +00:00
paul
b0f9fcfd3b debugger: fix entry point parsing
git-svn-id: trunk@19082 -
2009-03-24 01:51:32 +00:00
martin
1473f651bd SynEdit: Markup-Current-Word, improved dealing with open "begin" closed by next "procedure"
git-svn-id: trunk@19081 -
2009-03-23 22:47:11 +00:00
martin
06e2f76e25 SynEdit, Current-Word-Markup: Slightly reduced resource usage
git-svn-id: trunk@19080 -
2009-03-23 22:13:11 +00:00
martin
4fb2ec2495 SynEdit: Refactor/Cleanup Highlighter and Current-Word-Markup
git-svn-id: trunk@19079 -
2009-03-23 21:48:43 +00:00
zeljko
941ebd42a6 Qt: bugfix for #13390
git-svn-id: trunk@19078 -
2009-03-23 19:54:47 +00:00
martin
1513151751 SynEdit: Fix adjusting of bookmarks (and other marks) on Lines add/del - undo/redo
git-svn-id: trunk@19077 -
2009-03-23 18:59:58 +00:00
zeljko
27e1b5440b Qt: fix themes unexpected drawing by taking application palette, also draw transparent when details says so.
git-svn-id: trunk@19076 -
2009-03-23 17:16:41 +00:00
zeljko
c90e12efac Qt: small fix, check for nil pointer in TQtTreeWidget.signalCurrentItemChanged()
git-svn-id: trunk@19075 -
2009-03-23 14:13:31 +00:00
zeljko
b84a1a97c5 Qt: bugfix for #13388
git-svn-id: trunk@19074 -
2009-03-23 13:46:28 +00:00
zeljko
8c2e23e096 Qt: bugfix for #13083
git-svn-id: trunk@19073 -
2009-03-23 13:00:08 +00:00
paul
45c85c3a98 ide: don't increase build in version info too often. do it once before build (maybe fixes bug #0013369)
git-svn-id: trunk@19072 -
2009-03-23 10:01:52 +00:00
paul
9713e8b48c lcl: add TControl.AutoSizingLockCount protected read only property for use in child classes,
don't remove fsDisableAutoSize in TCustomForm.WMPaint handler if we are inside AutoSizing (fixes bug #0013378)

git-svn-id: trunk@19071 -
2009-03-23 09:34:48 +00:00
paul
84f98a4450 win32: port r13117 #7b318045cc from wince - fixes threading synchronization (fixes issue #0011561)
git-svn-id: trunk@19070 -
2009-03-23 08:23:45 +00:00
paul
1a7230cfff ide: don't crash when we pressing keys in the empty procedure list (bug #0013377) based on patch of Vladimir Zhirov
git-svn-id: trunk@19069 -
2009-03-23 01:44:27 +00:00
paul
3b28882b67 designer: fix crashes (bug #0013385)
git-svn-id: trunk@19068 -
2009-03-23 01:35:02 +00:00
paul
16d50a7062 ideintf: fix crash with TCollection as subproperty (bug #0013381) by Alexander S. Klenin
git-svn-id: trunk@19067 -
2009-03-23 01:24:27 +00:00
martin
5ccd61dfb4 SynEdit package registration: added some missing units
git-svn-id: trunk@19066 -
2009-03-22 20:30:51 +00:00
zeljko
00fdfaabb3 Qt: bugfix for #13382
git-svn-id: trunk@19065 -
2009-03-22 20:09:41 +00:00
paul
0a20153a4d designer: fix painting (visible only on windows)
- use symmetric DC.Restore for all DC.Save calls
  - set control for designer DC since it is not always possible to retrieve control from DC (especially it is impossible on windows)
  - if GetDCOriginRelativeToWindow return False use another approach to retrieve this origin (using known DC control)
  - formatting

git-svn-id: trunk@19064 -
2009-03-22 16:00:04 +00:00
paul
dcab697872 win32: return false for GetDCOriginRelativeToWindow if DC is not a control DC
git-svn-id: trunk@19063 -
2009-03-22 15:56:51 +00:00
martin
d9396e4d39 SynEdit, refactor highlighter: Moved folding code into a base-class of its own
git-svn-id: trunk@19062 -
2009-03-22 15:24:32 +00:00
martin
d2cb648445 SynEdit: Fixed a compile warning
git-svn-id: trunk@19061 -
2009-03-22 14:50:19 +00:00
zeljko
58d57194ca Qt: another fix for #13364, sync with LCL TListView was missing.
git-svn-id: trunk@19060 -
2009-03-22 10:26:01 +00:00
ask
fc32749416 TAChart: Renamed TSerie -> TLineSeries because latter is both more logical and Delphi-compatible.
Old name retained as an alias for backwards compatibility.

git-svn-id: trunk@19059 -
2009-03-22 10:17:43 +00:00
zeljko
f434f56c60 Qt: another fix for #13364,prevent loop of selection messages by removing unneeded signals from TQtTreeWidget.
git-svn-id: trunk@19058 -
2009-03-21 22:39:56 +00:00
zeljko
4138df79a8 Qt: fixes for bugs #13364, #13366 with note that #13364 is not bugfix but workaround.
git-svn-id: trunk@19057 -
2009-03-21 19:09:39 +00:00
martin
019e7e3aa2 SynEdit: Fixes to Folding (certain folds were mismatched since revision 19048 #10773be327 / Force-close "begin" at next "procedure"
git-svn-id: trunk@19056 -
2009-03-21 17:49:06 +00:00
paul
2f1f84b816 win32: don't count origin between memory/metafile DC and window in the GetDCOriginRelativeToWindow - it is imposible to do
git-svn-id: trunk@19055 -
2009-03-21 15:36:01 +00:00
paul
09a8e8dcdc ide: improve look of procedure list dialog by Vladimir Zhirov (issue #0013372)
git-svn-id: trunk@19054 -
2009-03-21 12:58:20 +00:00
paul
0beb447983 debugger: improve execution lines retrieval from gdb
git-svn-id: trunk@19053 -
2009-03-21 12:50:41 +00:00
marc
4248911708 * made contributors and acknowledgements double buffered so it should flicker less. Patch by Gerald Pottler
git-svn-id: trunk@19052 -
2009-03-21 01:41:12 +00:00
martin
e8615f8e60 SynEdit highlighter: fixed class-end detection / revision 19048 #10773be327
git-svn-id: trunk@19051 -
2009-03-21 00:47:33 +00:00
martin
fcf5c59450 SynEdit highlighter: fixed a null range issue from revision 19048 #10773be327
git-svn-id: trunk@19050 -
2009-03-21 00:15:28 +00:00
martin
c840c93831 SynEdit highlighter: fixed a null range issue from revision 19048 #10773be327
git-svn-id: trunk@19049 -
2009-03-20 23:58:35 +00:00
martin
10773be327 SynEdit: Speed-up for the PascalHighlighter. Significant reduction of memory usage on "bad units".
git-svn-id: trunk@19048 -
2009-03-20 23:10:40 +00:00
paul
058c9c7149 lcl: implement TCanvas.TryLock (fixes part of issue #0008380)
git-svn-id: trunk@19047 -
2009-03-20 17:46:12 +00:00
paul
e8814a27e8 synedit: restore occasionally removed gutter invalidates in r19001 #a26d1805de
git-svn-id: trunk@19046 -
2009-03-20 17:25:13 +00:00
paul
6dfc88f10b lcl: fix TCustomTreeView.GetInsertMarkAt
git-svn-id: trunk@19045 -
2009-03-20 17:17:00 +00:00
paul
8fe1d7409b ideintf: trial to properly fix a bug with showing more than needed in the Methods page of object inspector (part of issue #0013354) by patch of Alexander S. Klenin
git-svn-id: trunk@19044 -
2009-03-20 15:03:57 +00:00
paul
46b1e4f932 ideintf: allow to search by first letter in the object inspector after pressing the Tab key (issue #0000901) by patch of Alexander S. Klenin
git-svn-id: trunk@19043 -
2009-03-20 14:51:47 +00:00
zeljko
4e51b1e797 Qt: bugfix for #13361
git-svn-id: trunk@19042 -
2009-03-20 11:53:42 +00:00
jesus
bf50f029e1 LCL, fix mousescrolling a fixed grid, issue #13360
git-svn-id: trunk@19041 -
2009-03-20 08:06:36 +00:00
jesus
e9c207884b Printers, fix PageWidth/PageHeight after orientation change on printer setup dialog (cups), issue #13357
git-svn-id: trunk@19040 -
2009-03-20 07:27:13 +00:00
jesus
6a269eed85 LCL, fixed grid changed user cursor when col/row sizing/moving, issue #13335
git-svn-id: trunk@19039 -
2009-03-20 04:46:57 +00:00
paul
8ed5064c16 gtk2: implement BorderStyle setting for GtkEntry (TEdit)
git-svn-id: trunk@19038 -
2009-03-20 04:19:23 +00:00
paul
6efd1ca34f ide: fix project compilation error after recent WaitOnExit change in the fpc 2.3.1
git-svn-id: trunk@19037 -
2009-03-20 03:55:16 +00:00
paul
a8c551af68 gtk2: apply TMemo.BorderStyle at widget creation
git-svn-id: trunk@19036 -
2009-03-20 02:09:03 +00:00