Commit Graph

69 Commits

Author SHA1 Message Date
mattias
80db57a836 added browse buttons for compiler and unit output dir
git-svn-id: trunk@4189 -
2003-05-25 20:03:17 +00:00
mattias
774b820d84 fixed gtkglarea
git-svn-id: trunk@4143 -
2003-05-09 15:56:04 +00:00
mattias
b223d90480 implemented saving auto install packages
git-svn-id: trunk@4099 -
2003-04-27 12:53:57 +00:00
mattias
cc9654f73b implemented installing static packages
git-svn-id: trunk@4098 -
2003-04-27 09:29:56 +00:00
mattias
ac2eaea0ba implemented add file to a package dialog
git-svn-id: trunk@4095 -
2003-04-25 14:40:49 +00:00
mattias
0818bea677 implemented define templates for projects with packages
git-svn-id: trunk@4094 -
2003-04-24 16:44:28 +00:00
mattias
3ce6a58d2a implemented compiling project dependencies and auto add dependency
git-svn-id: trunk@4093 -
2003-04-22 18:53:12 +00:00
mattias
885a22cec5 implemented default package for custom IDE components
git-svn-id: trunk@4088 -
2003-04-21 16:21:29 +00:00
mattias
70019f98d4 implemented inherited project compiler options
git-svn-id: trunk@4087 -
2003-04-20 23:10:03 +00:00
mattias
4cd04fc129 implemented automatic define templates for packages
git-svn-id: trunk@4078 -
2003-04-19 12:57:09 +00:00
mattias
ea81b30e67 implemented compilation of dependencies
git-svn-id: trunk@4073 -
2003-04-17 18:56:10 +00:00
mattias
26ea00db8d implemented compilation of simple packages
git-svn-id: trunk@4072 -
2003-04-17 11:40:41 +00:00
mattias
7691dfe1a7 implemented creating compiler option string for packages
git-svn-id: trunk@4063 -
2003-04-16 13:48:10 +00:00
mattias
94d356f9a1 implemented inherited Compiler Options View
git-svn-id: trunk@4061 -
2003-04-15 17:58:28 +00:00
mattias
088d4e7233 fixed TMemo.WordWrap
git-svn-id: trunk@4060 -
2003-04-15 08:54:27 +00:00
mattias
74214654f9 implemented inherited compiler options
git-svn-id: trunk@4059 -
2003-04-14 18:03:48 +00:00
mattias
aa0f5a45d5 fix for fpc 1.0.x
git-svn-id: trunk@4058 -
2003-04-14 10:55:32 +00:00
mattias
5fec4a80e7 implemented readonly package general options dialog
git-svn-id: trunk@4050 -
2003-04-12 16:28:14 +00:00
mattias
db8349a1c6 implemented compiler options for packages
git-svn-id: trunk@4048 -
2003-04-12 08:44:24 +00:00
mattias
465a69ed96 applied patch from Martin Smat fixing LM_SETSIZE, LM_SETDESIGNING, LM_SCREENINIT
git-svn-id: trunk@3897 -
2003-03-06 17:15:49 +00:00
mattias
cbca0bcf16 fixed default target filename to lowercase like fpc
git-svn-id: trunk@3894 -
2003-03-06 16:53:36 +00:00
mattias
6d6ed821e8 started package system (packager)
git-svn-id: trunk@3879 -
2003-02-28 10:14:28 +00:00
mattias
e99c69d1ab added synedit to component palette
git-svn-id: trunk@3859 -
2003-02-20 00:44:01 +00:00
mattias
ac8efccb39 reduced lpi size
git-svn-id: trunk@3750 -
2002-12-28 13:26:37 +00:00
mattias
984d2d808b fixed PageIndex
git-svn-id: trunk@3704 -
2002-12-16 23:31:29 +00:00
mattias
3e099a779b fixed mem leak in compiler options
git-svn-id: trunk@3700 -
2002-12-16 09:27:30 +00:00
mattias
45be5148ad started gtk2 interface
git-svn-id: trunk@3695 -
2002-12-15 11:52:28 +00:00
mattias
2649d395a5 added custom compiler options
git-svn-id: trunk@3661 -
2002-11-24 15:05:21 +00:00
mattias
61f6b4695c project now notices, if compiler options changed
git-svn-id: trunk@3644 -
2002-11-16 13:56:20 +00:00
lazarus
c5103d69c8 MG: added smart linking compiler options
git-svn-id: trunk@3632 -
2002-11-13 17:31:08 +00:00
lazarus
f3293cbf80 MG: better description for cutsom components
git-svn-id: trunk@3623 -
2002-11-12 09:14:18 +00:00
lazarus
5e91c393ac MG: added path templates for custom components
git-svn-id: trunk@3622 -
2002-11-11 20:56:16 +00:00
lazarus
17b5d70d0b MG: fixed setting modalresult on hide
git-svn-id: trunk@3533 -
2002-10-22 13:01:20 +00:00
lazarus
4bfe65783c MG: added LCLPlatform to build lazarus dialog
git-svn-id: trunk@3387 -
2002-10-01 15:45:17 +00:00
lazarus
27f7ca3e31 MWE: Applied patch from "Andrew Johnson" <aj_genius@hotmail.com>
Here is the run down of what it includes -

 -Vasily Volchenko's Updated Russian Localizations

 -improvements to GTK Styles/SysColors
 -initial GTK Palette code - (untested, and for now useless)

 -Hint Windows and Modal dialogs now try to stay transient to
  the main program form, aka they stay on top of the main form
  and usually minimize/maximize with it.

 -fixes to Form BorderStyle code(tool windows needed a border)

 -fixes DrawFrameControl DFCS_BUTTONPUSH to match Win32 better
  when flat

 -fixes DrawFrameControl DFCS_BUTTONCHECK to match Win32 better
  and to match GTK theme better. It works most of the time now,
  but some themes, noteably Default, don't work.

 -fixes bug in Bitmap code which broke compiling in NoGDKPixbuf
  mode.

 -misc other cleanups/ fixes in gtk interface

 -speedbutton's should now draw correctly when flat in Win32

 -I have included an experimental new CheckBox(disabled by
  default) which has initial support for cbGrayed(Tri-State),
  and WordWrap, and misc other improvements. It is not done, it
  is mostly a quick hack to test DrawFrameControl
  DFCS_BUTTONCHECK, however it offers many improvements which
  can be seen in cbsCheck/cbsCrissCross (aka non-themed) state.

 -fixes Message Dialogs to more accurately determine
  button Spacing/Size, and Label Spacing/Size based on current
  System font.
 -fixes MessageDlgPos, & ShowMessagePos in Dialogs
 -adds InputQuery & InputBox to Dialogs

 -re-arranges & somewhat re-designs Control Tabbing, it now
  partially works - wrapping around doesn't work, and
  subcontrols(Panels & Children, etc) don't work. TabOrder now
  works to an extent. I am not sure what is wrong with my code,
  based on my other tests at least wrapping and TabOrder SHOULD
  work properly, but.. Anyone want to try and fix?

 -SynEdit(Code Editor) now changes mouse cursor to match
  position(aka over scrollbar/gutter vs over text edit)

 -adds a TRegion property to Graphics.pp, and Canvas. Once I
  figure out how to handle complex regions(aka polygons) data
  properly I will add Region functions to the canvas itself
  (SetClipRect, intersectClipRect etc.)

 -BitBtn now has a Stored flag on Glyph so it doesn't store to
  lfm/lrs if Glyph is Empty, or if Glyph is not bkCustom(aka
  bkOk, bkCancel, etc.) This should fix most crashes with older
  GDKPixbuf libs.

