Commit Graph

21378 Commits

Author SHA1 Message Date
paul
56c2e514da ide: revert occasionally committed ide.inc
git-svn-id: trunk@21733 -
2009-09-16 12:06:39 +00:00
mattias
5a612c0fdb IDE: fixed designer shiftstate
git-svn-id: trunk@21732 -
2009-09-16 10:51:34 +00:00
mattias
3ded35fa2f comments
git-svn-id: trunk@21731 -
2009-09-16 10:30:39 +00:00
mattias
3d4e211dbf IDEIntf: designer mediator: mouse events
git-svn-id: trunk@21730 -
2009-09-16 09:59:02 +00:00
paul
522164c337 ide: start saving/loading from the project session file of component state (normal/minimized/maximized)
git-svn-id: trunk@21729 -
2009-09-16 09:28:46 +00:00
vincents
17b205526e debian: fixed makefile patch after adding chmhelp to bigide target
git-svn-id: trunk@21728 -
2009-09-16 08:05:25 +00:00
paul
718cf5e973 win32: return normal window size on WM_SIZE message if window is minimized
git-svn-id: trunk@21727 -
2009-09-16 07:02:04 +00:00
paul
680007c6ee lcl: don't update window size on move if window is minimized
git-svn-id: trunk@21726 -
2009-09-16 07:01:18 +00:00
dmitry
2f598b6a12 carbon: added isZoomed, isIconic functions to CarbonWidgetSet. Patch by Paul Ishenin
git-svn-id: trunk@21725 -
2009-09-16 06:23:52 +00:00
paul
330a5d389d gtk1: introduce GDK_WINDOW_GET_MINIMIZED (based on extremely bugged version of GDK_WINDOW_MINIMIZE), fix IsIconic
git-svn-id: trunk@21724 -
2009-09-16 03:45:02 +00:00
paul
e4a4a76f06 ide: don't crash on exit
git-svn-id: trunk@21723 -
2009-09-16 00:56:51 +00:00
paul
e2693b1724 components: chmhelp: DoOpenChm can leave fChms = nil in case of exception (e.g.: when file is locked)
git-svn-id: trunk@21722 -
2009-09-16 00:14:52 +00:00
mattias
4e3186459c LCL: newautosize check delay before creating handles
git-svn-id: trunk@21721 -
2009-09-15 23:03:11 +00:00
mattias
02b4b8e04b LCL: newautosize delaying autosize
git-svn-id: trunk@21720 -
2009-09-15 22:45:42 +00:00
mattias
34572ea34f IDE: help for packages/fcl-base/src pas files, bug #14483
git-svn-id: trunk@21719 -
2009-09-15 22:19:23 +00:00
mattias
2cd6fe9f38 IDE: fixed Create project from file if file was open in editor
git-svn-id: trunk@21718 -
2009-09-15 21:50:42 +00:00
sekelsenmat
3d9c73bf02 carbon: Implements TTrayIcon menu item enabled/disabled
git-svn-id: trunk@21717 -
2009-09-15 21:21:42 +00:00
sekelsenmat
9d4a8e0fbc carbon: Implements TTrayIcon menu item visibility
git-svn-id: trunk@21716 -
2009-09-15 19:11:37 +00:00
mattias
d4413200ce LCL: fixed overflow
git-svn-id: trunk@21715 -
2009-09-15 18:54:17 +00:00
sekelsenmat
048acfbea7 carbon: Implements checking the visibility of the TTrayIcon menu via private method
git-svn-id: trunk@21714 -
2009-09-15 18:41:38 +00:00
mattias
30535703d0 codetools: find declaration: quick check if cursor in code
git-svn-id: trunk@21713 -
2009-09-15 15:27:52 +00:00
mattias
9897ad8216 IDE: reduced debugging
git-svn-id: trunk@21712 -
2009-09-15 15:19:12 +00:00
paul
72b7bf8ca6 lcl: add IsIconic, IsZommed win32 compatibility functions
git-svn-id: trunk@21711 -
2009-09-15 09:34:41 +00:00
paul
105e4d8032 lcl: formatting
git-svn-id: trunk@21710 -
2009-09-15 08:58:57 +00:00
andrew
223dbe1d03 * Auto building lhelp from IDE now displays compile messages in message window
* another fix for paths in ChmHelpPkg

