Commit Graph

54457 Commits

Author SHA1 Message Date
ondrej
32d9cf118f Win32: bitbtn: handle glyphs only if they are really visible
git-svn-id: trunk@57925 -
2018-05-13 12:52:26 +00:00
ondrej
4c167b9cba Gtk2: bitbtn: handle glyphs only if they are really visible
git-svn-id: trunk@57924 -
2018-05-13 12:51:54 +00:00
ondrej
0a0c499b42 Cocoa: bitbtn: handle glyphs only if they are really visible
git-svn-id: trunk@57923 -
2018-05-13 12:51:32 +00:00
mattias
6c60f25968 IDE: quickfix: check only id
git-svn-id: trunk@57922 -
2018-05-13 12:40:28 +00:00
ondrej
1687a7b56a Qt, Qt5: fix crash if glyph is available but hidden with ShowMode
git-svn-id: trunk@57921 -
2018-05-13 12:28:28 +00:00
mattias
04805d25f4 IDE: quickfix inherited method is hidden: add modifier override
git-svn-id: trunk@57920 -
2018-05-13 12:00:23 +00:00
mattias
087d883674 codetools: AddProcModifier fixed external name
git-svn-id: trunk@57919 -
2018-05-13 11:33:35 +00:00
mattias
62b1cabdb9 codetools: test AddProcModifier
git-svn-id: trunk@57918 -
2018-05-13 11:33:13 +00:00
michael
c7d41c8b0d * Allow to view JSON as raw text
git-svn-id: trunk@57917 -
2018-05-13 11:32:30 +00:00
ondrej
c4ea1b6963 LCL: image list: revert r52077 #ddef968c2b, issue #29905
git-svn-id: trunk@57916 -
2018-05-13 11:24:36 +00:00
mattias
995f971392 IDE: added quickfix for An inherited method is hidden, add overload or reintroduce
git-svn-id: trunk@57915 -
2018-05-13 10:41:19 +00:00
mattias
0aeaf2facf codetools: added AddProcModifier
git-svn-id: trunk@57914 -
2018-05-13 09:57:40 +00:00
mattias
ce26461eaa codetools: added AddProcModifier
git-svn-id: trunk@57913 -
2018-05-13 09:57:27 +00:00
mattias
aed34f64ed IDE: fixed crash in searchresultsview
git-svn-id: trunk@57912 -
2018-05-13 08:31:09 +00:00
mattias
f3fa5cd498 pas2jsdsgn: using CompilerPath
git-svn-id: trunk@57911 -
2018-05-13 07:15:48 +00:00
mattias
ee7e7c077c IDEIntf: added CompilerPath, fixed fpc msg parser if msg id not found
git-svn-id: trunk@57910 -
2018-05-13 07:15:23 +00:00
dmitry
f01052ee8f cocoa: forcing CocoaWSMemo to use plain text, disabling rich-editor features. #33699
git-svn-id: trunk@57909 -
2018-05-13 06:21:54 +00:00
dmitry
19695582ac cocoa: forcing a new modal window shown to be enabled. Ignoring modality on enbabled check. #33642
git-svn-id: trunk@57908 -
2018-05-13 06:09:31 +00:00
mattias
1c9d296eba IDE: removed writeln
git-svn-id: trunk@57907 -
2018-05-12 22:37:27 +00:00
michl
fb89a71bb6 LCL: ListView: Win32: Fixed mouse events for multiselection = true. Issue #33330
git-svn-id: trunk@57906 -
2018-05-12 20:26:57 +00:00
mattias
f65a30ed47 IDE: use pas2js msg parser
git-svn-id: trunk@57905 -
2018-05-12 15:36:26 +00:00
maxim
b1d331665f IDE: regenerated translations and updated Russian translation
git-svn-id: trunk@57904 -
2018-05-11 22:36:54 +00:00
maxim
9895db58bb IDE: fixed typo
git-svn-id: trunk@57903 -
2018-05-11 22:36:23 +00:00
mattias
157312616b IDE: started pas2js message parser
git-svn-id: trunk@57902 -
2018-05-11 19:59:48 +00:00
mattias
536ffd588f IDE: search results view: fixed docked
git-svn-id: trunk@57901 -
2018-05-11 19:57:54 +00:00
mattias
24a1327b6a lcl: TCustomForm.SetActiveControl: debugging
git-svn-id: trunk@57900 -
2018-05-11 19:57:30 +00:00
wp
7b4fa8c326 Examples/sprites: Add smooth movement of sprite by keyboard, as well as interia effect for keyboard movement (code by Handoko, https://forum.lazarus.freepascal.org/index.php/topic,41178.msg285678.html#msg285678).
git-svn-id: trunk@57899 -
2018-05-11 17:05:38 +00:00
ondrej
9997fa404c IDE: new more simple naming for smart editor move commands
git-svn-id: trunk@57898 -
2018-05-11 15:00:53 +00:00
ondrej
8356f39b7d SynEdit: remove special smart selection jumping, use the normal instead
git-svn-id: trunk@57897 -
2018-05-11 14:59:27 +00:00
mattias
18903285e2 IDE: allow pas2js as compiler, added target os browser and nodejs
git-svn-id: trunk@57896 -
2018-05-11 08:50:33 +00:00
ondrej
f549ecc47d IDE: fix jump point on file search result open (bug was: when opening result from a different file, the jump point in the new file was added and not the current one)
git-svn-id: trunk@57895 -
2018-05-11 01:09:53 +00:00
ondrej
c25de54334 SynEdit: smart previous word fix bug:
BUG: abc d|ef -> abc| def
FIX: abc d|ef -> abc |def

git-svn-id: trunk@57894 -
2018-05-11 00:14:19 +00:00
ondrej
3efecb9efa IDE: search results dialog: fix focus behavior - focus (new) result treeview unless the filter edit was explicitely focused.
git-svn-id: trunk@57893 -
2018-05-10 23:41:58 +00:00
maxim
3687c71bc4 IDE, keymappings: assign correct descriptions to the following selection commands:
ecSelWordEndLeft
ecSelWordEndRight
ecSelHalfWordLeft
ecSelHalfWordRight
ecSelSmartWordLeft
ecSelSmartWordRight

git-svn-id: trunk@57892 -
2018-05-10 23:02:22 +00:00
maxim
524b628208 IDE: regenerated translations and updated Russian translation
git-svn-id: trunk@57891 -
2018-05-10 22:42:08 +00:00
ondrej
97a17c540a Qt, Qt5: list view: fix ItemDisplayRect in High-DPI
git-svn-id: trunk@57890 -
2018-05-10 21:09:34 +00:00
ondrej
649a74e776 IDE: componentpalette options: fix high-dpi icon painting
git-svn-id: trunk@57889 -
2018-05-10 21:05:02 +00:00
ondrej
71715916dc cleanup
git-svn-id: trunk@57888 -
2018-05-10 20:44:57 +00:00
ondrej
9b83cf68f7 Qt, Qt5: fix listview imagelist handling and make it DPI-aware.
git-svn-id: trunk@57887 -
2018-05-10 19:43:11 +00:00
ondrej
b3b0591355 LCL: imglist: introduce TScaledImageListResolution.Valid
git-svn-id: trunk@57886 -
2018-05-10 19:12:44 +00:00
zeljko
29fb56dd18 Qt,Qt5: fixed slowness when loading TListView with imageindexes of items. issue #33719
git-svn-id: trunk@57885 -
2018-05-10 16:28:19 +00:00
ondrej
d3139bec7c IDE: cleanup
git-svn-id: trunk@57884 -
2018-05-10 14:52:42 +00:00
mattias
f654d33405 codetools: test pas2js parse
git-svn-id: trunk@57883 -
2018-05-10 14:51:53 +00:00
mattias
7c8e3086d9 codetools: read compiler options: pas2js format
git-svn-id: trunk@57882 -
2018-05-10 10:55:28 +00:00
mattias
86bbc8831c codetools: tests: comment
git-svn-id: trunk@57881 -
2018-05-10 10:54:08 +00:00
zeljko
ea1d69a461 Qt: use local variable instead of casting, fixed weird behaviour of modal and borderless modal windows with newer versions of metacity wm.
git-svn-id: trunk@57880 -
2018-05-10 09:10:58 +00:00
ondrej
adb7170dbf IDE: images: remove menu_help and use btn_help instead
git-svn-id: trunk@57879 -
2018-05-10 08:30:42 +00:00
jesus
57a2a20199 LCL: Updated grids grayed checkboxes look.
git-svn-id: trunk@57878 -
2018-05-09 18:22:59 +00:00
ondrej
13af70b023 IDE: introduce new commands for the new smart word right/left logic
git-svn-id: trunk@57877 -
2018-05-09 16:50:37 +00:00
ondrej
56996beaa2 SynEdit: introduce new commands for the new smart word right/left logic
git-svn-id: trunk@57876 -
2018-05-09 16:49:55 +00:00