Commit Graph

3381 Commits

Author SHA1 Message Date
lazarus
fad8013ae7 MG: added part of project list to project
git-svn-id: trunk@3381 -
2002-09-30 23:45:58 +00:00
lazarus
8ff0fe458f MG: added part of project list to project
git-svn-id: trunk@3380 -
2002-09-30 23:41:00 +00:00
lazarus
ad45819dff MG: fixed flickering of modal forms
git-svn-id: trunk@3379 -
2002-09-30 20:19:12 +00:00
lazarus
767b978afa MG: added file checks
git-svn-id: trunk@3378 -
2002-09-30 19:19:01 +00:00
lazarus
fc096bf64a MG: accelerated xmlwriter
git-svn-id: trunk@3377 -
2002-09-30 11:01:43 +00:00
lazarus
aeaef506fa MG: renamed close all
git-svn-id: trunk@3376 -
2002-09-30 09:35:15 +00:00
lazarus
df7fc46334 MWE: Applied patch from "Andrew Johnson" <aj_genius@hotmail.com>
Patch includes:
    -fixes Problems with hiding modal forms
    -temporarily fixes TCustomForm.BorderStyle in bsNone
    -temporarily fixes problems with improper tabbing in TSynEdit

git-svn-id: trunk@3375 -
2002-09-29 15:08:38 +00:00
lazarus
24f1528f15 MWE: Woops, forgot one file of "Andrew Johnson" <aj_genius@hotmail.com>'s
patch

git-svn-id: trunk@3374 -
2002-09-27 21:31:02 +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
aa4633fc58 MG: fixed TPanel and Frame3D
git-svn-id: trunk@3371 -
2002-09-20 13:11:11 +00:00
lazarus
23fac992bf MG: added Move Page Left/Right for sourcenotebook
git-svn-id: trunk@3370 -
2002-09-20 11:40:07 +00:00
lazarus
652ff7ba3f MG: accelerated xml
git-svn-id: trunk@3369 -
2002-09-20 09:27:47 +00:00
lazarus
3443807a79 MG: workaround for TBinaryObjectWriter till we announce the new compiler
git-svn-id: trunk@3368 -
2002-09-20 08:36:42 +00:00
lazarus
92a823fa10 MG: applied localization from Vasily
git-svn-id: trunk@3367 -
2002-09-20 07:26:37 +00:00
lazarus
9fe39dbb20 MG: fixed outputfilter for lines without newline chars
git-svn-id: trunk@3366 -
2002-09-19 21:21:47 +00:00
lazarus
e77897d318 MG: accelerated designer rubberband drawings
git-svn-id: trunk@3365 -
2002-09-19 20:10:36 +00:00
lazarus
36aa55523f MG: accelerated designer drawings
git-svn-id: trunk@3364 -
2002-09-19 19:56:13 +00:00
lazarus
e940f8c711 MG: fixed Menu.Free and gdkwindow=nil bug
git-svn-id: trunk@3363 -
2002-09-19 16:45:54 +00:00
lazarus
7460fce057 MG: implemented IgnoreErrorAfter position for codetools
git-svn-id: trunk@3362 -
2002-09-19 14:53:38 +00:00
lazarus
e4c398a208 MG: added patch from Andrew
git-svn-id: trunk@3361 -
2002-09-18 17:07:30 +00:00
lazarus
74af27a012 MG: fixed creating project from file
git-svn-id: trunk@3360 -
2002-09-17 22:19:36 +00:00
lazarus
6b3a527af4 MG: accelerated designer mouse move and added Delete Selection to designer popupmenu
git-svn-id: trunk@3359 -
2002-09-17 21:33:16 +00:00
lazarus
ad15b496f4 MG: fixed mem leak in TComboBox
git-svn-id: trunk@3358 -
2002-09-16 17:34:37 +00:00
lazarus
a56486e371 MG: reduced output
git-svn-id: trunk@3357 -
2002-09-16 17:19:05 +00:00
lazarus
3d855574b7 MG: fixed mem leak of componentinterfaces
git-svn-id: trunk@3356 -
2002-09-16 17:17:53 +00:00
lazarus
837b1b4d6d MG: fixed mem leak in JITForms
git-svn-id: trunk@3355 -
2002-09-16 17:05:01 +00:00
lazarus
d3f24412e6 MG: fixed mem leak in TPixmap
git-svn-id: trunk@3354 -
2002-09-16 16:18:50 +00:00
lazarus
6f512029ae MG: replaced halt with raiseexception
git-svn-id: trunk@3353 -
2002-09-16 16:06:21 +00:00
lazarus
37611d322b MG: fixed calling DestroyHandle if not HandleAllocated
git-svn-id: trunk@3352 -
2002-09-16 15:42:17 +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
c10b07e7b0 MG: gtk mlouse events can now be fetched before or after
git-svn-id: trunk@3350 -
2002-09-16 08:54:03 +00:00
lazarus
70ffadd093 MG: added localization from Vasily
git-svn-id: trunk@3349 -
2002-09-16 06:44:08 +00:00
lazarus
deecb51f4b MG: fixed selection
git-svn-id: trunk@3348 -
2002-09-15 13:00:15 +00:00
lazarus
ae98336c93 MG: fixed keymapping of none
git-svn-id: trunk@3347 -
2002-09-14 20:05:14 +00:00
lazarus
7ec8c949c3 MG: double click on unit dependencies now opens the file
git-svn-id: trunk@3346 -
2002-09-14 17:27:46 +00:00
lazarus
ad021fe58e MG: unnit dependencies basically working
git-svn-id: trunk@3345 -
2002-09-14 17:04:24 +00:00
lazarus
51491d262f MG: added Refresh to Unit Dependencies
git-svn-id: trunk@3344 -
2002-09-14 16:00:28 +00:00
lazarus
78911bbec5 MG: fixed icons
git-svn-id: trunk@3343 -
2002-09-14 14:47:41 +00:00
lazarus
4be5bbcd27 MG: added icons to unitdependencies
git-svn-id: trunk@3342 -
2002-09-14 12:35:59 +00:00
lazarus
1d4aa7e976 MG: added expanding to unit dependencies
git-svn-id: trunk@3341 -
2002-09-14 10:39:40 +00:00
lazarus
44e3418b75 MG: added TListView notification from Vincent
git-svn-id: trunk@3340 -
2002-09-14 08:38:06 +00:00
lazarus
7c2bb90b7b MG: added uni dependencies
git-svn-id: trunk@3339 -
2002-09-14 07:05:15 +00:00
lazarus
75eead7d4a MG: fixed russian translation
git-svn-id: trunk@3338 -
2002-09-14 06:52:55 +00:00
lazarus
5aab225599 MG: removed the 1x1 bitmap from TBitBtn
git-svn-id: trunk@3337 -
2002-09-13 16:58:27 +00:00
lazarus
c7aeefd819 Reverting statusbar changes.
git-svn-id: trunk@3336 -
2002-09-13 16:07:20 +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
6a4f25e1c6 MG: aded memcheck diff
git-svn-id: trunk@3333 -
2002-09-13 08:26:02 +00:00
lazarus
9e033cc12d MG: aded memcheck diff
git-svn-id: trunk@3332 -
2002-09-13 08:23:11 +00:00