Commit Graph

719 Commits

Author SHA1 Message Date
lazarus
af1191cb94 MG: fixed mouse coords and fixed mouse clicked thru bug
git-svn-id: trunk@719 -
2002-02-09 01:45:46 +00:00
lazarus
c4805b1ced MG: fixed persistent caret and implemented Form.BorderStyle=bsNone
git-svn-id: trunk@718 -
2002-02-09 01:45:45 +00:00
lazarus
2ab4322524 MG: fixed window jumping
git-svn-id: trunk@717 -
2002-02-09 01:45:44 +00:00
lazarus
2dc287881d MG: added close buttons and images to TNoteBook and close buttons to source editor
git-svn-id: trunk@716 -
2002-02-09 01:45:43 +00:00
lazarus
f6fe2f1c96 MG: goto bookmark now centers the cursor line
git-svn-id: trunk@715 -
2002-02-09 01:45:42 +00:00
lazarus
e00b19de22 MG: gtk HandleEvents will now process all pending events
git-svn-id: trunk@714 -
2002-02-09 01:45:41 +00:00
lazarus
018db1d173 MG: small fixes to reduce form repositioing
git-svn-id: trunk@713 -
2002-02-09 01:45:40 +00:00
lazarus
7a0d8bedc1 MG: fixed LM_SetItemIndex gtk warning
git-svn-id: trunk@712 -
2002-02-09 01:45:39 +00:00
lazarus
ebb6650c8b MG: fixed fonts in XLFD format and styles
git-svn-id: trunk@711 -
2002-02-09 01:45:38 +00:00
lazarus
ccf9d4126e MG: improved TFont for XLFD font names
git-svn-id: trunk@710 -
2002-02-09 01:45:37 +00:00
lazarus
3c2076c235 MG: deactivated new system colors, till we got a consistent solution
git-svn-id: trunk@709 -
2002-02-09 01:45:36 +00:00
lazarus
fc960176b5 MG: added filters and history to TOpenDialog
git-svn-id: trunk@708 -
2002-02-09 01:45:35 +00:00
lazarus
c01f8413a1 MG: improved TCommon/File/OpenDialog, fixed TListView scrolling and broder
git-svn-id: trunk@707 -
2002-02-09 01:45:34 +00:00
lazarus
b0c70834c4 MG: added gtk rc file support and started stule dependent syscolors
git-svn-id: trunk@706 -
2002-02-09 01:45:33 +00:00
lazarus
4a11d8de0c MG: added scrollbars for TListView
git-svn-id: trunk@705 -
2002-02-09 01:45:32 +00:00
lazarus
aa4255229b MG: started mouse bugfix and completed Makefile.fpc
git-svn-id: trunk@704 -
2002-02-09 01:45:31 +00:00
lazarus
b42094816b MG: fixed TForm ShowHide repositioning
git-svn-id: trunk@703 -
2002-02-09 01:45:30 +00:00
lazarus
fcddafbdae MG: added TMainMenu.Parent
git-svn-id: trunk@702 -
2002-02-09 01:45:29 +00:00
lazarus
dca418f7d3 MG: fixed form positioning when show, hide, show
git-svn-id: trunk@701 -
2002-02-09 01:45:28 +00:00
lazarus
7ead1ebab0 MG: fixed client rectangles, TRadioGroup, RecreateWnd
git-svn-id: trunk@700 -
2002-02-09 01:45:27 +00:00
lazarus
c46005a27a MG: client rect bugs nearly completed
git-svn-id: trunk@699 -
2002-02-09 01:45:26 +00:00
lazarus
570262d230 MG: changed license to LGPL
git-svn-id: trunk@698 -
2002-02-09 01:45:25 +00:00
lazarus
1b5722cf8b MG: further clientrect bugfixes
git-svn-id: trunk@697 -
2002-02-09 01:45:24 +00:00
lazarus
dce090aa27 MG: replaced logo, increased version to 0.8.3a and some clientrectbugfix
git-svn-id: trunk@696 -
2002-02-09 01:45:23 +00:00
lazarus
9552e6c3d1 MG: find declaration for delphi pointer shortcut and clientrect tricks
git-svn-id: trunk@695 -
2002-02-09 01:45:22 +00:00
lazarus
fa7d4c0348 MG: fixed find declaration of default properties
git-svn-id: trunk@694 -
2002-02-09 01:45:21 +00:00
lazarus
e4f8add4fa MG: fixed window shrinking
git-svn-id: trunk@693 -
2002-02-09 01:45:20 +00:00
lazarus
cebd8c957b MG: improved clean up
git-svn-id: trunk@692 -
2002-02-09 01:45:19 +00:00
lazarus
a8d1056a85 Added Triple Click
Shane

