Commit Graph

20105 Commits

Author SHA1 Message Date
paul
da300289b7 gtk: protect themeservices from empty rect
git-svn-id: trunk@20391 -
2009-06-04 02:10:23 +00:00
paul
f18b730234 lcl: fix TButtonPanel in design time (more buttons disappeared with ok/cancel buttons)
git-svn-id: trunk@20390 -
2009-06-04 02:09:40 +00:00
martin
e2ce0db6bc EditorOptions/Mouse: added extra option; Full line select (issue #12302) / Mouselink on middle btn (issue #1878)
git-svn-id: trunk@20389 -
2009-06-04 01:18:42 +00:00
martin
82dd786de7 Fixed Mouse action / Ensure defaults are created
git-svn-id: trunk@20388 -
2009-06-03 23:42:31 +00:00
martin
6f5ec9cb32 Fixed Mouse action for SynMemo issue #13902
git-svn-id: trunk@20387 -
2009-06-03 23:25:06 +00:00
martin
74c1e17f0b EditorOptions/Mouse: Cleanup
git-svn-id: trunk@20386 -
2009-06-03 23:12:09 +00:00
martin
c97984671d EditorOptions/Mouse: Cleanup / Renamed unit
git-svn-id: trunk@20385 -
2009-06-03 23:02:17 +00:00
martin
2000315a22 EditorOptions/Mouse: Cleanup / Resize Grid
git-svn-id: trunk@20384 -
2009-06-03 22:29:33 +00:00
mattias
8f78d9aa6a codetools: complete block: checking for end., bug #13895
git-svn-id: trunk@20383 -
2009-06-03 21:34:04 +00:00
martin
596cf9c261 Editor options / mouse conf: added help
git-svn-id: trunk@20382 -
2009-06-03 20:12:12 +00:00
martin
c7ba14b266 Fix for 64 bit compilation
git-svn-id: trunk@20381 -
2009-06-03 18:39:22 +00:00
martin
756467e902 File now contains the "auto generated" note, to avoid SVN seeing it as modified (since Lazarus keeps adding the note)
git-svn-id: trunk@20380 -
2009-06-03 18:18:28 +00:00
martin
485e5c2c90 SourceEditor: Introduced Selection-Toggle-Comments issue #13824 and redone old Set/Unset Comment. Based on a patch by Flávio Etrusco
git-svn-id: trunk@20379 -
2009-06-03 18:06:25 +00:00
mattias
cb61eaabf5 codetools: added more indentation examples
git-svn-id: trunk@20378 -
2009-06-03 17:14:42 +00:00
mattias
552a63960f codetools: local var assignment completion: address operator
git-svn-id: trunk@20377 -
2009-06-03 17:10:17 +00:00
mattias
807dd50588 codetools: adding units: when no related found and uipBehindRelated: add as last, bug #13899
git-svn-id: trunk@20376 -
2009-06-03 16:27:32 +00:00
martin
5995a87130 Editor options / mouse conf: fixed column resizing, columns did disappear
git-svn-id: trunk@20375 -
2009-06-03 14:23:37 +00:00
vincents
aabad6948d lazbuild: always build itself with the nogui widget set, so that it can be run from the command line without X (issue #13682)
git-svn-id: trunk@20374 -
2009-06-03 14:22:07 +00:00
martin
0f1e6bfc08 Editor options / mouse conf: fixed column resizing, columns did disappear
git-svn-id: trunk@20373 -
2009-06-03 13:59:22 +00:00
martin
a635ac62cf SynEdit: Added configuration for mouse behaviour / Fix Gutter ContextMenu on left button
git-svn-id: trunk@20372 -
2009-06-03 13:49:40 +00:00
martin
40045494d3 Removing BOM from files, to stop svn from thinking they are modified
git-svn-id: trunk@20371 -
2009-06-03 13:45:35 +00:00
martin
b4e9932523 SynEdit: Added configuration for mouse behaviour / Deal with deprecated otpion "dbl click selects line"
git-svn-id: trunk@20370 -
2009-06-03 13:31:49 +00:00
dodi
b6cf28a955 dockmanager example: start package
git-svn-id: trunk@20369 -
2009-06-03 13:05:17 +00:00
martin
4b73160afa Editor options / mouse conf: allow double click, to edit
git-svn-id: trunk@20368 -
2009-06-03 11:49:54 +00:00
dodi
144b067c3e dockmanager example: cleanup workarounds for fixed bugs/features.
Controls now preserve their designed sizes.

git-svn-id: trunk@20367 -
2009-06-03 10:12:13 +00:00
paul
e24d4d50d0 lcl: store loaded height and width to use to float control for the first time
git-svn-id: trunk@20366 -
2009-06-03 06:26:23 +00:00
paul
72c3e1a908 gtk2: don't use GtkFrame for TScrollingWinControl since GtkScrolledWindow can draw shadow itself (fixes also #0013892)
git-svn-id: trunk@20365 -
2009-06-03 01:45:21 +00:00
paul
d5c602d182 ide: fix anchors of editor codefolding mouse options frame
git-svn-id: trunk@20364 -
2009-06-03 01:11:17 +00:00
paul
15b604110f ide: fix groupbox caption in editor mouse fold options
git-svn-id: trunk@20363 -
2009-06-03 01:08:00 +00:00
paul
c863918ea7 ide: editor mouse action options
- use TButtonPanel instead of 2 TButton
  - fix layout (remove unneeded panel, reanchor everything)
  - fix taborder

git-svn-id: trunk@20362 -
2009-06-03 01:01:20 +00:00
paul
03e10e90a4 ide: fix anchors for few new option frames, add them to the lazarus.lpi
git-svn-id: trunk@20361 -
2009-06-03 00:42:10 +00:00
martin
e1b137ff44 Editor options / mouse conf: fixed a typo, looked bad under gtk, was ok for windows
git-svn-id: trunk@20360 -
2009-06-02 22:02:31 +00:00
martin
7bde133acd SynEdit: Added configuration for mouse behaviour / Fix Gutter ContextMenu
git-svn-id: trunk@20359 -
2009-06-02 21:54:42 +00:00
martin
6e2bbfb0a1 SynEdit: Added configuration for mouse behaviour / Fix Gutter ContextMenu
git-svn-id: trunk@20358 -
2009-06-02 21:46:12 +00:00
martin
52b9334051 SynEdit: Added configuration for mouse behaviour / Ad ContextMenu
git-svn-id: trunk@20357 -
2009-06-02 21:35:01 +00:00
jesus
887eb89253 IDE, fixed compile for x86_64
git-svn-id: trunk@20356 -
2009-06-02 20:25:35 +00:00
mattias
07befde5d3 clean up
git-svn-id: trunk@20355 -
2009-06-02 19:12:05 +00:00
martin
381b2b03d6 SynEdit: Added configuration for mouse behaviour / Fix "No Action" in dropdown
git-svn-id: trunk@20354 -
2009-06-02 18:21:11 +00:00
martin
8bca8c909b SynEdit: Added configuration for mouse behaviour Issue #1878, Issue #8603, see http://wiki.lazarus.freepascal.org/Editor_Options_Mouse
git-svn-id: trunk@20353 -
2009-06-02 18:11:47 +00:00
ask
49c5c9dbeb TAChart: Use Font.Orientation instead of Angle for axis titles
git-svn-id: trunk@20352 -
2009-06-02 14:01:37 +00:00
ask
03fb819137 TAChart: Draw grid with dotted lines by default
git-svn-id: trunk@20351 -
2009-06-02 13:46:45 +00:00
ask
a5d26d6883 TAChart: Meaningful axis captions in AxisList editor
git-svn-id: trunk@20350 -
2009-06-02 13:41:29 +00:00
paul
c96351a2e3 tools: fix xpm to png compilation
git-svn-id: trunk@20349 -
2009-06-02 13:32:35 +00:00
paul
c8d72d2c31 gtk: don't use GtkFrame for TFrame (maybe fixes #0013892)
git-svn-id: trunk@20348 -
2009-06-02 13:04:31 +00:00
ask
8933c18a9f TAChart: Draw multiple axises with arbitrary alignments
* Move axis drawing to TChartAxis, break it into smaller procedures

git-svn-id: trunk@20347 -
2009-06-02 12:53:49 +00:00
paul
300a1514ea lcl: cleanup, formatting
git-svn-id: trunk@20346 -
2009-06-02 12:46:51 +00:00
vincents
da1981f793 components: fpweb: added a lot of examples by Attila Borka
git-svn-id: trunk@20345 -
2009-06-02 09:59:12 +00:00
paul
68de0cfb07 ide: increase size for slitters in codetools defines editor and preview dialogs
git-svn-id: trunk@20344 -
2009-06-02 08:48:16 +00:00
paul
8ed9eb8aba ide: use editor font in the path editor
git-svn-id: trunk@20343 -
2009-06-02 08:35:40 +00:00
paul
41f819d8ed ide: path editor: fix layout and use TButtonPanel
git-svn-id: trunk@20342 -
2009-06-02 08:23:15 +00:00