Commit Graph

19467 Commits

Author SHA1 Message Date
ask
00afa75d6d TAChart: Do not use icons for demo programs.
git-svn-id: trunk@19803 -
2009-05-04 17:35:59 +00:00
mattias
3d95973a6c codetools: implemented adding to uses sections with options
git-svn-id: trunk@19802 -
2009-05-04 16:12:03 +00:00
martin
1312656bf4 Implemented ScrollWindowEx for Gtk2 Widgetset. This improves SynEdit scrolling, Issue #7717
git-svn-id: trunk@19801 -
2009-05-04 14:06:06 +00:00
vincents
a348e5f501 win32 interface: reverted r19668 #c1f7d67ccc, because CoInitialize COINIT_MULTITHREADED doesn't work with new style TSelectDirectory.
git-svn-id: trunk@19800 -
2009-05-04 13:39:35 +00:00
mattias
f5399721bf codetools: using identifier cache when find declaration "unitname."
git-svn-id: trunk@19799 -
2009-05-04 12:43:38 +00:00
vincents
040222e329 LCL: Canvas.GradientFill covers the same area as Canvas.FillRect (issue #13636)
git-svn-id: trunk@19798 -
2009-05-04 12:34:05 +00:00
mattias
9f6417e73c codetools: fixed identifier completion in top level node
git-svn-id: trunk@19797 -
2009-05-04 11:47:10 +00:00
mattias
b41d00e4e3 codetools: fixed finding ancestors in non class node
git-svn-id: trunk@19796 -
2009-05-04 11:45:22 +00:00
mattias
fd88c3a5bd codetools: find declaration of selfunit.identifier
git-svn-id: trunk@19795 -
2009-05-04 10:10:07 +00:00
paul
8941c1159c qt: try to fix qt 4.3 compilation
git-svn-id: trunk@19794 -
2009-05-04 08:50:43 +00:00
paul
89b5eb486e ide: reanchor import/export compiler options dialog
git-svn-id: trunk@19793 -
2009-05-04 05:40:32 +00:00
paul
b28e26843d examples: fix button resource name
git-svn-id: trunk@19792 -
2009-05-04 05:37:46 +00:00
paul
d925565b9a ide: reanchor import/export compiler options dialog
git-svn-id: trunk@19791 -
2009-05-04 05:36:46 +00:00
paul
72c5a3cd8c images: rename and move menu_save image to laz_save
ide: use stock save, load buttons when possible

git-svn-id: trunk@19790 -
2009-05-04 04:59:13 +00:00
paul
f602e242f8 lcl: add TCustomBitBtn.LoadGlyphFromStock, simplify LoadGlyphFromLazarusResource
git-svn-id: trunk@19789 -
2009-05-04 04:34:39 +00:00
marc
5e1d90086d * Updated po files
git-svn-id: trunk@19788 -
2009-05-03 22:56:05 +00:00
marc
bda3dae344 * Improved key name localization by Maxim Ganetsky
git-svn-id: trunk@19787 -
2009-05-03 22:49:09 +00:00
vincents
36b74cb321 lhelp: fixed compilation on windows
* removed references to obsolete .lrs file, probably used previously for icon.
* update lhelp.rc to current generated version and added external manifest file.

git-svn-id: trunk@19786 -
2009-05-03 18:02:26 +00:00
paul
11c966027b examples: improve stock images example
git-svn-id: trunk@19785 -
2009-05-03 15:00:24 +00:00
paul
beb1e199bb lcl: add helper function to get stock button and dialog images and captions:
- GetButtonCaption,
  - GetButtonIcon
  - GetDialogCaption
  - GetDialogIcon

git-svn-id: trunk@19784 -
2009-05-03 14:59:50 +00:00
paul
97ab0c3f82 examples: fix lpi to use default widgetset
git-svn-id: trunk@19783 -
2009-05-03 13:07:17 +00:00
paul
83a900bcad examples: add an example to traverse stock images
git-svn-id: trunk@19782 -
2009-05-03 13:03:24 +00:00
paul
a460f26890 lcl: add more stock buttons
git-svn-id: trunk@19781 -
2009-05-03 12:58:48 +00:00
mattias
14bd4ea660 IDE: options: added frame for class completion
git-svn-id: trunk@19780 -
2009-05-03 11:08:54 +00:00
mattias
018eab6b38 codetools: added policy for uses additions
git-svn-id: trunk@19779 -
2009-05-03 10:34:33 +00:00
mattias
dfe1e5a3cf IDE: find overloads: show start identifier in dialog
git-svn-id: trunk@19778 -
2009-05-03 04:00:35 +00:00
martin
28a1b83734 SynEdit (Win only): Reduced amount of Invalidated area fir vertical scroll and let ScrollWindowEx do it's work.
git-svn-id: trunk@19777 -
2009-05-02 23:48:08 +00:00
sekelsenmat
e73b134e0e Fixes for TShellListView
git-svn-id: trunk@19776 -
2009-05-02 18:38:30 +00:00
paul
1469c8e0ac qt: initial implementation for GetStockImage
git-svn-id: trunk@19775 -
2009-05-02 18:25:32 +00:00
paul
fd0b672a54 win32: use bigger shield icon
git-svn-id: trunk@19774 -
2009-05-02 18:25:12 +00:00
sekelsenmat
fd610ecf4b Fixes for TShellListView
git-svn-id: trunk@19773 -
2009-05-02 17:58:37 +00:00
paul
7902442395 lcl: add idDialogShield icon
git-svn-id: trunk@19772 -
2009-05-02 17:30:37 +00:00
sekelsenmat
fdf5a12e01 Further implements TShellListView and other small changes and fixes
git-svn-id: trunk@19771 -
2009-05-02 16:29:41 +00:00
paul
7423208655 ide: use csDropDownList instead of csDropDown for widget set type in the compiler options dialog (issue #0013642)
git-svn-id: trunk@19770 -
2009-05-02 15:44:10 +00:00
paul
c92f6641d1 lcl: replace TWidgetSet.LoadStockPixmap by ThemeServices.GetStockImage
git-svn-id: trunk@19769 -
2009-05-02 15:36:56 +00:00
mattias
fe9fc19598 codetools: find overloads: compute shortest paths
git-svn-id: trunk@19768 -
2009-05-02 14:15:24 +00:00
paul
7f4737ea06 ideintf: fix use of close button as custom button
git-svn-id: trunk@19767 -
2009-05-02 12:46:06 +00:00
paul
16060bb198 ide: use button panel in publish project dialog (fixed issue #0013562)
git-svn-id: trunk@19766 -
2009-05-02 12:45:34 +00:00
paul
3749466e11 ide: anchor buttons to bottom with 6px space in unit info dialog
git-svn-id: trunk@19765 -
2009-05-02 12:20:45 +00:00
paul
3e617aa2aa ide: reanchor unit information dialog, use standard ok button glyph
git-svn-id: trunk@19764 -
2009-05-02 12:15:46 +00:00
paul
a927d61e73 ide: reanchor unit dependencies dialog
git-svn-id: trunk@19763 -
2009-05-02 12:07:24 +00:00
mattias
db9346be24 IDE: find overloads: commit to codetools
git-svn-id: trunk@19762 -
2009-05-02 11:54:46 +00:00
paul
dcc6c01fc0 ide: change resource string
git-svn-id: trunk@19761 -
2009-05-02 11:36:50 +00:00
mattias
7d13a8ca36 IDE: find overloads: scanning project sources
git-svn-id: trunk@19760 -
2009-05-02 11:28:45 +00:00
martin
d26b4ccd22 Synedit: Fixed Fold-contextmenu for ifdef, region
git-svn-id: trunk@19759 -
2009-05-02 11:06:58 +00:00
mattias
8cd03de95a codetools: find overloads: edges for alias
git-svn-id: trunk@19758 -
2009-05-02 09:34:16 +00:00
mattias
6dcfefb293 codetools: identifier completion in ancestor list
git-svn-id: trunk@19757 -
2009-05-02 09:15:50 +00:00
mattias
386678457d codetools: find overloads: edges for ancestors
git-svn-id: trunk@19756 -
2009-05-02 08:29:14 +00:00
ask
c9bf967a8d TAChart: Implement 3D look for line series. Update demo.
git-svn-id: trunk@19755 -
2009-05-02 02:34:36 +00:00
ask
0c542758ec TAChart: Move all demos into a common subdirectory
git-svn-id: trunk@19754 -
2009-05-02 02:11:33 +00:00