git-svn-id: trunk@3373 -
2002-09-27 20:52:23 +00:00
lazarus
50a2d314da MWE: Applied target OS patch from "Vincent Snijders" <vslist@zonnet.nl>
It addresses two things.
1. Setting a OS_TARGET for building lazarus in the Build Lazarus dialog.
2. Specifying the Target OS in the compiler options dialog.

git-svn-id: trunk@3372 -
2002-09-24 20:10:09 +00:00
lazarus
92a823fa10 MG: applied localization from Vasily
git-svn-id: trunk@3367 -
2002-09-20 07:26:37 +00:00
lazarus
98399ff1a9 MG: TNoteBook now starts with no Page and TPage has no auto names
git-svn-id: trunk@2753 -
2002-08-18 08:53:33 +00:00
lazarus
77fcbcd0dc MG: added a faster version of TXMLConfig
git-svn-id: trunk@1796 -
2002-07-30 06:24:06 +00:00
lazarus
10df9bb62e MG: assembler errors are now shown in output
git-svn-id: trunk@1780 -
2002-07-05 12:34:09 +00:00
lazarus
6c9464c470 MG: updated licenses
git-svn-id: trunk@1668 -
2002-05-10 06:57:51 +00:00
lazarus
d7dc26482d MG: fixed unit path template
git-svn-id: trunk@1619 -
2002-04-20 13:54:07 +00:00
lazarus
dd37880074 MG: added path editor for compiler options
git-svn-id: trunk@1612 -
2002-04-16 08:55:06 +00:00
lazarus
9b66e0abc7 MG: small fixes, cleanups and started event assignment completion
git-svn-id: trunk@1600 -
2002-04-11 08:08:50 +00:00
lazarus
08109d2171 MG: moved search paths to front
git-svn-id: trunk@1541 -
2002-03-23 22:04:24 +00:00
lazarus
2e084658ef MG: find declaration: fixed function in with context
git-svn-id: trunk@1475 -
2002-03-04 07:28:53 +00:00
lazarus
e095b4c22e MG: fixed typo
git-svn-id: trunk@1439 -
2002-02-17 19:02:32 +00:00
lazarus
9fd23c38f4 MG: saving of virtual project files will now save the whole project
git-svn-id: trunk@680 -
2002-02-08 21:08:01 +00:00
lazarus
56daefb58d MG: fixed mem leak FBreakPts
git-svn-id: trunk@673 -
2002-02-07 13:48:47 +00:00
lazarus
83a1947ff0 MG: codetools now know the compiler options
git-svn-id: trunk@670 -
2002-02-06 22:23:15 +00:00