git-svn-id: trunk@21709 -
2009-09-15 01:53:13 +00:00
andrew
64ff2d3769 Fix for path delimiter in ChmHelpPkg
git-svn-id: trunk@21708 -
2009-09-15 01:07:51 +00:00
mattias
313244d699 LCL: merged TWinControl.FControls/FWinControls - needed for layouts
git-svn-id: trunk@21707 -
2009-09-15 01:01:00 +00:00
mattias
16307f4d65 IDE: clean up
git-svn-id: trunk@21706 -
2009-09-15 00:29:00 +00:00
paul
a63bbb7f84 components: chmhelp: fix few memory leaks
git-svn-id: trunk@21705 -
2009-09-14 23:44:35 +00:00
paul
f36bf2c85a ide: chmhelp support:
- add chmhelp path to ide makefiles
  - add UseCHMHelp symbol to build IDE with chmhelp package

git-svn-id: trunk@21704 -
2009-09-14 23:15:41 +00:00
mattias
f148930da6 IDE: compiler options dlg: fixed page index
git-svn-id: trunk@21703 -
2009-09-14 20:54:16 +00:00
mattias
f080b4e85e IDEIntf: docs for the designer mediator
git-svn-id: trunk@21702 -
2009-09-14 15:53:40 +00:00
mattias
483e7680e9 IDE: fixed creating fpdoc files for IDEIntf
git-svn-id: trunk@21701 -
2009-09-14 14:51:39 +00:00
mattias
2018344136 IDE: fixed searching package files of default packages
git-svn-id: trunk@21700 -
2009-09-14 14:33:40 +00:00
mattias
fc1071e18f added comments
git-svn-id: trunk@21699 -
2009-09-14 14:07:39 +00:00
dmitry
de7440fe10 fix for text clipping. fixes #14464, #14463
git-svn-id: trunk@21698 -
2009-09-14 10:59:44 +00:00
paul
6fcb8905b0 ide: build chmhelp packages when target is 'bigide'
git-svn-id: trunk@21697 -
2009-09-14 08:44:30 +00:00
paul
94c37327d5 components: add makefiles for chmhelp
git-svn-id: trunk@21696 -
2009-09-14 08:43:23 +00:00
paul
e65663a113 components: cleanup chmhelp
git-svn-id: trunk@21695 -
2009-09-14 08:41:44 +00:00
mattias
c66ecbfe45 codetools: objcprotocol
git-svn-id: trunk@21694 -
2009-09-13 23:00:19 +00:00
mattias
841fc7af8a codetools: reading rtti param list: undo reverse order for 2.5.1
git-svn-id: trunk@21693 -
2009-09-13 22:18:38 +00:00
mattias
4aa391b617 translations: german: updates from Swen Heinig
git-svn-id: trunk@21692 -
2009-09-13 22:08:33 +00:00
mattias
bbe2a023ba added package link notlcldesigner
git-svn-id: trunk@21691 -
2009-09-13 22:00:43 +00:00
mattias
6a402092e2 codetools: parsing objcclass end external name string
git-svn-id: trunk@21690 -
2009-09-13 21:44:28 +00:00
mattias
ddad9c8091 codetools: implemented objcclass
git-svn-id: trunk@21689 -
2009-09-13 21:31:32 +00:00
andrew
08ed127d0f * Added two way comunication to LHelpControl
* Made using lhelp easier so that it's only needed to install ChmHelpPkg and copy chms to docs/html
* lhelp will be built by ChmHelpPkg if it doesn't exist
* added helpful msg when F1 is pushed and no chms can be found

git-svn-id: trunk@21688 -
2009-09-13 18:34:50 +00:00
mattias
efdffe51ba codetools: fixed modeswitch
git-svn-id: trunk@21687 -
2009-09-13 14:13:08 +00:00
mattias
c286c1ba10 codetools: identifier completion: compiler function objselector, find predefined identifier
git-svn-id: trunk@21686 -
2009-09-13 14:06:03 +00:00
paul
60784ed8aa win32: remove unneeded CreateHandle for TCustomPanel. TWinControl CreateHandle works very well itself.
git-svn-id: trunk@21685 -
2009-09-13 12:51:16 +00:00
paul
fa02d07c5a lcl: don't change TControlScrollBar.Visible inside TScrollingWinControl (let user value be used), visibility is already managed inside TControlScrollBar itself
git-svn-id: trunk@21684 -
2009-09-13 11:52:10 +00:00