Commit Graph

15259 Commits

Author SHA1 Message Date
vincents
146f23781e gtk and gtk2 interface: removed gtk requirement from the Makefile; we don't use this fpcmake functionality and the name of the package has changed, so there is no easy way to use it with both fpc 2.2.0 and 2.2.2+
git-svn-id: trunk@15397 -
2008-06-12 22:48:13 +00:00
vincents
c0f7c4db42 synedit: made TSynGutter.OnChange public instead of published, fixes #10995
git-svn-id: trunk@15396 -
2008-06-12 22:21:48 +00:00
kirkpatc
1ce1166231 FPDoc - definitions added for CustomTimer.xml
git-svn-id: trunk@15395 -
2008-06-12 17:04:24 +00:00
mattias
e05e391f2b IDE: implemented adding packages when creating new unit
git-svn-id: trunk@15394 -
2008-06-12 10:04:25 +00:00
mattias
730b5f6b42 customforms: made TForm the base class.
git-svn-id: trunk@15393 -
2008-06-11 22:29:34 +00:00
mattias
fe488ca1bd IDE: jump history: fixed showing source line
git-svn-id: trunk@15392 -
2008-06-11 21:32:45 +00:00
mattias
6180c0bbed IDE: moved view jump history to view menu
git-svn-id: trunk@15391 -
2008-06-11 21:15:54 +00:00
mattias
96a7abc480 translations: german: updates from Joerg Braun
git-svn-id: trunk@15390 -
2008-06-11 21:05:57 +00:00
mattias
c30b81fb48 IDE: added jump history from Martin
git-svn-id: trunk@15389 -
2008-06-11 16:01:49 +00:00
paul
efb0e8990c gtk2: ifdef SetCW, ResetCW only for windows
git-svn-id: trunk@15388 -
2008-06-11 15:35:58 +00:00
vincents
0e00ff3660 IDE: removed codepage target from Makefile (was used on windows)
git-svn-id: trunk@15387 -
2008-06-11 11:03:46 +00:00
vincents
95463a005e IDE: fixed deleting multiple breakponts (bug #10236)
git-svn-id: trunk@15386 -
2008-06-11 10:33:29 +00:00
vincents
e330d55ac5 IDE: improved look of codetoolsdefpreview from Graeme (bug #11455)
git-svn-id: trunk@15385 -
2008-06-11 09:15:02 +00:00
kirkpatc
7d7b6535ae FPDoc - definintions for some Types and functions in Controls.xml
git-svn-id: trunk@15384 -
2008-06-11 08:27:31 +00:00
paul
194a5e0b3c lcl: publish wheel events for TForm
git-svn-id: trunk@15383 -
2008-06-11 03:34:17 +00:00
paul
04fb5145bc qt: don't offset mouse pos in wheel event
git-svn-id: trunk@15382 -
2008-06-11 03:33:45 +00:00
paul
945a0487b2 qt: send wheel events in screen coordinates
git-svn-id: trunk@15381 -
2008-06-11 03:31:04 +00:00
paul
7872f8a8db qt: extend TQtIcon
git-svn-id: trunk@15380 -
2008-06-11 02:17:18 +00:00
paul
55fe69da9b gtk2: use another way of fixing cursor creating crash under window
git-svn-id: trunk@15379 -
2008-06-11 02:16:55 +00:00
sekelsenmat
0fb0403aed Fixes wince dialog positioning
git-svn-id: trunk@15378 -
2008-06-10 23:33:25 +00:00
vincents
84fba8eb85 rpm build script: fixed using fpc version number when running samplecfg (bug #11461)
git-svn-id: trunk@15377 -
2008-06-10 22:34:56 +00:00
mattias
d8ea030583 gtk2 intf: enabled gtk double buffering for TCustomControls
git-svn-id: trunk@15376 -
2008-06-10 19:06:59 +00:00
vincents
d99a049461 LCL: TScrollingWinControl.AutoScroll (bug #10774)
* moved TScrollingWinControl.AutoScroll from published to protected section
* set default value to true
* published AutoScroll in descendant classes

git-svn-id: trunk@15375 -
2008-06-10 14:30:57 +00:00
kirkpatc
ad8b434a14 FPDoc - further updates to TCustomBitmap in graphics.xml
git-svn-id: trunk@15374 -
2008-06-10 10:30:14 +00:00
paul
31c5d5d91e lcl: fix checklistbox item height under win32 (wince?)
git-svn-id: trunk@15373 -
2008-06-10 01:19:42 +00:00
sekelsenmat
7f7721db71 Fixes setting the position of a form in wince
git-svn-id: trunk@15372 -
2008-06-10 01:08:54 +00:00
vincents
c80ec36fb2 snapshot rpm build script: added support for using full fpc version number in file name (2.2.2rc1)
git-svn-id: trunk@15371 -
2008-06-09 21:50:03 +00:00
vincents
9da100f931 rpm build script: use full fpc version in file name (fpc-2.2.2rc1)
git-svn-id: trunk@15370 -
2008-06-09 11:29:14 +00:00
sekelsenmat
ac9c5de1ef Fixes compilation of TTrayIcon example
git-svn-id: trunk@15369 -
2008-06-09 02:31:51 +00:00
sekelsenmat
bc0e2703a9 The close OK button returns mrOK for modal dialogs.
git-svn-id: trunk@15368 -
2008-06-09 02:08:59 +00:00
sekelsenmat
eb8998e206 Fixes crash in modal dialogs in Windows CE
git-svn-id: trunk@15367 -
2008-06-09 01:51:47 +00:00
marc
85f8b5b8a6 * Updated Russian translation by Maxim Ganetsky
git-svn-id: trunk@15366 -
2008-06-08 23:18:34 +00:00
kirkpatc
6d3dace3d6 FPDoc - fix small typo in graphics.xml
git-svn-id: trunk@15365 -
2008-06-08 20:49:04 +00:00
mattias
e25395d533 IDE: source editor: implemented changing file encoding
git-svn-id: trunk@15364 -
2008-06-08 20:44:46 +00:00
mattias
668f6c6a7e IDE: source editor: showing for ansi encoding the current system encoding
git-svn-id: trunk@15363 -
2008-06-08 19:39:17 +00:00
mattias
a008d75250 gtk2 intf: moved doublebuffering from synedit to gtk2 as this is faster since gtk2.12
git-svn-id: trunk@15362 -
2008-06-08 13:17:51 +00:00
marc
05c1297564 * Added lazreport editor samples to localize script. Patch by Maxim Ganetsky
git-svn-id: trunk@15361 -
2008-06-08 13:02:25 +00:00
marc
e187d433b1 * Updated Russian translation by Maxim Ganetsky (includes translation mentioned in #9797)
git-svn-id: trunk@15360 -
2008-06-08 12:34:03 +00:00
vincents
6b50bd835b windows installers: support for full fpc version (e.g. fpc 2.2.2rc1) in installer file name
git-svn-id: trunk@15359 -
2008-06-08 12:00:42 +00:00
mattias
f9241cd65d IDE: disabled new dialogs by default
git-svn-id: trunk@15358 -
2008-06-07 22:30:36 +00:00
mattias
ce26f75399 IDE: external tools: replaced Cancel with Ignore, bug #11073
git-svn-id: trunk@15357 -
2008-06-07 22:10:37 +00:00
mattias
7814e569d4 synedit: fixed searching backwards and end of range contains half pattern, bug #11430
git-svn-id: trunk@15356 -
2008-06-07 16:08:18 +00:00
mattias
0ca6ca49d9 translations: russian: updates from Andrey
git-svn-id: trunk@15355 -
2008-06-07 09:24:57 +00:00
paul
34cc6ccdbe win32: add horizontal scroll to listbox
git-svn-id: trunk@15354 -
2008-06-07 08:29:58 +00:00
paul
f5fded607f win32: fill CheckListbox items with CheckListBox color
git-svn-id: trunk@15353 -
2008-06-07 08:23:20 +00:00
mattias
31774d4769 IDEIntf: object inspector: implemented paPickList, bug #11258
git-svn-id: trunk@15352 -
2008-06-07 02:19:40 +00:00
mattias
859941454f IDE: added macro Home, bug #10219
git-svn-id: trunk@15351 -
2008-06-07 02:10:00 +00:00
mattias
7045b20e83 IDE: editor options: added option Show Special Characters
git-svn-id: trunk@15350 -
2008-06-07 01:31:00 +00:00
mattias
bf145b6d96 synedit: implemented eoShowSpecialChars for #32 and #9, similar to 9797
git-svn-id: trunk@15349 -
2008-06-07 01:13:14 +00:00
sekelsenmat
fd035cca0c Improves Cocoa code
git-svn-id: trunk@15348 -
2008-06-07 00:45:19 +00:00