Commit Graph

35254 Commits

Author SHA1 Message Date
mazen
a1a31522dd MAKE DEB: Added missing lpk files fixing bug#20486.
git-svn-id: trunk@35907 -
2012-03-12 21:54:58 +00:00
maxim
8aaff44d03 regenerated translations
git-svn-id: trunk@35906 -
2012-03-12 21:35:19 +00:00
maxim
d46f79f5aa Translations: Polish translation update by Tomasz Wieckowski, bug #21469
git-svn-id: trunk@35905 -
2012-03-12 21:28:06 +00:00
martin
f55387b6ad SynEdit: w32 IME improvements / exclude win only file
git-svn-id: trunk@35904 -
2012-03-12 20:35:03 +00:00
mattias
9bb0b8ea71 lazutf8: utf8trim: trim no break spaces
git-svn-id: trunk@35903 -
2012-03-12 19:42:05 +00:00
martin
0e0af79ac7 SynEdit: w32 IME improvements / missed 1 ifdef
git-svn-id: trunk@35902 -
2012-03-12 16:55:11 +00:00
martin
68b6823948 LCL/SynEdit: w32 IME improvements
git-svn-id: trunk@35901 -
2012-03-12 14:00:26 +00:00
zeljko
ad8b5a310d Qt: update cached FScrollY and FScrollX when value of scrollbar is changed.
git-svn-id: trunk@35900 -
2012-03-12 09:39:00 +00:00
mattias
4ea260ab19 codetools: fixed name conflict comparetext
git-svn-id: trunk@35899 -
2012-03-12 08:08:43 +00:00
sekelsenmat
181edb15c2 Implements text changing in TButton in LCL-CustomDrawn
git-svn-id: trunk@35898 -
2012-03-12 07:01:36 +00:00
sekelsenmat
ca9024df23 Fixes the compilation and non-native fonts in LCL-CustomDrawn-Cocoa
git-svn-id: trunk@35897 -
2012-03-12 06:55:42 +00:00
paul
0baf05589e packages: fix AVL tree nodes compare. It used wrong CompareText()
git-svn-id: trunk@35896 -
2012-03-12 06:48:05 +00:00
mattias
935d16960a wiki test: jump to anchor
git-svn-id: trunk@35895 -
2012-03-11 18:37:18 +00:00
mattias
b4b796c641 lazutils: dom: add GetChildCount
git-svn-id: trunk@35894 -
2012-03-11 18:36:50 +00:00
mattias
ddffec7238 wiki: simple toc
git-svn-id: trunk@35893 -
2012-03-11 18:28:21 +00:00
mattias
cc9350c2d2 wiki: internal links with anchors
git-svn-id: trunk@35892 -
2012-03-11 16:20:45 +00:00
mattias
1ae66cb238 wiki: skip alternative title
git-svn-id: trunk@35891 -
2012-03-11 16:12:55 +00:00
mattias
93cb3d2b93 codetools: added CompareText
git-svn-id: trunk@35890 -
2012-03-11 15:56:49 +00:00
mattias
49ec170b4e wiki: added translation links
git-svn-id: trunk@35889 -
2012-03-11 15:14:13 +00:00
mattias
3fff6d9bba lazutf8: added stringlist sort function
git-svn-id: trunk@35888 -
2012-03-11 15:13:55 +00:00
ask
6f8724ce64 TAChart: Extract TChart.Prepare procedure
git-svn-id: trunk@35887 -
2012-03-11 14:38:41 +00:00
sekelsenmat
00ebdc2239 Patch from Giuliano for LCL-CustomDrawn-X11 compilation fix + fixes endless loop in the fonts search
git-svn-id: trunk@35886 -
2012-03-11 14:23:05 +00:00
zeljko
0c4d7c8009 Carbon: set SM_CYMENU in GetSystemMetrics as 0, so we don't return DebugLn TODO in that case. Under mac menu isn't part of form, so 0.
git-svn-id: trunk@35885 -
2012-03-11 13:53:25 +00:00
zeljko
6acda204b2 Carbon: offset invalidated rect by scrolloffset in InvalidateRect(). issue #21364
git-svn-id: trunk@35884 -
2012-03-11 13:41:12 +00:00
zeljko
9652b47265 Gtk2: do not assert, check if we are GtkScrolledWindow inside TGtk2WidgetSet.InvalidateRect
git-svn-id: trunk@35883 -
2012-03-11 13:27:56 +00:00
zeljko
47ff29d2a7 Gtk: fixed wrong result in TGtkWidgetSet.ClientToScreen() and TGtkWidgetSet.InvalidateRect() in case of TScrollingWinControl
git-svn-id: trunk@35882 -
2012-03-11 13:03:32 +00:00
zeljko
c19754b22d Gtk2, Qt: InvalidateRect() should offset by scrollbars position, so it's compatibile with win32. issue #21364
git-svn-id: trunk@35881 -
2012-03-11 12:34:35 +00:00
sekelsenmat
0d5b0bb37d Improves the LCL-CustomDrawn-Win32 non-native font handling
git-svn-id: trunk@35880 -
2012-03-11 10:16:08 +00:00
sekelsenmat
4e9f3123b1 Patch from Giuliano Colla for improved non-native CustomDrawn font support + many changes from myself to make the patch more generic and usable in any CustomDrawn backend
git-svn-id: trunk@35879 -
2012-03-11 10:02:15 +00:00
paul
fdbe3b2eef win32: don't generate BM_CLICK for a radio button when it get a focus on vista+ (issue #0021417)
git-svn-id: trunk@35878 -
2012-03-11 01:42:37 +00:00
juha
f7140e5cea IDE: Fix an index out of bounds error in Editor Window Manager, issue #21455
git-svn-id: trunk@35877 -
2012-03-10 23:02:21 +00:00
mattias
d9155823c1 wiki: anchors for headers
git-svn-id: trunk@35876 -
2012-03-10 21:37:43 +00:00
mattias
a8926e9b1a wiki: html: no line break at beginning
git-svn-id: trunk@35875 -
2012-03-10 19:48:07 +00:00
juha
d7dc003371 Revert the r35872 #c293be9ecf. It solved the windows problem but created another redraw problem with GTK2.
git-svn-id: trunk@35873 -
2012-03-10 16:01:25 +00:00
juha
c293be9ecf LCL: Fix painting icons wrong on component palette. Issue #21364, Patch from Tomasz Wieckowski
git-svn-id: trunk@35872 -
2012-03-10 15:32:55 +00:00
andrew
251d250a55 Fixed chm index searching not working
git-svn-id: trunk@35871 -
2012-03-10 15:07:52 +00:00
andrew
a34ee0ddb8 Fixed chm index's every other line being blank.
Fixed chm files having double slashes. Now images load properly.

