Commit Graph

397 Commits

Author SHA1 Message Date
mattias
12180be05d improved ExtTxtOut: support for char dist array
git-svn-id: trunk@2365 -
2002-08-17 23:41:18 +00:00
mattias
41923f209b double byte char font started
git-svn-id: trunk@2340 -
2002-08-17 23:41:17 +00:00
mattias
09d4639c89 implemented fsUnderLine for ExtTextOut for gtk
git-svn-id: trunk@2337 -
2002-08-17 23:41:16 +00:00
mattias
19b1eab0d1 added syneditregexsearch.pas
git-svn-id: trunk@2324 -
2002-08-17 23:41:15 +00:00
mattias
3846081d6f fixed vertical cursor movement and tab chars in line
git-svn-id: trunk@2309 -
2002-08-17 23:41:14 +00:00
mattias
47a89f2b2c applied patch from Vasily
git-svn-id: trunk@2287 -
2002-08-17 23:41:13 +00:00
mattias
5473bf6a6f add synmemo.pas syneditplugins.pas synmacrorecorder.pas
git-svn-id: trunk@2282 -
2002-08-17 23:41:12 +00:00
lazarus
df2cfbb671 MG: improved lastmouse caret on focus change
git-svn-id: trunk@2265 -
2002-08-17 23:41:11 +00:00
lazarus
33316c1e30 MG: impoved focussing, unfocussing on destroy and fixed unit search
git-svn-id: trunk@2244 -
2002-08-17 23:41:10 +00:00
lazarus
41e91ac873 MG: fixed synedit dragging without mousecapture
git-svn-id: trunk@2231 -
2002-08-17 23:41:09 +00:00
lazarus
80099ed5b1 MG: fixed gutter click
git-svn-id: trunk@2222 -
2002-08-17 23:41:08 +00:00
lazarus
5af6c6bb06 MG: completion now replaces the whole word when key without Shift
git-svn-id: trunk@2200 -
2002-08-17 23:41:07 +00:00
lazarus
41a09504d9 MG: changed synedit default background color to white
git-svn-id: trunk@2191 -
2002-08-17 23:41:06 +00:00
lazarus
bd91f45a43 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@2183 -
2002-08-17 23:41:05 +00:00
lazarus
0c825a7d38 MG: added patch from Andrew
git-svn-id: trunk@2167 -
2002-08-17 23:41:04 +00:00
lazarus
03c4dc9b8f MG: added insert Username and Datetime
git-svn-id: trunk@2162 -
2002-08-17 23:41:03 +00:00
mattias
af2d20c20c fixes for htmllite
git-svn-id: trunk@2160 -
2002-08-17 23:41:03 +00:00
lazarus
639d8eab21 MG: added selection menu items
git-svn-id: trunk@2155 -
2002-08-17 23:41:02 +00:00
lazarus
2bcf2ca00e MG: implemented BlockIndent for synedit
git-svn-id: trunk@2138 -
2002-08-17 23:41:01 +00:00
lazarus
3eebaf9ca8 MG: fixed bracket hilighting on lines with tabs
git-svn-id: trunk@2134 -
2002-08-17 23:41:00 +00:00
lazarus
1f576f48df MG: fixed right margin on non text area
git-svn-id: trunk@2125 -
2002-08-17 23:40:59 +00:00
lazarus
c6b0c62f81 New dialog for multiline caption of TCustomLabel.
Prettified TStrings property editor.
Memo now has automatic scrollbars (not fully working), WordWrap and Scrollbars property
Removed saving of old combo text (it broke things and is not needed). Cleanups.

