Commit Graph

23282 Commits

Author SHA1 Message Date
mattias
e0e663c441 lazarus.lpi: using anstrings, bug #15685
git-svn-id: trunk@23646 -
2010-02-05 16:23:31 +00:00
martin
d9fc2ac6e7 SynEdit: Replacing BlockMode selection now inserts in BlockMode too
SourceEditor: Fix upper/LowerCase Selection for Blockmode, Issue #15626

git-svn-id: trunk@23645 -
2010-02-05 16:23:06 +00:00
mattias
f4b1d030b0 clean up
git-svn-id: trunk@23644 -
2010-02-05 16:22:49 +00:00
mattias
9c28757ec7 aggpas: clean up
git-svn-id: trunk@23643 -
2010-02-05 16:22:18 +00:00
paul
b03519c353 ide: remove packages\frames from the project paths
git-svn-id: trunk@23642 -
2010-02-05 13:56:28 +00:00
zeljko
91dd2d7e40 Qt: fix for TQtCalendar wrong event order OnClick()->OnChange(), becomes OnChange()->OnClick(). fixes #15682.
git-svn-id: trunk@23641 -
2010-02-05 12:59:38 +00:00
paul
5dbecdbe8d lcl: move few const arrays from the unit section to a methods where they are really used
git-svn-id: trunk@23640 -
2010-02-05 09:39:18 +00:00
paul
3d4f978f63 win32: move statictext message handling to statictext window proc
git-svn-id: trunk@23639 -
2010-02-05 09:31:44 +00:00
paul
f8a1f56fb6 lcl: don't use initialization section with resources in extdlgs, include resources only if calculator panel is used.
git-svn-id: trunk@23638 -
2010-02-05 09:19:06 +00:00
paul
7d8f24dd25 lcl: don't use initialization section with resources in grids, include resources only if grid class is used (removes unneeded grid resources from application).
git-svn-id: trunk@23637 -
2010-02-05 08:59:11 +00:00
paul
5b8c070f51 win32: remove unused units
git-svn-id: trunk@23636 -
2010-02-05 07:53:33 +00:00
paul
3299c6aa4c win32: move TrackBar code to own window message handlers
git-svn-id: trunk@23635 -
2010-02-05 07:49:42 +00:00
paul
45f1d382dd win32: move ListView code from the generic message handler to ListView message handler
git-svn-id: trunk@23634 -
2010-02-05 03:07:57 +00:00
martin
7af50c9684 SynEdit: Fix Initialization of Option and Option2 from constructor. Issue #15532
git-svn-id: trunk@23633 -
2010-02-05 01:07:54 +00:00
jesus
5e049e36b3 LCL, grids, do row auto numbering starting on first non-fixed row, from graeme and flavio
git-svn-id: trunk@23632 -
2010-02-04 20:19:44 +00:00
zeljko
2e36f3b61e Qt: fixed wrong cast
git-svn-id: trunk@23631 -
2010-02-04 19:19:43 +00:00
zeljko
ec69c2c0dd Qt: rework on TQtAbstractScrollArea.Update() and TQtAbstractScrollArea.Repaint(), all successors now use same update() and repaint() methods.
git-svn-id: trunk@23630 -
2010-02-04 07:40:49 +00:00
paul
9b24fc25c2 win32: don't perform check 'is TCustomCalendar' in widgetset code
git-svn-id: trunk@23629 -
2010-02-04 04:27:43 +00:00
paul
c39a0c5aad lcl: GetConstraints is a function
git-svn-id: trunk@23628 -
2010-02-04 04:27:12 +00:00
paul
bcfa496270 lcl: call TWsControl.GetConstraints instead of direct call of Widgetset.GetControlConstraints
git-svn-id: trunk@23627 -
2010-02-04 04:20:49 +00:00
paul
88d281329b lcl: remove TWidgetset.DrawArrow which got a TArrow control and TCanvas as arguments, move some implementations to TWSArrow classes
git-svn-id: trunk@23626 -
2010-02-04 04:06:00 +00:00
paul
9adc8929ff win32: move TCheckListBox code from the generic handlers to checklistbox handlers
git-svn-id: trunk@23625 -
2010-02-04 03:23:45 +00:00
paul
9d6fb42169 win32: don't perform 'is TCustomFloatSpinEdit' comparisons in code. Therefore empty application does not contains spinedit code anymore (and executable is 12Kb smaller)
git-svn-id: trunk@23624 -
2010-02-04 03:09:32 +00:00
paul
46bb53cc00 win32: remove HandleSpinEditDeltaPos from generic WindowProc to default window proc of spinedit
git-svn-id: trunk@23623 -
2010-02-04 01:56:39 +00:00
paul
7b408cd87b lcl: call DefaultHandler for WM_NOTIFY if message is not processed by child
git-svn-id: trunk@23622 -
2010-02-04 01:55:13 +00:00
paul
072f7f8c22 win32: move spinedit change code to spinedit widgetset class default handler
git-svn-id: trunk@23621 -
2010-02-03 23:51:10 +00:00
paul
6b3bf6deae lcl: change DefaultHandler to call TWsWinControlClass method instead of Widgetset method, therefore custom WS class can implement own logic there
git-svn-id: trunk@23620 -
2010-02-03 23:50:22 +00:00
blikblum
57eaaec4ea ide: Split images in more than one dimension (Width X Height) in Image List Editor. Copy data through TRawImage to preserve alpha info. Fix #15617 (Second try)
git-svn-id: trunk@23619 -
2010-02-03 19:59:27 +00:00
paul
35ae68998e lcl: a trial to fix wince crash because of resources. RTL FindResource supports only PChar argument
git-svn-id: trunk@23618 -
2010-02-03 15:29:24 +00:00
mattias
5c7797eb9d clean up
git-svn-id: trunk@23617 -
2010-02-03 13:49:34 +00:00
paul
83ea351c48 win32: move few spinedit handlers from generic windowproc to spinedit windowproc
git-svn-id: trunk@23616 -
2010-02-03 10:34:48 +00:00
paul
bf426e5704 lcl: ignore bitmap alpha channel if all alpha values = 0 (issue #0015644)
git-svn-id: trunk@23615 -
2010-02-03 10:05:54 +00:00
paul
a2d258006a win32: don't send WM_NCLBUTTONDOWN to LCL
git-svn-id: trunk@23614 -
2010-02-03 09:17:54 +00:00
paul
e4be44c88e fix comment
git-svn-id: trunk@23613 -
2010-02-03 07:52:49 +00:00
paul
c831cad6e0 lazbuild: fix memory leaks
git-svn-id: trunk@23612 -
2010-02-03 03:39:51 +00:00
paul
bc1fd18141 lcl: eat left and right keys by treeview by C Webstern (issue #0015408)
git-svn-id: trunk@23611 -
2010-02-03 02:59:08 +00:00
paul
649b458180 ideintf: action list category property editor by Alexey Lagunov
git-svn-id: trunk@23610 -
2010-02-02 08:55:22 +00:00
jesus
79c3518d28 LCL, do not unfocus grid on keyboard actions, from C Western, issue #15647
git-svn-id: trunk@23609 -
2010-02-01 23:37:47 +00:00
blikblum
fca28023ef lcl: in TRawImage.ExtractRect, use the direct data copy only when the requested rect.top = 0
git-svn-id: trunk@23608 -
2010-02-01 01:35:18 +00:00
paul
4db4e7accc ide: output PrimaryConfigPath and SecondaryConfigPath correctly converted to the console charset
git-svn-id: trunk@23607 -
2010-01-31 15:06:40 +00:00
paul
2747daddbd jcf: support utf8 paths
git-svn-id: trunk@23606 -
2010-01-31 14:53:11 +00:00
paul
198567241a gtk2: minor changes of gtk scroll-event handler
git-svn-id: trunk@23605 -
2010-01-31 12:02:18 +00:00
paul
d4aa924e22 lcl: don't report that shortcut is handled if shortcut menu item is disabled
git-svn-id: trunk@23604 -
2010-01-30 18:47:58 +00:00
paul
f0c2b4ccf2 lcl: properly initialize and finalize more application properties handlers
git-svn-id: trunk@23603 -
2010-01-30 17:48:30 +00:00
paul
19471a58d8 win32: adjust size of pages after assigning an imagelist to a pagecontrol (bug #0015516)
git-svn-id: trunk@23602 -
2010-01-30 16:16:05 +00:00
paul
3dd19fc92b jcf: store and load settings file from the IDE primary config path
git-svn-id: trunk@23601 -
2010-01-30 15:54:37 +00:00
paul
9f4057f9f2 lcl: fix TTextStrings.Put: don't call SetLength before the text move if new string is shorter, call if after the move, copy one symbol more since we want to copy from the end position including it (bug #0015496)
git-svn-id: trunk@23600 -
2010-01-30 11:41:54 +00:00
paul
9faffafaa8 lcl: always eat Up and Down keys by treeview by C Western (issue #0015408)
git-svn-id: trunk@23599 -
2010-01-30 10:52:00 +00:00
paul
deba8dce43 lcl: comment DebugLn in toolbutton code (issue #0015623)
git-svn-id: trunk@23598 -
2010-01-30 04:04:49 +00:00
paul
265891c7da ide: editor general mist: don't rely on captions since they can change after language switch (issue #0015559)
git-svn-id: trunk@23597 -
2010-01-29 18:00:11 +00:00