git-svn-id: trunk@35870 -
2012-03-10 14:52:06 +00:00
andrew
f242a18097 Fixed simple xml nodes to be closed properly
git-svn-id: trunk@35869 -
2012-03-10 14:24:49 +00:00
zeljko
2af6916164 Qt: formatting of debug code
git-svn-id: trunk@35868 -
2012-03-10 11:30:56 +00:00
zeljko
842ee66945 Qt: cleanup
git-svn-id: trunk@35867 -
2012-03-10 11:29:39 +00:00
zeljko
82aea5f59c Qt: fixed wrong cast
git-svn-id: trunk@35866 -
2012-03-10 11:23:24 +00:00
martin
0fd8705211 LCL/SynEdit: w32 IME improvements
git-svn-id: trunk@35865 -
2012-03-10 11:15:23 +00:00
zeljko
202ad17315 Qt: added delayed check for TQtListWidget. finally issue #21446 can be resolved.
git-svn-id: trunk@35864 -
2012-03-10 11:11:39 +00:00
zeljko
c0a39ccd1b Qt: added additional delayed event after mouse released in TQtTreeWidget (TListView.Checkable=True) as workaround for qt behaviour when
moving pressed mouse out of checkbox or from item to checkbox. issue #21446

git-svn-id: trunk@35863 -
2012-03-10 11:00:31 +00:00
zeljko
469b3a2daf Qt: implemented QInputMethodEvent for TQtCustomControl, now composed chars can be written in eg. TSynEdit. issue #20546
git-svn-id: trunk@35862 -
2012-03-10 10:12:40 +00:00
mattias
0221e91fe4 wiki test: back, forward
git-svn-id: trunk@35861 -
2012-03-10 09:52:17 +00:00
mattias
be7753bef1 wiki test: view wiki source
git-svn-id: trunk@35860 -
2012-03-10 08:49:32 +00:00
mattias
211a956aee wiki test: view html
git-svn-id: trunk@35859 -
2012-03-10 08:35:20 +00:00
juha
2e86fb66b8 IDE: add list of open editors to the SE tab popup menu.
git-svn-id: trunk@35858 -
2012-03-10 08:23:48 +00:00
juha
50f53f00a1 IDE: improve EditorFileManager
git-svn-id: trunk@35857 -
2012-03-10 08:23:40 +00:00