Commit Graph

61987 Commits

Author SHA1 Message Date
Ondrej Pokorny
ab324f2524 win32: don't use GWL_ID to store the control pointer because it is truncated to 32bit. Issue #39502 2022-01-19 13:39:21 +01:00
wp_xyz
92be3d6975 tools/install: Replace lazgear.bmp by image provided by Roland Hahn 2022-01-19 12:26:23 +01:00
wp_xyz
6d8653c63f Images: Replace lazarus_orange.ico to have the same style as the others (provided by Roland Hahn) 2022-01-19 10:25:12 +01:00
Juha
4ac1f026c2 IDE: Create new MenuItems for bookmarks. A MenuItem cannot be used for many parent menus. Issue #39540. 2022-01-19 08:31:36 +02:00
Juha Manninen
4b4b6acc20 Merge branch 'PeaZomboss-main-patch-59092' into 'main'
Codetools: Allow keyword const in generic parameter list. Issue #38087.

See merge request freepascal.org/lazarus/lazarus!58
2022-01-19 06:28:42 +00:00
balazs
6a85bea05d Merge branch 'main' of gitlab.com:freepascal.org/lazarus/lazarus into main 2022-01-19 07:00:54 +02:00
Martin
2ac55d4800 LCL, Win32: Revert defb345dc8 "fix 32 bit truncation of pointers in SetWindowLong/GetWindowLong. Issue #39502"
Add "LCLIntf." prefix for better readability.
2022-01-18 22:43:48 +01:00
Martin
defb345dc8 LCL, Win32: fix 32 bit truncation of pointers in SetWindowLong/GetWindowLong. Issue #39502 2022-01-18 21:08:26 +01:00
PeaZomboss
6f8172a61a Codetools: Allow keyword const in generic parameter list. Issue #38087. 2022-01-18 23:51:27 +08:00
balazs
d0a2f521d4 OpkMan: Skip clean directory for PL packages. 2022-01-18 16:14:40 +02:00
Juha
f7d2d0a690 IDE: Use '-W' parameter for MacOS bundle on "Run without Debugging". Simplify the code. Issue #39567. 2022-01-18 15:35:28 +02:00
Maxim Ganetsky
897f7280cb FpWeb: call New HTTP Application options dialog in DoInitDescriptor callback instead of InitProject in order to avoid closing current project when the options form was just shown (current project should only be closed when user presses OK button in the options form) 2022-01-18 02:06:41 +03:00
Maxim Ganetsky
5aee55a625 FpWeb: fixed port maximum value in New HTTP Application options dialog (65355 -> 65535) 2022-01-18 02:01:41 +03:00
Juha
9eaf4e3531 IDE: Hide IDE windows on "Run without Debugging" when the setting says so. Issue #39567. 2022-01-17 14:51:06 +02:00
Juha
e210c73735 IdeIntf: Collect procedures TLazIDEInterface.DoCallNotifyHandler together. 2022-01-17 14:51:06 +02:00
mattias
3fd8904d8d make: readded make lazutils 2022-01-17 12:48:59 +01:00
mattias
a374f1e5e6 cody: store only if modified 2022-01-17 12:43:55 +01:00
mattias
45e4ca66f3 make distclean: clean up anchordocking and cody 2022-01-17 12:43:55 +01:00
Ondrej Pokorny
d74a3b34c5 win32: DoWindowProc: lWinControl <> nil check. Fixues issue #39553 2022-01-17 11:02:39 +01:00
Maxim Ganetsky
0a0b688587 LCL: added const to GetLocalizedFormatDescription function parameters 2022-01-17 00:33:57 +03:00
mattias
965012e7ee IDE: fixed generate fppkg on debian 2022-01-16 22:08:40 +01:00
mattias
915a4b0c80 IDE: fixed compile without duplicates 2022-01-16 22:04:17 +01:00
mattias
e24d4bded5 lazbuild: fixed lpi 2022-01-16 21:54:54 +01:00
mattias
d512288b17 ide: fixed expanding build lazarus target dir dlg 2022-01-16 21:54:42 +01:00
mattias
b741255ce0 ide: fppkg: search /usr/lib/cpu-linux-gnu/fpc 2022-01-16 21:49:35 +01:00
mattias
e8b2d0f821 lazdebuggers: fixed compile linux 2022-01-16 21:48:49 +01:00
mattias
f97a493801 updated makefiles 2022-01-16 21:42:24 +01:00
mattias
45116299fb idedebugger: makefile 2022-01-16 21:39:23 +01:00
mattias
6c3286c7ed making ide: fixed make idepkg creating duplicates 2022-01-16 21:20:08 +01:00
Martin
a92db946ec FpDebug: Win32, Fix "Run (F9)" incorrectly triggered watch/stack updates while the app was still running (slowing execution). 2022-01-16 17:06:31 +01:00
Martin
220c850843 FpDebug: Windows, Fix addresses for non-Dwarf symbols. TFpSymbolInfo does not use the RelocationOffset, so addresses will be directly mapped to their loaded location. 2022-01-16 16:20:28 +01:00
mattias
dd95c55605 ide: fppkg: fixed allowing arbitrary paths on non windows 2022-01-16 14:02:07 +01:00
mattias
9d0d215489 levelgraph: updated res 2022-01-16 13:02:44 +01:00
Juha
3b0b5e67dd IDE: List different processors for i8086 target. Issue #39565. 2022-01-15 21:05:41 +02:00
dsiders
02dfebb264 Docs: LCL/lclstrconsts. Updates resource strings for changes in 52bb2482. 2022-01-15 02:35:45 +00:00
Maxim Ganetsky
52bb248201 LCL: fixed i18n of graphic file format filter descriptions in file dialogs, improved descriptions themselves, removed unused ones, regenerated translations and updated Russian translation 2022-01-15 04:41:04 +03:00
dsiders
565be6fcc7 Docs: LCL/stdctrls. Updates topic content.
* Updates topic content and see also links.
* Fixes spelling and grammar errors.
2022-01-15 00:24:06 +00:00
wp_xyz
6c11d5e611 Icons: Add special, very small icon for sample projects which looks fine at all resolutions. Provided by Roland Hahn. 2022-01-14 21:26:28 +01:00
wp_xyz
5e65d1405f Icons: Replace lazarus-icon of demo/example projects by new smaller version (Roland Hahn). 2022-01-14 21:20:10 +01:00
wp_xyz
6e2097ec76 TAChart: Force TDateTimeIntervalChartSource to place labels at the first day of a week in dtsWeek mode, and at Jan 1 in dtsMonth mode (if visible). 2022-01-14 13:01:47 +01:00
Juha
42e38ce991 Revert the assignment ':=' commit. It is useless without the parameter list and fails to work always. Issue #39545. 2022-01-14 13:13:23 +02:00
wp_xyz
334d1265da TAChart: Fix quarter-of-year label positioning in TDateTimeIntervalChartSource based on the new IncQuarter() and StartOfTheQuarter() functions. 2022-01-14 12:08:25 +01:00
wp_xyz
c5b1c18380 TAChart: Add StartOfTheQuarter and IncQuarter functions (date/time-related). Add related unit tests. 2022-01-14 11:46:56 +01:00
wp_xyz
8e85780b9f TAChart: Fix unit test for IsEquivalent. 2022-01-14 11:36:05 +01:00
Maxim Ganetsky
14e66c2cf4 IDE: committed regenerated startlazarus.res 2022-01-14 03:04:50 +03:00
Maxim Ganetsky
81903b48be IDE: committed automatically regenerated lazarus.res after previous commit 2022-01-14 02:18:09 +03:00
Maxim Ganetsky
931e4da81c IDE: Lazarus icons improvements by Roland Hahn, issue #39550 2022-01-14 02:12:00 +03:00
wp_xyz
ad0cee4c6e TAChart: Fix position of quarter-year marks in TDateTimeIntervalChartSource 2022-01-13 23:59:33 +01:00
wp_xyz
4fa1bfc4da TAChart: Fix TDateTimeIntervalChartSource formatting of dates in "quarter/year" format. 2022-01-13 22:16:46 +01:00
Željan Rikalo
53cda894a2 Qt,Qt5: fixed font changing of TComboBox editor. issue #39539 2022-01-13 16:27:47 +01:00