Commit Graph

51629 Commits

Author SHA1 Message Date
mattias
e63c991f8e codetools: test for in constset
git-svn-id: trunk@54668 -
2017-04-21 19:47:52 +00:00
mattias
34d59e8593 codetools: added predefine str
git-svn-id: trunk@54665 -
2017-04-21 18:59:41 +00:00
mattias
c6eeda0482 codetools: clean up
git-svn-id: trunk@54664 -
2017-04-21 18:59:13 +00:00
mattias
a378409b29 codetools: added unique ids for errors
git-svn-id: trunk@54663 -
2017-04-21 18:35:53 +00:00
mattias
d4d351c801 codetools: tests: clean up
git-svn-id: trunk@54662 -
2017-04-21 18:23:30 +00:00
mattias
c3b49f8828 codetools: tests: TTestPascalParser: show all elines and error column
git-svn-id: trunk@54661 -
2017-04-21 17:26:01 +00:00
mattias
f10396a790 codetools: added nativeint, nativeuint for pas2js
git-svn-id: trunk@54659 -
2017-04-21 17:05:58 +00:00
mattias
256375f0c9 IDE: find/rename identifier: ignore invalid filename, note on console
git-svn-id: trunk@54658 -
2017-04-21 16:45:40 +00:00
michl
bad374e722 LCL: TSpinEdit: Win32: Fixed BringToFront and SendToBack. Issue #27862
git-svn-id: trunk@54657 -
2017-04-21 09:06:19 +00:00
michl
42ba3cc833 LCL: TSpinEdit: Win32: Better fix for Z-order problem with TSpinEdit. Issue #27862
git-svn-id: trunk@54656 -
2017-04-20 20:26:40 +00:00
zeljko
388e6c54ec Gtk3: removed gdk_pixbuf_gettext which does not exist in gdk-pixbuf.issue #31677
git-svn-id: trunk@54655 -
2017-04-20 16:14:54 +00:00
zeljko
4dddd8003a qt,qt5: fixed av because parent can be nil. issue #31684
git-svn-id: trunk@54654 -
2017-04-20 16:04:58 +00:00
zoran
c954ed4518 DateTimePicker - improved 54652
git-svn-id: trunk@54653 -
2017-04-20 13:08:55 +00:00
zoran
1ed8c064f8 DateTimePicker - don't call OnChange when undoing changes
git-svn-id: trunk@54652 -
2017-04-20 13:00:35 +00:00
zoran
71e9ef32c4 DateTimePicker - OnChange fires twice - bug #31679
git-svn-id: trunk@54651 -
2017-04-20 12:19:22 +00:00
mattias
00d6a447b5 codetools: fixed resolving function result, simplified code
git-svn-id: trunk@54649 -
2017-04-20 11:36:37 +00:00
ondrej
5fdd4105b4 IDE images: new images menu_view_components, menu_view_inspector, menu_view_messages, menu_view_search_results. Designed by FTurtle, issue #31625
git-svn-id: trunk@54648 -
2017-04-20 10:12:39 +00:00
mattias
74a0685b73 lcl: gtk3: TGtk3ListView.ItemGetState: use StrToIntDef, from Alexey
git-svn-id: trunk@54647 -
2017-04-20 07:09:46 +00:00
juha
24ed61d2db LCL-GTK3: Free memory block after use. Issue #31638, patch from Anton Kavalenka.
git-svn-id: trunk@54646 -
2017-04-19 19:40:50 +00:00
juha
6774461478 DateTimePicker: Don't fire OnChange event when pressing ESC without changes. Issue #31679, patch from Gabor Boros.
git-svn-id: trunk@54645 -
2017-04-19 12:11:27 +00:00
juha
7780afbc23 LCL-Cocoa: Insert menu items at correct location. Issue #30827, patch from Zoë Peterson.
git-svn-id: trunk@54644 -
2017-04-19 11:55:18 +00:00
mattias
5ad98a7bcf codetools: ctnReferencTo for typeinfo, code hints and type check
git-svn-id: trunk@54642 -
2017-04-19 11:49:51 +00:00
mattias
d78b765eac codetools: keywordfunclists: use fast property Count
git-svn-id: trunk@54640 -
2017-04-19 11:02:03 +00:00
mattias
0236e179c3 codetools: referenceto: fixed endpos
git-svn-id: trunk@54637 -
2017-04-19 10:34:54 +00:00
mattias
9a0ddd60ef codetools: delphi predefined identifiers: nativeint, bools
git-svn-id: trunk@54636 -
2017-04-19 10:34:32 +00:00
juha
1ea9fd9ddd LCL-Cocoa: Update a changed main menu correctly. Issue #30809, patch from Zoë Peterson.
git-svn-id: trunk@54635 -
2017-04-19 08:14:55 +00:00
juha
ae6948b6b3 GTK2, GTK3: In DrawText support prefixed UTF-8 codepoints. Issue #31674, solution by AlexeyT.
git-svn-id: trunk@54633 -
2017-04-18 18:12:07 +00:00
mattias
d82739d93e codetools: fixed predefine dlist fpc, delphi cardinal, longint
git-svn-id: trunk@54630 -
2017-04-18 16:11:30 +00:00
wp
c331f49f7e LCL: fix TCanvas.TextRect clipping at boundaries of provided rect (issue #0031673)
git-svn-id: trunk@54629 -
2017-04-18 15:43:38 +00:00
michl
5361d2be18 LCL: SpinEdit: Win32: Fixed z-order problem. Issue #27862
git-svn-id: trunk@54627 -
2017-04-17 20:46:18 +00:00
mattias
63b04ac2da codetools: updated predefined identifiers
git-svn-id: trunk@54626 -
2017-04-17 15:34:14 +00:00
mattias
27336a6392 codetools: added tests for proc ovrloads of basetypes
git-svn-id: trunk@54625 -
2017-04-17 14:49:09 +00:00
michl
e0e21cd0d0 LCL: TGroupBox: Win32: Fix for doubled caption. Issue #31670
git-svn-id: trunk@54623 -
2017-04-17 11:36:57 +00:00
jesus
95312d4835 LCL: Fix grid's LoadFromCSVStream when there are CustomColumns and fixedCols, issue #31293
git-svn-id: trunk@54621 -
2017-04-16 06:14:44 +00:00
mattias
22f672c047 IDE: use unit dialog: TUseUnitDialog.InterfaceSelected: check if there is a choice, bug #31666
git-svn-id: trunk@54620 -
2017-04-15 19:45:10 +00:00
jesus
71449f2742 LazReport: fix export from LazReport to pdf (fclpdf), from Aleksey Lagunov, issue #31659
git-svn-id: trunk@54619 -
2017-04-15 01:40:19 +00:00
jesus
b82d144b41 Lazreport: fix column number, issue #31544
git-svn-id: trunk@54618 -
2017-04-15 01:29:26 +00:00
freq
0b5d2d5ef5 cocoa: fix mouse move bug
git-svn-id: trunk@54617 -
2017-04-13 04:37:10 +00:00
balazs
461a534a26 Opkman: Show available updates even when the version is smaller then the installed one.
git-svn-id: trunk@54616 -
2017-04-12 11:52:04 +00:00
joost
857b03253f fppkg: Implemented the details-screen
git-svn-id: trunk@54615 -
2017-04-12 11:08:21 +00:00
joost
2dce596179 fppkg: Hide the archive-button, it has not so much sense as it is implemented now in a GUI-application
git-svn-id: trunk@54614 -
2017-04-12 11:07:47 +00:00
joost
cfff97567b fppkg: Fixed package filtering and some cleanup
git-svn-id: trunk@54612 -
2017-04-11 21:51:35 +00:00
maxim
4d5f7394a0 Translations: regenerated German translation
git-svn-id: trunk@54607 -
2017-04-11 21:38:30 +00:00
maxim
6cbc11ddea FpPkg: updated Russian translation
git-svn-id: trunk@54606 -
2017-04-11 21:37:29 +00:00
joost
a9580c0b0d * Handle fppkg-commands in separate worker-thread
git-svn-id: trunk@54605 -
2017-04-11 17:36:07 +00:00
joost
5927bc15cb * Removed .lps file from repository
git-svn-id: trunk@54604 -
2017-04-11 17:33:53 +00:00
balazs
e0dd295ab2 Opkman: Hide static text for recently installed packages.
git-svn-id: trunk@54603 -
2017-04-11 06:02:35 +00:00
juha
de867c7b05 Carbon: Optimize TCarbonControlContext drawing. Issue #21767, patch from David Jenkins & AlexeyT.
git-svn-id: trunk@54602 -
2017-04-10 20:09:35 +00:00
juha
57f917a297 Carbon: Don't call OnChange during handle creation. Issue #21727, patch from David Jenkins & AlexeyT.
git-svn-id: trunk@54601 -
2017-04-10 19:54:57 +00:00
juha
3ded31c99a LCL-Win32: Fix range error in ComboBoxWindowProc. Use SetWindowLong from LCLIntf. Issue #31635, patch from Petr-K.
git-svn-id: trunk@54600 -
2017-04-10 14:26:57 +00:00