git-svn-id: trunk@2114 -
2002-08-17 23:40:58 +00:00
lazarus
a76d248945 MG: double, triple and quad clicks now works
git-svn-id: trunk@2107 -
2002-08-17 23:40:57 +00:00
lazarus
96ed28e545 MG: added if oldvalue=newvalue then exit; line to codecompletion
git-svn-id: trunk@2103 -
2002-08-17 23:40:56 +00:00
lazarus
75c82f7d1c MG: right margin is now under the text
git-svn-id: trunk@2093 -
2002-08-17 23:40:55 +00:00
lazarus
4db87724b3 MG: fixed bracket hilighting
git-svn-id: trunk@2085 -
2002-08-17 23:40:54 +00:00
lazarus
d536c331cd MG: from Andrew: style list fixes, autosize for radio/checkbtns
git-svn-id: trunk@2079 -
2002-08-17 23:40:53 +00:00
lazarus
7532adc77b MG: implemented Ctrl+Mouse links in source editor
git-svn-id: trunk@2074 -
2002-08-17 23:40:52 +00:00
lazarus
75e07c0f7f MG: freeing more unused GCs
git-svn-id: trunk@2068 -
2002-08-17 23:40:51 +00:00
lazarus
126f9199ff MG: fixed bracket hilighting
git-svn-id: trunk@2063 -
2002-08-17 23:40:50 +00:00
lazarus
75c22d6137 MG: accelerated synedit
git-svn-id: trunk@2060 -
2002-08-17 23:40:49 +00:00
lazarus
2a2e84fe6c MG: accelerations for synedit
git-svn-id: trunk@2052 -
2002-08-17 23:40:48 +00:00
lazarus
c852a0b4f1 MG: designer: right click selects component before popup
git-svn-id: trunk@2003 -
2002-08-17 23:40:35 +00:00
lazarus
f4c9bc475a MG: fixed codetools proc collection
git-svn-id: trunk@1957 -
2002-08-17 23:40:23 +00:00
lazarus
44db1cb51c MG: removed interfaces
git-svn-id: trunk@1954 -
2002-08-17 23:40:23 +00:00
lazarus
6be96de0d3 MG: removed ClientRectBugfix defines
git-svn-id: trunk@1850 -
2002-08-17 15:45:36 +00:00
lazarus
b205696671 MG: fixed find declaration of predefined idents
git-svn-id: trunk@1838 -
2002-08-09 19:28:29 +00:00
lazarus
0e368232da MG: codecompletion now checks for filebreaks, savefile now checks for filedate
git-svn-id: trunk@1828 -
2002-08-07 09:55:31 +00:00
lazarus
3ee9c1fab9 MG: fixed CodeCompletion of STORED property functions
git-svn-id: trunk@1825 -
2002-08-06 19:58:45 +00:00
lazarus
14ab179665 MG: fixed xml reading writing of special chars
git-svn-id: trunk@1817 -
2002-08-04 07:44:44 +00:00
lazarus
51d1f6e57c MG: added file access monitoring and diff view
git-svn-id: trunk@1815 -
2002-08-03 14:30:41 +00:00
lazarus
f451b0d701 MG: reduced output
git-svn-id: trunk@1809 -
2002-08-01 08:06:27 +00:00
lazarus
4303baa2cc MG: added file access monitoring for hidden files
git-svn-id: trunk@1807 -
2002-07-31 15:33:09 +00:00
lazarus
c4895bad37 MG: scanner will now give an error if a comment is not closed
git-svn-id: trunk@1803 -
2002-07-31 11:43:38 +00:00
lazarus
eda6857479 MG: scanner now understands $IF defined(identifier)
git-svn-id: trunk@1802 -
2002-07-31 09:18:50 +00:00
lazarus
cdbfb43a99 MG: fixed undefined editor topline on codetool error
git-svn-id: trunk@1801 -
2002-07-31 09:00:05 +00:00
lazarus
c0f9ddd6a6 MG: started DelphiObjectBinaryToText
git-svn-id: trunk@1800 -
2002-07-31 07:15:39 +00:00
lazarus
5375d0fe35 MG: started File Access Monitoring for hidden files
git-svn-id: trunk@1799 -
2002-07-31 06:52:18 +00:00
lazarus
d6179ecfc5 MG: replaced FileDate with LoadDate
git-svn-id: trunk@1798 -
2002-07-30 15:56:45 +00:00
lazarus
d395762f08 MG: accelerated xmlread and xmlwrite
git-svn-id: trunk@1797 -
2002-07-30 14:36:28 +00:00