Commit Graph

52 Commits

Author SHA1 Message Date
zeljko
6e4efa1d2e Gtk2: fixes all problems with cursor under gtk2 >= 2.18. Patch by Ere Maijala. issue #20313
git-svn-id: trunk@34635 -
2012-01-07 09:59:16 +00:00
juha
3c946347ae LCL: Remove styles properly in GTK2. Issue #20625, patch from cobines
git-svn-id: trunk@33592 -
2011-11-17 18:18:47 +00:00
sekelsenmat
9f30c60c3d Fixes compiling Gtk2 under Mac OS X
git-svn-id: trunk@33115 -
2011-10-27 18:06:30 +00:00
juha
4b57ac797b IDE & LCL: Move focus to editor after hitting breakpoint. Patch from August Klein, issue #15967
git-svn-id: trunk@31087 -
2011-06-05 06:22:54 +00:00
zeljko
df3dbed892 Gtk2: GetTopItem implementation, patch by theo. fixes #17010
git-svn-id: trunk@27967 -
2010-10-30 09:34:19 +00:00
zeljko
97298eab5c Qt: implemented ShowInTaskbar under X11. fixes #16832.
Gtk2: fixed compilation under linux.

git-svn-id: trunk@26444 -
2010-07-03 14:51:15 +00:00
paul
a04f5338a4 gtk2: fix compilation under windows
git-svn-id: trunk@26441 -
2010-07-03 12:15:44 +00:00
marc
46ebaabc7a gtk-splitup: merged gtk source into gtk2, removed gtk1 ifdefs
git-svn-id: trunk@26012 -
2010-06-09 23:01:52 +00:00
mattias
1370bedf98 gtk2 intf: Add Bidi to Menus, bug #16387
git-svn-id: trunk@25174 -
2010-05-04 09:58:30 +00:00
paul
e05a368a82 gtk2: implement vsIcon, vsSmallIcon ListView styles
git-svn-id: trunk@24688 -
2010-04-18 07:43:29 +00:00
mattias
72259342cb gtk2 intf: fixed pango bidi, bug #16271
git-svn-id: trunk@24628 -
2010-04-15 08:38:02 +00:00
paul
b24bd8f15d gtk2: implement TWsCustomForm.SetAlphaBlend
git-svn-id: trunk@23568 -
2010-01-27 08:34:20 +00:00
paul
7f5f2e5540 lcl: remove remain ver2_0 code
git-svn-id: trunk@23394 -
2010-01-06 17:43:33 +00:00
vincents
a1f53fabc8 fixed typo in r21599 #c8a5a6f6f2
git-svn-id: trunk@21600 -
2009-09-07 11:53:03 +00:00
vincents
c8a5a6f6f2 gtk2: added missing linklib for darwin, workaround for fpc 2.2.4, newer versions should be fixed in fpc/packages/gtk2 (issue #14518)
git-svn-id: trunk@21599 -
2009-09-07 11:10:54 +00:00
martin
9a731134fb Gtk2: improving ScrollWindowEx (for SynEdit / issue #7717 )
git-svn-id: trunk@19999 -
2009-05-17 01:34:00 +00:00
paul
b28c3ccb18 gtk2: leave a note regards inability to change StatusBar panel bevel
git-svn-id: trunk@19847 -
2009-05-08 07:36:17 +00:00
paul
44fa480f4a gtk2: implement image flipping in StretchMaskBlt (part of issue #0013059)
git-svn-id: trunk@19215 -
2009-04-04 12:52:39 +00:00
paul
15a32b5102 gtk2: use less hackish clipboard fix based on patch of Brad Campbell (#0012653)
git-svn-id: trunk@17417 -
2008-11-18 02:31:29 +00:00
paul
3910289f27 gtk2: fix range check error by C Western (#0012609)
git-svn-id: trunk@17324 -
2008-11-10 23:56:22 +00:00
paul
2e48fd922a gtk2: trial to fix gtk2 clipboard crash
git-svn-id: trunk@17272 -
2008-11-08 09:30:12 +00:00
paul
11aaafc54f gtk2: ofOverwritePrompt in TSaveDialog.Options is working now if gtk_2_8 is defined (either manual or auto on windows). partially fixes #0011962
git-svn-id: trunk@16217 -
2008-08-25 01:28:03 +00:00
paul
3f0b560eb6 lcl:
- moved some strings used in graphics to resources
 - CreateDefaultBitmapHandle is not abstract and returns 0 now if not overrided.

git-svn-id: trunk@16178 -
2008-08-22 02:19:07 +00:00
paul
b8af8691df gtk2:
- cleanup
 - minor preparations for using recent fpc gtk2 package changes

git-svn-id: trunk@16173 -
2008-08-21 07:43:46 +00:00
paul
b494a1f624 gtk1,gtk2: improve text cursor drawing.
gtk2: use system settings to determine blink time and use special gtk function to draw text cursor shape
(#0011887)

git-svn-id: trunk@16152 -
2008-08-20 03:31:16 +00:00
mattias
2996a3c332 rename COPYING.modifiedLGPL to COPYING.modifiedLGPL.txt
git-svn-id: trunk@15834 -
2008-07-22 09:48:15 +00:00
mattias
09f4ca53a5 gtk2 intf: TComboBox: fixed getting item index
git-svn-id: trunk@15410 -
2008-06-13 17:17:55 +00:00
paul
dbddffe2cb lcl: bidi mode patch from Ido with modifications
git-svn-id: trunk@14991 -
2008-04-27 14:24:22 +00:00
sekelsenmat
35f5fb0d47 Implements showing hidden files in gtk2 file open dialog.
git-svn-id: trunk@14851 -
2008-04-16 15:18:44 +00:00
paul
77989dc1e0 gtk2: draw text with rotation
- rearrange extras
- introduced TGtk2DeviceContext.DrawTextWithColor (mostly from 0009665 with modifications)
- use DrawTextWithColor in TextOut and ExtTextOut

git-svn-id: trunk@13987 -
2008-02-06 06:13:00 +00:00
paul
cda31b86f8 gtk: more pango 1.16 declarations needed for text drawing with rotation
git-svn-id: trunk@13986 -
2008-02-06 04:38:08 +00:00
paul
707313382f gtk2: further improve gtk2 ListBox ItemIndex
git-svn-id: trunk@13828 -
2008-01-22 09:56:06 +00:00
paul
9925daf8cd gtk2: workaround problem with setting itemIndex in multiselected listbox
git-svn-id: trunk@13825 -
2008-01-22 04:43:39 +00:00
paul
3a02d78daa gtk: implement DrawDefaultDockImage (as blue rectangle)
git-svn-id: trunk@13666 -
2008-01-08 11:15:07 +00:00
paul
bdb8aa451e gtk:
- added some missed function to extra
- correct GetWindowRect

git-svn-id: trunk@13665 -
2008-01-08 09:33:43 +00:00
paul
3ed6ba4007 TWinControl.PaintTo:
- implementation for win32 and qt
- initial implementation for gtk

git-svn-id: trunk@13209 -
2007-12-07 18:56:17 +00:00
paul
7309af00e9 gtk2: playing around transparent GtkFixed (no window + eventbox)
git-svn-id: trunk@12933 -
2007-11-20 03:21:36 +00:00
paul
b5b7109b34 gtk: improve toolbar elements painting
git-svn-id: trunk@12889 -
2007-11-16 05:55:16 +00:00
marc
bba6436cd7 * modified patch #0010125 by Grzegorz Zakrzewski and Ales Katona for fixing font modifications other than size
git-svn-id: trunk@12884 -
2007-11-15 22:18:26 +00:00
andrew
a9d5aa40ef Fixed crash for linux 64bit. also will compile for fpc 2.0.4
git-svn-id: trunk@12591 -
2007-10-26 03:12:48 +00:00
andrew
4060692692 fixed gtk2 compilation for windows(hopefully)
git-svn-id: trunk@12572 -
2007-10-24 00:40:45 +00:00
andrew
35e76c1971 fixed gtk2 combobox to use only one gtkrenderertext and not one for each item. It should improve loading a large list of items into a combobox
git-svn-id: trunk@12571 -
2007-10-24 00:33:52 +00:00
paul
df5e7aa81e gtk:
- separate SM_CXSCREEN and SM_CXVIRTUALSCREEN for gtk2 (affects TForm.ScreenPosition screen/desktop center)
- implement SetCursorPos for gtk2 (if version >= 2.8)

git-svn-id: trunk@12196 -
2007-09-27 09:23:06 +00:00
mattias
95f4b69572 gtk2 intf: using a gtk_im_multicontext_new to use the gtk input method handling - e.g. dead keys for UTF8KeyPress
git-svn-id: trunk@11687 -
2007-07-31 13:49:36 +00:00
mattias
45cbd18a0c gtk2 intf: fixed TMemo setting echo mode and password char: not suported by TMemo
git-svn-id: trunk@11145 -
2007-05-15 13:49:33 +00:00
marc
932075c34f * Patch from Paul Ishenin (max custom cursor size)
git-svn-id: trunk@10676 -
2007-02-24 15:25:32 +00:00
vincents
59a5e3b631 fixed typo in r10650 #f0fd1e16af
git-svn-id: trunk@10651 -
2007-02-17 21:58:36 +00:00
vincents
f0fd1e16af gtk2 interface: added cdecl to external function declaration (8323)
git-svn-id: trunk@10650 -
2007-02-17 21:49:16 +00:00
vincents
0e6dcf1dd8 gtk2: fixed compilation for gtk2 on X.
git-svn-id: trunk@10634 -
2007-02-13 21:44:30 +00:00
vincents
3ca65821cd gtk2 interface: fixed compilation for non X based display
git-svn-id: trunk@10633 -
2007-02-13 21:14:51 +00:00