mattias
466d2337c3
gtk2 intf: implemented UpdateWindow
...
git-svn-id: trunk@11434 -
2007-07-06 12:42:20 +00:00
vincents
4d69b762e7
IDE: fixed Makefile, LCL_PLATFORM was initialized twice.
...
git-svn-id: trunk@11428 -
2007-07-05 08:42:09 +00:00
vincents
8ef8ab4387
IDE: make clean should not delete manifest.res
...
git-svn-id: trunk@11427 -
2007-07-05 08:26:34 +00:00
vincents
4c83db93b4
IDE: explicitly use lazarus.res, so other res files like manifest.res are not used
...
git-svn-id: trunk@11422 -
2007-07-04 19:07:48 +00:00
paul
2bbf683207
- show windres errors/warnings in messages window
...
git-svn-id: trunk@11421 -
2007-07-04 09:10:07 +00:00
paul
d6156c40cc
forgotten file
...
git-svn-id: trunk@11420 -
2007-07-04 06:39:51 +00:00
paul
5a0fcd5933
simplifying manifest resource
...
git-svn-id: trunk@11419 -
2007-07-04 06:38:16 +00:00
paul
26224b2923
- if there was error while generating version info or manifest then show error before build termination (was silence)
...
git-svn-id: trunk@11417 -
2007-07-04 03:25:27 +00:00
paul
f50f173e8f
- replace processorArchitecture from *X86* to *
...
git-svn-id: trunk@11412 -
2007-07-02 08:31:42 +00:00
vincents
d36a20fb59
IDE: don't set processor architecture in the manifest, so it can be used on win64 too
...
git-svn-id: trunk@11411 -
2007-07-02 08:25:48 +00:00
paul
b4f7d49315
- set use manifest to false by default
...
git-svn-id: trunk@11386 -
2007-06-27 07:56:42 +00:00
mattias
801d3a0023
IDE: project options form: anchoring notebook to okbutton, gtk intf: color clHighlightText, gtk2 intf: dummy page now without gdkwindow - not eating events, LCL: treeview: removed RecreateWnd call
...
git-svn-id: trunk@11385 -
2007-06-27 07:44:01 +00:00
vincents
b29f2c65bf
IDE: added resource strings for ctrl, alt and shift key in the keymapping dialog (bug #8066 )
...
git-svn-id: trunk@11384 -
2007-06-26 13:42:24 +00:00
paul
3ff2bc4375
manifest sources
...
git-svn-id: trunk@11380 -
2007-06-26 09:35:19 +00:00
paul
eaac2182c1
option to add so called "XP" manifest into windows executable
...
git-svn-id: trunk@11379 -
2007-06-26 09:24:33 +00:00
paul
589e460240
-- reanchoring some controls
...
git-svn-id: trunk@11376 -
2007-06-26 06:18:38 +00:00
paul
0c06e52cb8
- reanchoring most of controls
...
git-svn-id: trunk@11375 -
2007-06-26 06:15:07 +00:00
vincents
2ae22b6cfe
IDE: changed displayname for the win32 interface to win32/win64
...
git-svn-id: trunk@11316 -
2007-06-13 06:19:19 +00:00
paul
117498a784
Build Lazarus Dialog changes from Darius
...
git-svn-id: trunk@11314 -
2007-06-13 01:23:46 +00:00
paul
59aa486876
- another way to show splitter points under gtk1
...
- buildlazarusdialog adjusted as suggested by Darius
git-svn-id: trunk@11287 -
2007-06-06 02:19:44 +00:00
mattias
6b2ec19d9c
IDE: editor options: using OnChange event for checkboxes - but it would be better to fix the OnClick event for TRadioButtons on all widgetsets
...
git-svn-id: trunk@11286 -
2007-06-05 16:38:49 +00:00
vincents
c215b058f7
IDE: F3 does replace next, if previous Find and Replace dialog was doing a replace (bug #8355 )
...
git-svn-id: trunk@11285 -
2007-06-05 14:07:38 +00:00
paul
4d7849a2d3
updated strings for buildlazdialog
...
git-svn-id: trunk@11281 -
2007-06-05 07:18:48 +00:00
paul
f0f36ca1c6
new buildlazdialog look
...
git-svn-id: trunk@11279 -
2007-06-04 23:29:40 +00:00
tombo
5aeedb0533
IDE: added option to debug/run Application Bundle on darwin, remove code under DoNotUseProcessDebugger
...
git-svn-id: trunk@11266 -
2007-06-02 10:53:09 +00:00
andrew
4d34f8ad55
IDE: used FindDialog.FindText instead of FIncrementalSearchStr to test whether or not Find Next/Prev should show the FindDialog. Before, the dialog
...
would show no matter what.
git-svn-id: trunk@11264 -
2007-06-02 01:13:29 +00:00
mattias
af2a30e7d4
IDE: when pressing F3 to search next and the text is empty start a new search from Andrew
...
git-svn-id: trunk@11262 -
2007-06-02 00:11:39 +00:00
paul
2b74c55f99
- replaced some xpm menu images with png analogs
...
git-svn-id: trunk@11251 -
2007-06-01 07:56:59 +00:00
paul
bc0f08b7c5
- added debugger options icon
...
git-svn-id: trunk@11248 -
2007-06-01 06:42:33 +00:00
mattias
34e4c10709
IDE: added FCL source directory for FPC 2.2.x to online help
...
git-svn-id: trunk@11233 -
2007-05-31 00:04:37 +00:00
vincents
ac0e96eeca
lazbuild: implemented executing external tools, for example before compilation (bug #8918 ) from Darius
...
git-svn-id: trunk@11230 -
2007-05-30 20:48:14 +00:00
mattias
f9c873cd97
gtk2 intf: forced resizing visible windows, IDE: using ReleaseComponent to free synedits - fixing crash when quickly closing editors with shortcuts
...
git-svn-id: trunk@11229 -
2007-05-30 17:40:30 +00:00
vincents
871df0775c
IDE: fixed showing help for FCL for fpc 2.0.x ( #8907 ), still doesn't work for fpc 2.1 and later, because of the changed location of the fcl sources.
...
git-svn-id: trunk@11228 -
2007-05-30 15:04:38 +00:00
mattias
1eff85d939
gtk2 intf: improved resizing code to not need the caching trick
...
git-svn-id: trunk@11212 -
2007-05-29 00:30:26 +00:00
mattias
78509220c9
LCL: TSpeedButton: if mouse capture lost then update state, fixed state when invoking Click which triggers ShowModal
...
git-svn-id: trunk@11211 -
2007-05-28 12:12:51 +00:00
vincents
5cc700d456
IDE: fixed copying multiple selected lines from the messages view
...
git-svn-id: trunk@11194 -
2007-05-25 08:57:17 +00:00
vincents
73e13299a8
include sqldb components for win64
...
git-svn-id: trunk@11187 -
2007-05-23 21:19:58 +00:00
paul
e3c799d085
- fixed bug with themed drawing in buildlazdialog.pas noticed by Vincent (under win2000)
...
- enabled speedbutton themed drawing (previously was disabled with ifdef)
git-svn-id: trunk@11175 -
2007-05-22 15:46:58 +00:00
paul
554e4107ef
- Themes moved to interface section from implementation
...
- Build lazarus dialogs use ThemeServices to draw buttons (disabled through UseThemes define)
git-svn-id: trunk@11174 -
2007-05-22 06:06:11 +00:00
paul
2e2148aa11
- restored "about" tab as default in about lazarus dialog
...
git-svn-id: trunk@11134 -
2007-05-13 14:56:10 +00:00
vincents
ecaebbe825
+ introduced LCLPlatformDisplayNames (used on screen) and LCLPlatformDirNames (used for compilation) to be able show win32/win64 on screen and use the win32 directory
...
git-svn-id: trunk@11133 -
2007-05-13 14:25:05 +00:00
mattias
bb201517c7
IDE: debugger: added checks for working directory
...
git-svn-id: trunk@11132 -
2007-05-12 14:40:06 +00:00
mattias
8d7812da86
IDE: completion form is now created on demand and the internal double buffer bitmap is resized correct
...
git-svn-id: trunk@11130 -
2007-05-12 09:39:20 +00:00
paul
0312cb2ee4
- replaced old images with modern from silk and own painting:
...
debugger images, most packages images, misc
- ide dialogs switched to use common image list instead of their own:
compileroptions, projectinspector, packageeditor, pkggraphexplorer
git-svn-id: trunk@11126 -
2007-05-11 02:40:08 +00:00
vincents
a7d9c00a87
IDE: put back hints in the build lazarus dialog, they were probably lost during the conversion to lfm
...
git-svn-id: trunk@11103 -
2007-05-08 09:57:26 +00:00
paul
fc188e5d5e
- changed button sizes to old (after changing imagelist)
...
git-svn-id: trunk@11102 -
2007-05-08 09:30:10 +00:00
paul
555f6c9e4a
- modernize some ide images
...
- buildlazdialog switched to use common imagelist instead of own
git-svn-id: trunk@11100 -
2007-05-08 08:53:21 +00:00
mattias
b5b38344d5
IDE: always creating the custom defines templates for package source directories, so that IDE add-ons can add their own settings
...
git-svn-id: trunk@11099 -
2007-05-08 08:38:03 +00:00
mattias
34b67b7af7
IDE: always creating the custom defines templates for project source directories, so that IDE add-ons can add their own settings
...
git-svn-id: trunk@11098 -
2007-05-08 08:05:57 +00:00
vincents
44b95915d1
IDE: show about text in paragraphs
...
git-svn-id: trunk@11094 -
2007-05-07 07:56:01 +00:00