Commit Graph

12443 Commits

Author SHA1 Message Date
tombo
ae68d570ac Added Lazarus IDE Application Bundle for Mac OS X with mainicon, with help from Phil J. Hess
git-svn-id: trunk@12510 -
2007-10-17 20:12:34 +00:00
tombo
1a9ab26796 Carbon intf: TSynEdit fixed textout, improved scrolling
- enhanced clipboard to use more text formats
- TComboBox.OnDropDown and OnCloseUp partial implementation

git-svn-id: trunk@12509 -
2007-10-17 20:00:01 +00:00
mattias
3badd0dfcc IDE: removed obsolete mainbar coords
git-svn-id: trunk@12508 -
2007-10-17 18:28:01 +00:00
mattias
24a4864db4 IDE; run param dlg: improved layout
git-svn-id: trunk@12507 -
2007-10-17 18:26:08 +00:00
mattias
0c942d4f13 translations: german: from Joerg Braun
git-svn-id: trunk@12506 -
2007-10-17 17:55:56 +00:00
mattias
096da81a5c translations: german: from Joerg Braun
git-svn-id: trunk@12505 -
2007-10-17 17:33:38 +00:00
kirkpatc
b5980d662a Updates to TPicture and TCanvas
git-svn-id: trunk@12504 -
2007-10-17 11:18:38 +00:00
mattias
1e738d86c5 LCL: DoAutoSize no longer tries to move childs positioned by CHildSizing.Layout
git-svn-id: trunk@12503 -
2007-10-17 10:34:37 +00:00
vincents
ca9310208c tools, examples: fixed compilation by requiring libc
git-svn-id: trunk@12502 -
2007-10-17 10:00:05 +00:00
mattias
7acce2e1ba IDE: compiler optiosn dlg: improved button layout
git-svn-id: trunk@12501 -
2007-10-17 09:30:51 +00:00
vincents
5d132948ff IDE: fixed compilation by telling fpcmake that lazarus uses libc.
git-svn-id: trunk@12500 -
2007-10-17 09:24:04 +00:00
darius
226e3cce53 converted form to LFM
implemented IDE Help
added splitter to inherited tab

