martin
|
9badda30d0
|
Fixed name of lpl file
git-svn-id: trunk@18348 -
|
2009-01-19 21:50:36 +00:00 |
|
martin
|
3ed0da6762
|
Made new package available (SynEditDesign.lpl)
git-svn-id: trunk@18347 -
|
2009-01-19 21:29:44 +00:00 |
|
vincents
|
8b26a74894
|
LCL: implemented MouseWheel handler for treeview (fixes issue #13002)
scroll whole lines when scrolling vertically as indicated in comment.
git-svn-id: trunk@18346 -
|
2009-01-19 21:29:10 +00:00 |
|
martin
|
d8953c73cb
|
SynEdit Gutter: fix for loading from LFM; bug #13000
git-svn-id: trunk@18345 -
|
2009-01-19 21:24:03 +00:00 |
|
kirkpatc
|
1789510f17
|
FPDoc - fixed constructors and destructors in actnlist.xml and stdctrls.xml
git-svn-id: trunk@18344 -
|
2009-01-19 16:58:08 +00:00 |
|
vincents
|
e40a89eb2c
|
IDE: fixed shortcut in German translation from Benito van der Zander (issue #12243, #12435)
git-svn-id: trunk@18343 -
|
2009-01-19 15:11:45 +00:00 |
|
vincents
|
b43d075e45
|
IDE: improved version info dialog
* set max value of version number part to 65535
* use spinedit for build number
git-svn-id: trunk@18342 -
|
2009-01-19 14:10:44 +00:00 |
|
paul
|
b7645a8dce
|
gtk2: fix selection of combobox in the designer (bugs #0012849, #0012824), change combo style in the design time
git-svn-id: trunk@18341 -
|
2009-01-19 13:15:42 +00:00 |
|
paul
|
2d57bcc934
|
gtk2: fixed my typo Sensetivity -> Sensitivity
git-svn-id: trunk@18340 -
|
2009-01-19 11:59:58 +00:00 |
|
paul
|
9777610c5a
|
fix bug #0012850 OnGetItems event is not called, when TComboBox is empty
git-svn-id: trunk@18339 -
|
2009-01-19 09:47:29 +00:00 |
|
paul
|
22804ba42e
|
gtk2: fix TGtk2WSCustomEdit.SetSelLength (bug #0012991)
git-svn-id: trunk@18338 -
|
2009-01-19 08:55:35 +00:00 |
|
paul
|
85a4abd345
|
designer: clear the whole component selection on designer destroying (bug #0012994)
git-svn-id: trunk@18337 -
|
2009-01-19 08:32:41 +00:00 |
|
paul
|
3756931f3e
|
ideintf: restore itemindex after expand to prevent row mix in the object inspector + formatting (bug #0012999)
git-svn-id: trunk@18336 -
|
2009-01-19 06:35:47 +00:00 |
|
paul
|
2fc3b17230
|
ide: fix crashes after gutter refactoring (separator index = -1 caused TList exceptions)
git-svn-id: trunk@18335 -
|
2009-01-19 05:51:04 +00:00 |
|
martin
|
09a43ac065
|
SynEdit PascalHighlighter: Improved recognition of folding in inc files (default is now off, if no implementation header is found); Fixed properties with multiply indexes
git-svn-id: trunk@18334 -
|
2009-01-18 23:10:54 +00:00 |
|
martin
|
8c0f2f5c04
|
SynEdit: Fixed possible crash when PropertyEditor was updated after items where deselected
git-svn-id: trunk@18333 -
|
2009-01-18 19:46:05 +00:00 |
|
martin
|
a47670f307
|
SynEdit Gutter: Refactor, add ability to save GutterParts to LFM file (fixed example)
git-svn-id: trunk@18332 -
|
2009-01-18 19:27:28 +00:00 |
|
martin
|
76ed95a0d7
|
SynEdit Gutter: Refactor, add ability to save GutterParts to LFM file (Designer)
git-svn-id: trunk@18331 -
|
2009-01-18 17:46:11 +00:00 |
|
martin
|
77c9b560ff
|
SynEdit Gutter: Refactor, add ability to save GutterParts to LFM file
git-svn-id: trunk@18330 -
|
2009-01-18 17:43:57 +00:00 |
|
marc
|
b4ba9d9cd7
|
* Save fpimagebitmap based on rawimage and not on handles
git-svn-id: trunk@18329 -
|
2009-01-18 16:28:08 +00:00 |
|
marc
|
ec7a647154
|
* Added loading form rawimage
git-svn-id: trunk@18328 -
|
2009-01-18 15:47:42 +00:00 |
|
paul
|
9aa3d3facd
|
win32: invalidate not only window which holds a list but also all child windows on EndUpdate
git-svn-id: trunk@18327 -
|
2009-01-18 14:44:06 +00:00 |
|
martin
|
d75f642632
|
SynGutter: Cleanup (Moved common properties to base)
git-svn-id: trunk@18326 -
|
2009-01-18 13:47:10 +00:00 |
|
martin
|
ef58282110
|
SynEdit: Fixed Gutter did not repaint LeftOffset Area; Fixed default values
git-svn-id: trunk@18325 -
|
2009-01-18 12:24:11 +00:00 |
|
martin
|
0fea837b64
|
SynEdit: Removed some internal values (Color-Setting) from published properties
git-svn-id: trunk@18324 -
|
2009-01-18 12:14:51 +00:00 |
|
mattias
|
de02d06ad9
|
IDE: OI: disable moving controls onto frame
git-svn-id: trunk@18323 -
|
2009-01-17 21:53:59 +00:00 |
|
mattias
|
791e765929
|
fixed lazarus.lpi
git-svn-id: trunk@18322 -
|
2009-01-17 21:51:43 +00:00 |
|
vincents
|
0873b1b2d7
|
LCL: restore canvas handle after OnDrawPanel event
git-svn-id: trunk@18321 -
|
2009-01-17 20:47:31 +00:00 |
|
kirkpatc
|
c1ea61d20c
|
FPDoc - constructors and destructors updated in Forms.xml
git-svn-id: trunk@18320 -
|
2009-01-17 11:09:05 +00:00 |
|
paul
|
545a71f8fa
|
lcl: add delphi compatible DrawPanel method to the TStatusBar to allow component descendants override it without hooking to event
git-svn-id: trunk@18319 -
|
2009-01-17 10:56:29 +00:00 |
|
paul
|
f71d89b2b3
|
lcl: fix owner drawn statusbar panels
- don't skip TStatusPanel.Bevel
- assign passed in the WM_DrawItem Message DC to the Canvas.Handle
git-svn-id: trunk@18318 -
|
2009-01-17 10:41:01 +00:00 |
|
zeljko
|
9c9c8716f2
|
Qt: TQtWinapi.DrawArc() bugfix, use TRect to draw arc because of qt bug (seem so).
git-svn-id: trunk@18317 -
|
2009-01-16 20:53:46 +00:00 |
|
mattias
|
5d21138707
|
codetools: fixed finding prior statement when start on source start
git-svn-id: trunk@18316 -
|
2009-01-16 20:39:59 +00:00 |
|
zeljko
|
c2c0334f9f
|
Qt: TQtMenu should be always deleted later.Now ide doesn't crash under X11 (note on #12978), tested on win32 & MacOsX also.
git-svn-id: trunk@18315 -
|
2009-01-16 20:21:17 +00:00 |
|
mattias
|
9624b4108c
|
gtk2: TSpinEdit: fixed deprecated page size
git-svn-id: trunk@18314 -
|
2009-01-16 19:58:31 +00:00 |
|
mattias
|
c73fbe1f50
|
OI: update combobox items on idle
git-svn-id: trunk@18313 -
|
2009-01-16 19:36:49 +00:00 |
|
vincents
|
38adeef869
|
lcl: implemented owner drawn statusbar in the LCL and the win32 widget set (issue #1679)
* based on a patch from Leslie Kaye
* doesn't work yet for themed windows XP
git-svn-id: trunk@18312 -
|
2009-01-16 19:22:58 +00:00 |
|
paul
|
74b347b39f
|
ide: fix memory corruptions after showing codetools define preview dialog (bug #0012978)
git-svn-id: trunk@18311 -
|
2009-01-16 18:37:25 +00:00 |
|
paul
|
5714e4dadc
|
ide: fix saving of extra char spacing = 1 (bug #0012982)
git-svn-id: trunk@18310 -
|
2009-01-16 18:05:12 +00:00 |
|
paul
|
252c07b69b
|
win32: fix copying CF_BITMAP data into clipboard (bug #0012729)
git-svn-id: trunk@18309 -
|
2009-01-16 17:35:28 +00:00 |
|
mattias
|
306e5ea3d4
|
OI: clearing combobox items on error
git-svn-id: trunk@18308 -
|
2009-01-16 17:19:52 +00:00 |
|
paul
|
f46d70252b
|
fix asterisk alignment
git-svn-id: trunk@18307 -
|
2009-01-16 15:21:23 +00:00 |
|
paul
|
f7bf756ebe
|
ide: fix comboboxes onChange handler was gone in the editor display options page, increase width of right margin combo to have a prettier look under gtk2 (or just mine ubuntu theme)
git-svn-id: trunk@18306 -
|
2009-01-16 15:20:39 +00:00 |
|
kirkpatc
|
ee15c6faa2
|
FPDoc - fixed constructors and destructors for many classes in Graphics.xml
git-svn-id: trunk@18305 -
|
2009-01-16 12:04:28 +00:00 |
|
paul
|
943062564b
|
lcl: fix handling WideString properties (bug #0012981)
git-svn-id: trunk@18304 -
|
2009-01-16 07:18:36 +00:00 |
|
paul
|
047bd064e5
|
synedit: highlight compilerproc modifier
git-svn-id: trunk@18303 -
|
2009-01-16 02:21:04 +00:00 |
|
marc
|
f9ef877f9e
|
* remove windows specific parts (step 2)
git-svn-id: trunk@18302 -
|
2009-01-16 00:26:10 +00:00 |
|
marc
|
4ac1841cc0
|
* Rename of dbgutils and dbgoutputform to avoid future name conflicts
git-svn-id: trunk@18301 -
|
2009-01-15 23:26:10 +00:00 |
|
marc
|
bb5b3204f0
|
* some cleanup
git-svn-id: trunk@18300 -
|
2009-01-15 21:48:01 +00:00 |
|
vincents
|
5f0626b2f7
|
added patch for fpc 2.2.2, a backport of the fix for issue #12645
git-svn-id: trunk@18299 -
|
2009-01-15 13:04:34 +00:00 |
|