git-svn-id: trunk@691 -
2002-02-09 01:45:18 +00:00
lazarus
7519581e32 MWE:
* Cleanup in lmessages
  * Added Listview selection and notification events
  + introduced commctrl

git-svn-id: trunk@690 -
2002-02-09 01:45:17 +00:00
lazarus
192648a20c GTK Cleanup
Shane

git-svn-id: trunk@689 -
2002-02-09 01:45:16 +00:00
lazarus
f9837a2c2d Removed FOCUSIN messages
Removed Bitbtn created message
Shane

git-svn-id: trunk@688 -
2002-02-09 01:45:15 +00:00
lazarus
33ed59075b Bug fix for Mattias.
Fixed spinedit so you can now get the value and set the value.
Shane

git-svn-id: trunk@687 -
2002-02-09 01:45:14 +00:00
lazarus
bdf8fb50ca Constraints implementation (first cut) and sizig - moving system rework to
better match Delphi/Kylix way of doing things (the existing implementation
worked by acident IMHO :-)

git-svn-id: trunk@686 -
2002-02-09 01:45:13 +00:00
lazarus
8b07b4a5da MWE:
* More delphi compatibility added/updated to TListView
  * Introduced TDebugger.locals
  * Moved breakpoints dialog to debugger dir
  * Changed breakpoints dialog to read from resource

git-svn-id: trunk@685 -
2002-02-09 01:45:12 +00:00
lazarus
dab88d18cc MWE:
* Made TListview more Delphi compatible
  * Did some cleanup

git-svn-id: trunk@684 -
2002-02-09 01:45:11 +00:00
lazarus
4a3eccc415 Minor tweaks, default font caching.
git-svn-id: trunk@683 -
2002-02-09 01:45:10 +00:00
lazarus
170fc3c261 Implented TMenuItem.ShortCut (not much tested).
git-svn-id: trunk@682 -
2002-02-09 01:45:09 +00:00
lazarus
66346b39ca MG: fixed resizing of object inspector
git-svn-id: trunk@681 -
2002-02-08 21:27: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
a1a5972d5e MG: added codetools options
git-svn-id: trunk@679 -
2002-02-08 16:45:09 +00:00
lazarus
284d6555a1 Keith: Fixed form size for listviewtest.pp, kind changing for scrollbar.pp
git-svn-id: trunk@678 -
2002-02-08 00:44:06 +00:00
lazarus
0f315a6dbc MG: marked project define node as AutoGenerated
git-svn-id: trunk@677 -
2002-02-07 18:55:26 +00:00
lazarus
4d0e01f266 MG: added TDefineTemplateFlags
git-svn-id: trunk@676 -
2002-02-07 18:54:26 +00:00
lazarus
71a79b9049 MG: added TTransferMacroFlags
git-svn-id: trunk@675 -
2002-02-07 18:32:46 +00:00
lazarus
d2f2b01edc MG: fixed deactivating hints
git-svn-id: trunk@674 -
2002-02-07 18:19:01 +00:00
lazarus
56daefb58d MG: fixed mem leak FBreakPts
git-svn-id: trunk@673 -
2002-02-07 13:48:47 +00:00
lazarus
b7936d01ca MG: added BaseTypeCache
git-svn-id: trunk@672 -
2002-02-07 13:47:58 +00:00
lazarus
ae9eee5b17 Keith: Fixed persistent label captions and a few less noticable things
git-svn-id: trunk@671 -
2002-02-07 08:35:13 +00:00
lazarus
83a1947ff0 MG: codetools now know the compiler options
git-svn-id: trunk@670 -
2002-02-06 22:23:15 +00:00