git-svn-id: trunk@12499 -
2007-10-17 08:49:55 +00:00
marc
7e76353e18 + Added debug code to dump VClass tree
git-svn-id: trunk@12498 -
2007-10-16 23:25:46 +00:00
paul
23c3055c92 win32: fix destroying of TTabSheet - now Tab is also removed from TPageControl (no problem with 'Del' on TTabSheet in win32 form designer)
git-svn-id: trunk@12497 -
2007-10-16 23:19:54 +00:00
paul
b9fbf093e0 widgetset: fix ClassParent for TWSClass
git-svn-id: trunk@12496 -
2007-10-16 23:16:33 +00:00
mattias
e4a0241fcb Makefiles: removed some fcl dependencies
git-svn-id: trunk@12495 -
2007-10-16 22:47:51 +00:00
mattias
3cf6a7f99d LCL: TCustomNotebook added workaround for win32/64 intf that does not send WMSize messages for hidden pages
git-svn-id: trunk@12494 -
2007-10-16 21:57:11 +00:00
mattias
8d2a89ca23 IDE: fixed cross compiling target OS/CPU for IDE
git-svn-id: trunk@12493 -
2007-10-16 20:54:26 +00:00
mattias
ebef050781 fpc-crosswin32 deb: updates and copying tools like windres
git-svn-id: trunk@12492 -
2007-10-16 20:32:10 +00:00
mattias
d8ccab9aa5 IDE: improved env options dialog layout
git-svn-id: trunk@12491 -
2007-10-16 18:44:44 +00:00
mattias
8e45b505de IDE: various layout improvements for IDE dialogs
git-svn-id: trunk@12490 -
2007-10-16 17:30:54 +00:00
kirkpatc
7ceb4ea282 LazDE seems to have re-written the whole file! Updates made to TGraphic
git-svn-id: trunk@12489 -
2007-10-16 15:34:35 +00:00
mattias
5bef34477f LCL: TPage: fixed ReAlign of TPage on leave, resize, return, fixed clean up after delayed resizing when parent controls become visible
git-svn-id: trunk@12488 -
2007-10-16 11:45:36 +00:00
kirkpatc
8f9f5e0010 Small changes to MessageBox
git-svn-id: trunk@12487 -
2007-10-16 10:13:14 +00:00
paul
82acfd9ac4 win32: allow TTabSheet to be invisible (issue #0009943)
git-svn-id: trunk@12486 -
2007-10-16 03:41:07 +00:00
paul
9db54bbccc fix compilation for non 4.3 qt issue(0009949)
git-svn-id: trunk@12485 -
2007-10-16 03:35:32 +00:00
mattias
87a572d2ad gtk2 intf: only removing ythickness from gtk_button, not from descendants
git-svn-id: trunk@12484 -
2007-10-15 23:33:32 +00:00
mattias
029946b537 LCL: enabled autosize for controls without parent, TForm will not autosize if minimized/maximized, once painted
git-svn-id: trunk@12483 -
2007-10-15 23:30:39 +00:00
mattias
2a5042eef4 gtk2 intf: removed ythickness from preferred sizes of gtk_button
git-svn-id: trunk@12482 -
2007-10-15 22:37:37 +00:00
mattias
5c6f96fcaf IDE: goto line dlg: improved layout
git-svn-id: trunk@12481 -
2007-10-15 22:02:30 +00:00
mattias
9cfb1b4cac gtk2 intf: listview: fixed various gtk warnings
git-svn-id: trunk@12480 -
2007-10-15 22:02:08 +00:00
mattias
b2748c46db openglcontrol gtk2: reduced debugging output, fixed crash on destroy
git-svn-id: trunk@12479 -
2007-10-15 22:00:28 +00:00
marc
22f37ad0a2 * updated translation by Maxim Ganetsky
git-svn-id: trunk@12478 -
2007-10-15 21:46:14 +00:00
marc
b34463973b * improved layout and localization by Maxim Ganetsky
git-svn-id: trunk@12477 -
2007-10-15 21:44:39 +00:00
kirkpatc
b96572cfe0 Updates to TApplicationProperties and TScreen
git-svn-id: trunk@12476 -
2007-10-15 11:41:06 +00:00
vincents
b045ebb09a IDE: improved goto line dialog
* focus editor after showing dialog (#9929) from Gerard Visent
* focus editbox when showing the dialog
* set key:=0 when handling enter and escape (prevents beep on windows)

git-svn-id: trunk@12475 -
2007-10-15 11:25:12 +00:00
paul
19df9e9b0f lcl: fix OnClick, OnChange event sequence for TCustomCheckBox (now must be identical on all widgetsets)
git-svn-id: trunk@12474 -
2007-10-15 11:18:13 +00:00
mattias
2e0ba97346 IDE: run params dlg: fixed resizing conflict
git-svn-id: trunk@12473 -
2007-10-15 09:15:43 +00:00
vincents
34cac54f9b updated object inspector Slovak translations from helix84 (#9931)
git-svn-id: trunk@12472 -
2007-10-15 08:16:58 +00:00
paul
0492763d06 win32: solve problem with wrong application Z-order (introduced in StayOnTop fix)
git-svn-id: trunk@12471 -
2007-10-15 06:18:03 +00:00
paul
6fa6c7fd37 qt: restore QtTool for bsSizeToolWin for windows platform
git-svn-id: trunk@12470 -
2007-10-15 03:06:32 +00:00
mattias
8528701b5f LCL: reduced debug output
git-svn-id: trunk@12469 -
2007-10-14 22:57:31 +00:00
mattias
bd90319620 IDE: compiler options dlg: set error count TEdit.AutoSize=true
git-svn-id: trunk@12468 -
2007-10-14 22:26:38 +00:00
mattias
18fa72e639 LCL: TBitBtn: implemented NumGlyphs from Giuliano Colla
git-svn-id: trunk@12467 -
2007-10-14 22:23:19 +00:00
zeljko
8ff0a64f6e Qt: fixed issue #9842. According to qt documentation QtTool flag is always on top of it's parent, so bsSizeToolWin should be ordinary QtWindow.
git-svn-id: trunk@12466 -
2007-10-14 21:23:22 +00:00
zeljko
5b7d9f24d6 Qt: formstyle is not updated during design time anymore, better handling of fsSplash forms - use QtSplasScreen flag.
git-svn-id: trunk@12465 -
2007-10-14 20:41:47 +00:00
marc
6201a838de * resolved #9687. The width in bytes of an image was calculated wrong when bpp < 8
git-svn-id: trunk@12464 -
2007-10-14 18:02:49 +00:00
paul
472b6d5858 gtk: fix RawImage_SetAlpha for non X11 systems (at least for windows)
git-svn-id: trunk@12463 -
2007-10-14 16:20:03 +00:00
paul
1d41ad50f5 fix compilation with VerboseRawImage
git-svn-id: trunk@12462 -
2007-10-14 14:06:56 +00:00
mattias
6264aac23c LCL: fixed using parent borderspacing, fixed anchor spacing for parallel controls, fixed endless loop autosize interdependencies, implemented auto fixing anchor circles, implemented auto fixing center anchoring, fixed calculation of static childsizing layouts, fixed autosizing for controls without preferred size by providing default sizes also used in creation, fixed TSizeConstraints.MinMaxWidth/Height
git-svn-id: trunk@12461 -
2007-10-14 12:54:29 +00:00