Commit Graph

15209 Commits

Author SHA1 Message Date
mattias
e8e615a9b1 synedit: implemented non UTF-8 characters are shown as ?
git-svn-id: trunk@15347 -
2008-06-07 00:39:15 +00:00
mattias
fff34bfe63 IDE: editor options: keymapping: improved button layout
git-svn-id: trunk@15346 -
2008-06-06 23:58:04 +00:00
mattias
62e6df2b95 LCL: more fixes for fpc 2.2.0 compilation
git-svn-id: trunk@15345 -
2008-06-06 15:07:53 +00:00
vincents
4117a15a99 win32 cross installer build script: also build a native fpcmake, so it doesn't depend on an installed version
git-svn-id: trunk@15344 -
2008-06-06 15:00:36 +00:00
vincents
89873c1b83 mac os x installer build script: shuffled around until it doesn't give weird errors when cross compiling to ppc: http://lists.freepascal.org/lists/fpc-devel/2008-June/013892.html
git-svn-id: trunk@15343 -
2008-06-06 14:42:05 +00:00
mattias
c6cba442ee IDE: compiler options: auto disabling i386 options
git-svn-id: trunk@15342 -
2008-06-06 14:41:33 +00:00
mattias
ee5d2a42df LCL: more fixes for fpc 2.2.0 compilation
git-svn-id: trunk@15341 -
2008-06-06 14:12:05 +00:00
mattias
025c9f9def LCL; fixed 2.2.0 compilation
git-svn-id: trunk@15340 -
2008-06-06 12:59:56 +00:00
kirkpatc
3e490580ec FPDoc - ihave performed 'makeskel --update' on Graphics.xml, then updated several Method descriptions and extensively updated TCustomBitmap in graphics.xml
git-svn-id: trunk@15339 -
2008-06-06 12:45:50 +00:00
vincents
284e61208a mac os x installer build script: fixed typo
git-svn-id: trunk@15338 -
2008-06-06 09:26:53 +00:00
vincents
2e6e2e7c64 mac os x installer build script: clean up and reordering of statements
git-svn-id: trunk@15337 -
2008-06-06 09:05:26 +00:00
paul
e64861e127 ide: Add "AutoShow" option to the Object Inspector to allow hide OI forever (#0010603)
git-svn-id: trunk@15336 -
2008-06-06 08:24:11 +00:00
paul
0dce493220 ide: don't bring OI to front when OI row is selected and another control on overlapped form has been selected
git-svn-id: trunk@15335 -
2008-06-06 08:03:06 +00:00
mattias
97ceeb98a6 IDE: enabled multi form properties by default
git-svn-id: trunk@15334 -
2008-06-06 06:14:04 +00:00
mattias
7ef47a5ad7 IDE: reduced debugging output
git-svn-id: trunk@15333 -
2008-06-06 06:07:45 +00:00
mattias
cbf6884d25 LCL: added TUTF8Parser to read LFMs, avoiding wrong ansi/widestring conversions. To ge the old TParser use -dDisableWindowsUnicodeSupport. bug #11415
git-svn-id: trunk@15332 -
2008-06-06 06:05:49 +00:00
mattias
cc4514a7f3 translations: german: updates from Joerg Braun
git-svn-id: trunk@15331 -
2008-06-06 04:41:30 +00:00
mattias
9106150d26 IDE: Message window now uses BeginUpdate/EndUpdate
git-svn-id: trunk@15330 -
2008-06-06 04:39:30 +00:00
sekelsenmat
0a9c928d37 Improves carbon trayicon
git-svn-id: trunk@15329 -
2008-06-06 03:06:59 +00:00
paul
19c044571d ide: better support for transparency in imagelist editor (#0011174 by Luiz)
git-svn-id: trunk@15328 -
2008-06-06 02:46:50 +00:00
paul
31b6def3f0 ide:
- correct hints of CheckListBox editor
- improve look and feel of CheckGroup editor

git-svn-id: trunk@15327 -
2008-06-06 02:36:55 +00:00
sekelsenmat
57660dab8c Improves carbon trayicon
git-svn-id: trunk@15326 -
2008-06-06 02:05:42 +00:00
sekelsenmat
f8f5d4f4bf Improves carbon trayicon
git-svn-id: trunk@15325 -
2008-06-06 01:10:27 +00:00
paul
709cbabbdb debugger: delete all selected watches, not only first selected
git-svn-id: trunk@15324 -
2008-06-06 01:08:49 +00:00
vincents
3fb74407a3 mac os x snapshot build script: use release compiler to create cross compiler
git-svn-id: trunk@15323 -
2008-06-05 23:02:09 +00:00
sekelsenmat
63e0d0286a Improves the TrayIcon example
git-svn-id: trunk@15322 -
2008-06-05 22:42:22 +00:00
kirkpatc
7c26cd887e FPDoc - further updates to methods in Graphics.xml
git-svn-id: trunk@15321 -
2008-06-05 20:40:56 +00:00
mattias
0c0468bc6d LCL; clean up
git-svn-id: trunk@15320 -
2008-06-05 16:46:39 +00:00
mattias
e92a0bdc32 LCL: moved mousewheel handlers from TWinControl to TControl
git-svn-id: trunk@15319 -
2008-06-05 16:16:13 +00:00
mattias
52718f647c IDE: added FPC version to about dlg
git-svn-id: trunk@15318 -
2008-06-05 15:39:17 +00:00
mattias
30d78489eb messagescomposer: added resourcestrings
git-svn-id: trunk@15317 -
2008-06-05 15:27:20 +00:00
mattias
865c66425e LCL: TMemo: published OnMouseWheel/OnMouseWheelDown,OnMouseWheelUp
git-svn-id: trunk@15316 -
2008-06-05 14:34:11 +00:00
paul
452d657a34 lcl: publish TCheckListBox.Columns
win32, wince: fix CheckListBox drawing

git-svn-id: trunk@15315 -
2008-06-05 14:11:07 +00:00
tombo
eb51e62992 LCL Carbon: fixed #0011390: TBitBtn does not display glyph properly - the image mask was not cropped
git-svn-id: trunk@15314 -
2008-06-05 11:30:27 +00:00
vincents
a7bba2a00d trayicon example: fixed compilation with fpc 2.2.1 and higher on darwin
git-svn-id: trunk@15313 -
2008-06-05 07:45:39 +00:00
mattias
f2c437b0e5 LCL: reduced warnings
git-svn-id: trunk@15312 -
2008-06-05 05:10:35 +00:00
vincents
96d3012446 IDE: return in search results listbox jump to the source location
git-svn-id: trunk@15311 -
2008-06-04 22:27:51 +00:00
vincents
561fbf548c carbon and cocoa widget set, printers4lazarus: fixed compilation with fpc 2.2.1 and higher
git-svn-id: trunk@15310 -
2008-06-04 22:26:25 +00:00
vincents
d6da0cd1a5 carbon and cocoa widget set: fixed compilation with fpc 2.2.1 and higher
git-svn-id: trunk@15309 -
2008-06-04 22:12:59 +00:00
sekelsenmat
404a6a93b8 Fixes bug #11391 and adds automatic compilation of the .rc file.
git-svn-id: trunk@15308 -
2008-06-04 18:13:03 +00:00
kirkpatc
0ddf238101 FPDoc - Definitions for some procedures and functions in graphics.xml
git-svn-id: trunk@15307 -
2008-06-04 14:55:48 +00:00
mattias
755e6888e0 IDEIntf: fixed typo
git-svn-id: trunk@15306 -
2008-06-04 09:25:01 +00:00
vincents
51e4233a16 LCL: added functions for drawing arrows from Benito van der Zander (bug #11202)
git-svn-id: trunk@15305 -
2008-06-04 08:56:54 +00:00
vincents
38b8013b18 xml docs: reformatted so comming changes are more visible
git-svn-id: trunk@15304 -
2008-06-04 08:52:02 +00:00
paul
a859359c93 win32: further fix menu colors
git-svn-id: trunk@15303 -
2008-06-04 08:24:45 +00:00
vincents
97ffab3695 IDE: fixed AV and memleak when closing Lazarus with an open fpdoc edit window
git-svn-id: trunk@15302 -
2008-06-04 07:37:32 +00:00
vincents
6b86d276a7 LCL: don't raise OnPageChange event while loading (bug #11406)
git-svn-id: trunk@15301 -
2008-06-04 06:50:39 +00:00
mattias
751043ea4d gtk1: fixed compilation
git-svn-id: trunk@15300 -
2008-06-03 17:47:13 +00:00
jesus
6997537d50 LazReport, mousewheel scrolling in preview, hint from Domingo Alvarez Duarte, issue #11180
git-svn-id: trunk@15299 -
2008-06-03 15:39:04 +00:00
mattias
4ac5113a66 gtk2 intf: implemented LM_SelChange event for TGtk2WSCustomListBox, bug #11229, #11356, #11337
git-svn-id: trunk@15298 -
2008-06-03 12:02:34 +00:00