Commit Graph

402 Commits

Author SHA1 Message Date
mattias
b47c197070 updated translations and raised message window on error
git-svn-id: trunk@3805 -
2003-01-14 17:02:50 +00:00
mattias
23e8719afd resource string for about form
git-svn-id: trunk@3801 -
2003-01-13 16:25:00 +00:00
mattias
1e9fc0f4f2 fixed typos
git-svn-id: trunk@3800 -
2003-01-13 16:15:51 +00:00
mattias
4f99bbbbf7 added Windows menu to IDE
git-svn-id: trunk@3782 -
2003-01-04 11:58:32 +00:00
mattias
a71800b3d9 added sort selection
git-svn-id: trunk@3778 -
2003-01-03 12:27:48 +00:00
mattias
47413cf3e4 implemented incremental find and unit usage counts
git-svn-id: trunk@3776 -
2003-01-02 04:33:55 +00:00
mattias
aa746f870e now using SynRegExpr for Find-Replace in IDE
git-svn-id: trunk@3775 -
2003-01-01 17:45:43 +00:00
mattias
b608081566 added form editor options for rubberband and colors
git-svn-id: trunk@3667 -
2002-11-27 14:37:37 +00:00
mattias
565d1935ce applied patch from Vasily
git-svn-id: trunk@3662 -
2002-11-25 11:37:18 +00:00
mattias
784d1092a2 improved icons, started codeexplorer
git-svn-id: trunk@3649 -
2002-11-18 11:01:58 +00:00
lazarus
c5103d69c8 MG: added smart linking compiler options
git-svn-id: trunk@3632 -
2002-11-13 17:31:08 +00:00
lazarus
7a9df7c439 MG: fixed TListView with more than 2 columns
git-svn-id: trunk@3625 -
2002-11-12 13:16:04 +00:00
lazarus
60beece58e MG: added environment files checks
git-svn-id: trunk@3615 -
2002-11-07 18:04:34 +00:00
lazarus
92e2f6aee5 MG: added publish project
git-svn-id: trunk@3501 -
2002-10-13 09:35:38 +00:00
lazarus
e0dc10c4c1 MG: renamed general options to enviroment options
git-svn-id: trunk@3487 -
2002-10-08 17:57:08 +00:00
lazarus
b994b97f19 MG: added backup options help note
git-svn-id: trunk@3486 -
2002-10-08 17:55:57 +00:00
lazarus
30d94f5301 MG: added editor option Mouse Links
git-svn-id: trunk@3481 -
2002-10-07 21:15:44 +00:00
lazarus
cfaaa10ef0 MG: codecompletion: added ForwardProcInsertPolicies
git-svn-id: trunk@3472 -
2002-10-06 09:03:28 +00:00
lazarus
25d5234def MG: fixed jumping history
git-svn-id: trunk@3449 -
2002-10-02 20:30:28 +00:00
lazarus
cdc4491fb2 MG: accelerated unitdependencies
git-svn-id: trunk@3448 -
2002-10-02 16:16:40 +00:00
lazarus
367fd82678 MG: fixed frozen selection in designer on sizing
git-svn-id: trunk@3444 -
2002-10-02 07:56:23 +00:00
lazarus
aeaef506fa MG: renamed close all
git-svn-id: trunk@3376 -
2002-09-30 09:35:15 +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
093d68ba1a MG: renamed designerstr.pas to objinspstrconsts.pas
git-svn-id: trunk@3351 -
2002-09-16 14:46:05 +00:00
lazarus
70ffadd093 MG: added localization from Vasily
git-svn-id: trunk@3349 -
2002-09-16 06:44:08 +00:00
lazarus
7c2bb90b7b MG: added uni dependencies
git-svn-id: trunk@3339 -
2002-09-14 07:05:15 +00:00
lazarus
db0cda01e8 Fix designer initialization.
git-svn-id: trunk@3335 -
2002-09-13 14:06:19 +00:00
lazarus
e18c37b2a4 Cleanups, extended TStatusBar, graphic control cleanups.
git-svn-id: trunk@3334 -
2002-09-13 11:49:47 +00:00
lazarus
a8acebb11a MG: fixed memcheck output
git-svn-id: trunk@3331 -
2002-09-13 08:11:46 +00:00
lazarus
621924577e MG: added CVS keywords
git-svn-id: trunk@3325 -
2002-09-11 13:19:56 +00:00
lazarus
60c0bf0cd4 MG: added insert ChangeLog Entry
git-svn-id: trunk@3324 -
2002-09-11 12:18:21 +00:00
lazarus
4b76f93f27 MG: added insert Username and Datetime
git-svn-id: trunk@3323 -
2002-09-11 12:05:46 +00:00
lazarus
8c87999185 MG: added insert GPL notice
git-svn-id: trunk@3322 -
2002-09-11 11:31:23 +00:00
lazarus
fb202ba0fe MG: added selection menu items
git-svn-id: trunk@3321 -
2002-09-11 08:32:56 +00:00
lazarus
10a697c44d MG: added new project from file
git-svn-id: trunk@3316 -
2002-09-10 18:17:31 +00:00
lazarus
939e1f6074 Intermediate UI patch to show a bug.
git-svn-id: trunk@3279 -
2002-09-03 20:02:01 +00:00
lazarus
d15ec403d8 MG: fixed editing empty resources
git-svn-id: trunk@2748 -
2002-08-18 08:53:28 +00:00
lazarus
d5f0ff7d47 MG: custom external tools are now shown in the menu
git-svn-id: trunk@1846 -
2002-08-16 20:13:09 +00:00
lazarus
9edfb60be4 MG: added Un-/Comment Selection
git-svn-id: trunk@1845 -
2002-08-16 19:00:56 +00:00
lazarus
32cf125f6a MG: added tool: Convert DFM file to LFM
git-svn-id: trunk@1806 -
2002-07-31 15:21:52 +00:00
lazarus
f51257b9c9 MG: reduced output
git-svn-id: trunk@1790 -
2002-07-22 18:25:12 +00:00
lazarus
3a4fe1163d MG: added Revert
git-svn-id: trunk@1782 -
2002-07-06 06:37:06 +00:00
lazarus
04cb1f713a MG: added handling of invalid programnamnes on save project
git-svn-id: trunk@1778 -
2002-07-05 10:32:44 +00:00
lazarus
6510417783 MG: fixed unreleased gdiobjects on printing cmd line help
git-svn-id: trunk@1777 -
2002-07-05 09:36:45 +00:00
lazarus
c6cf9cfbda MG: added Tabs To Spaces in Selection
git-svn-id: trunk@1766 -
2002-06-28 06:34:56 +00:00
lazarus
bac9463593 MG: added new tool: Guess misplaced $IFDEF/$ENDIF
git-svn-id: trunk@1761 -
2002-06-26 15:11:09 +00:00
lazarus
81cc26790e MG: added upper/lowercase selection
git-svn-id: trunk@1752 -
2002-06-13 18:37:49 +00:00
lazarus
6c9464c470 MG: updated licenses
git-svn-id: trunk@1668 -
2002-05-10 06:57:51 +00:00
lazarus
9f6e67ba6f MWE:
+ Added view callstack menu item

git-svn-id: trunk@1653 -
2002-04-30 15:01:06 +00:00
lazarus
3cb9d2fdec MG: started internationalization of IDE
git-svn-id: trunk@1571 -
2002-03-29 23:22:22 +00:00