vincents
1a5943a473
gtk interface: changed crHourglass cursor to GDK_WATCH
...
git-svn-id: trunk@10646 -
2007-02-15 10:06:33 +00:00
mattias
49242c3818
gtk intf: using default when gdk does not know the physical screen size
...
git-svn-id: trunk@10642 -
2007-02-14 11:09:42 +00:00
mattias
fee343a469
IDE: codebrowser parses units
...
git-svn-id: trunk@10639 -
2007-02-13 23:46:29 +00:00
marc
6737a6ef3d
* cursor patch from Paul Ishenin
...
+ added extra handle checks
* enabled some gtk2.2 code for getting cursorpos
git-svn-id: trunk@10597 -
2007-02-06 01:34:29 +00:00
mattias
2b1083e359
LCL: SetTempCursor is now called on every mouse move, cursors of TControls
...
git-svn-id: trunk@10595 -
2007-02-05 23:24:03 +00:00
mattias
c851dfb460
gtk intf: TListBox, TComboBox now use GTK_SELECTION_SINGLE to prevent auto selection by the gtk
...
git-svn-id: trunk@10584 -
2007-02-05 11:16:07 +00:00
vincents
b56ef3de5d
lcl: fixed gtk compilation with fpc 2.1.1 on darwin
...
git-svn-id: trunk@10574 -
2007-02-03 21:46:51 +00:00
marc
92e3d63d75
* Cursor patch from Paul Ishenin
...
* Disabled setting cursors for gtk2, since it is broken
git-svn-id: trunk@10544 -
2007-01-31 01:11:00 +00:00
marc
b3f981c48b
* Modified patch from Paul Ishenin implementing cursors
...
git-svn-id: trunk@10446 -
2007-01-15 00:53:09 +00:00
marc
6c79de53ed
* Keyhandling rework. Virtual keycodes are looked up by the keycode of the key pressed.
...
+ Added dynamic modifier mask lookup.
git-svn-id: trunk@10422 -
2007-01-11 01:09:11 +00:00
mattias
eb2bc015d7
gtk intf: fixed omitting events during adding items to lists (e.g. TComboBox.Items.Add), IDE: fixed changing file extensions for highlighter
...
git-svn-id: trunk@10391 -
2007-01-08 00:58:34 +00:00
jesus
a6d43caf21
fixed mem leak
...
git-svn-id: trunk@10299 -
2006-12-05 11:45:47 +00:00
mattias
e6b41be37c
gtk intf: added dummy proc for AppRestore
...
git-svn-id: trunk@10271 -
2006-12-01 11:17:23 +00:00
andrew
5302d4b562
changed lazarus to use the widgetset it is compiled with as the default when building projects
...
+ added WidgetSetName function to TWidgetSet.
+ changed the order of units on qtint and fpguiint
git-svn-id: trunk@10216 -
2006-11-18 13:45:28 +00:00
jesus
0adbb16922
gtk: Ensure text color, use LineInfo.GetLineInfo for TraceGdiCalls
...
git-svn-id: trunk@10169 -
2006-11-03 21:20:20 +00:00
mattias
c3cc436b89
gtk2 intf: implemented difference between Minimize and Desktop switch from Andrew, bug #1996
...
git-svn-id: trunk@10147 -
2006-10-31 18:19:02 +00:00
mattias
b8e285a693
gtk2 intf: added gdkwindows for client widgets: gtk_fixed_new
...
git-svn-id: trunk@10120 -
2006-10-28 15:07:08 +00:00
andrew
e28b0e879e
fixed gtk2 toolbutton to get click events
...
git-svn-id: trunk@10071 -
2006-10-15 16:38:54 +00:00
andrew
fc03d1600d
Some 64bit changes for TWS.Create Timer
...
Fixed gtk2 listbox events
Partially fixed gtk2 painting issues bug #964
Fixed bug #7067
Gtk2 Opendialogs now use GtkFileChooserDialog
Added a check for the clipboard in case it get stuck in a repeat loop
lclgtkcellrenderer now knows the itemindex to paint correctly
git-svn-id: trunk@10067 -
2006-10-15 13:27:27 +00:00
mattias
9747f91093
added FontIsMonoSpace
...
git-svn-id: trunk@10043 -
2006-10-05 21:50:05 +00:00
micha
a4bd9f7713
fix pointer type conversions
...
git-svn-id: trunk@10039 -
2006-10-04 22:21:04 +00:00
mattias
f68e5b904f
IDE: improved layout of compiler options, LCL: calling AdjustSize when client rect changed
...
git-svn-id: trunk@9890 -
2006-09-13 20:57:35 +00:00
mattias
339e49de45
LCL help: fixing path delims after substituting macros
...
git-svn-id: trunk@9862 -
2006-09-12 09:41:44 +00:00
mattias
8783e0100d
IDE: Find in Files: implemented multi line pattern and replacement, gtk intf: improved z ordering with modal forms
...
git-svn-id: trunk@9779 -
2006-09-01 14:38:07 +00:00
mattias
535bec1a8d
gtk intf: fixed auto realigning of bitmap masks
...
git-svn-id: trunk@9732 -
2006-08-18 21:10:29 +00:00
mattias
69a6edd9a9
gtk intf: fixed realign masks, LCL TBitmap: added CHangingAll to avoid overhead when changing the whole bitmap
...
git-svn-id: trunk@9642 -
2006-07-20 19:20:43 +00:00
mattias
b17384ebc1
TButtonGlyph now uses shared bitmaps, improved debugging mem leaks
...
git-svn-id: trunk@9629 -
2006-07-18 17:20:34 +00:00
mattias
ace64d3a32
changed RawImage sizes to PtrUInt
...
git-svn-id: trunk@9611 -
2006-07-14 22:21:17 +00:00
mattias
835168efa7
gtk intf: added automatic realign for bitmap masks bug #2022
...
git-svn-id: trunk@9610 -
2006-07-14 16:45:05 +00:00
mattias
fb6dfb5499
gtk2 intf: disabled SIZEICONIC messages, because the gtk2 sends them too, when user switches to another desktop, and then the LCL hides the whole application
...
git-svn-id: trunk@9524 -
2006-06-28 23:36:52 +00:00
mattias
8027a9738d
gtk intf: added minimum size for TTrackBar
...
git-svn-id: trunk@9506 -
2006-06-27 22:08:49 +00:00
mattias
31810fcee6
gtk2 intf: GDI fonts are now pango layouts instead of pango font descriptions, using the font cache similar to gtk1
...
git-svn-id: trunk@9499 -
2006-06-27 11:28:17 +00:00
mattias
080df83b4c
gtk2 intf: TToolBar is now a simnple hbox instead of a gtk_toolbar
...
git-svn-id: trunk@9476 -
2006-06-22 10:35:34 +00:00
mattias
486838638b
gtk2 intf: fixed TTrackBar, added MergeSort for TFPList and TStrings
...
git-svn-id: trunk@9471 -
2006-06-22 01:54:58 +00:00
mattias
9e7d3f95e3
added parameter to CreatPublishedMethod to only use the typeinfo, improvements for 64bit
...
git-svn-id: trunk@9463 -
2006-06-21 18:30:24 +00:00
mattias
4b0f3b5966
disabled TAsyncProcess for linux, because it creates a lot of overhead and no bytes are read during execution
...
git-svn-id: trunk@9449 -
2006-06-19 08:44:18 +00:00
mattias
0d67131d5f
fixed compilation of rx.lpk
...
git-svn-id: trunk@9447 -
2006-06-19 07:01:10 +00:00
mattias
e4cf644778
gtk2 intf: extended GetRawImageXXX functions to take screen shots
...
git-svn-id: trunk@9360 -
2006-05-27 12:43:59 +00:00
jesus
a39c2c3633
fixed AV's getting pixel under gtk1, issue #2097
...
git-svn-id: trunk@9342 -
2006-05-23 21:32:34 +00:00
jesus
aa20edd467
fixed mouse events return wrong coordinates in scrolling components (win32, issue #1983 ), enabled ajustments for customforms in gtk
...
git-svn-id: trunk@9316 -
2006-05-20 17:10:17 +00:00
mattias
6eb4930179
fixed references to COPYING.LCL
...
git-svn-id: trunk@9243 -
2006-05-05 05:52:08 +00:00
mattias
3d19654952
gtk intf: added heuristic to choose the alpha mask line ending
...
git-svn-id: trunk@9231 -
2006-05-02 21:33:17 +00:00
mattias
9fcc3d2103
gtk intf: wordWrap with string in UTF8 from Darek
...
git-svn-id: trunk@9228 -
2006-05-02 20:21:29 +00:00
mattias
606d061e80
fixed gtk intf getting line end boundary
...
git-svn-id: trunk@9208 -
2006-04-29 22:25:16 +00:00
mattias
4de68607bc
implemented accelerators for TPage captions
...
git-svn-id: trunk@9206 -
2006-04-29 21:33:39 +00:00
mattias
9bc02c5002
improved getting selection from xterm and kde apps
...
git-svn-id: trunk@9129 -
2006-04-15 15:18:34 +00:00
marc
116d6521cf
* Fixed setting itemindex=-1 without handle
...
* Fixed selchange events during combo destoy
git-svn-id: trunk@9043 -
2006-03-29 19:21:18 +00:00
mattias
f6e1bf014e
added LM_CHANGED to TCustomComboBox from Darek
...
git-svn-id: trunk@9033 -
2006-03-28 17:05:15 +00:00
mattias
f4277fcbcd
codetools: implemented RepalceUsedUnits: replacing, commenting units
...
git-svn-id: trunk@8996 -
2006-03-22 22:59:52 +00:00
mattias
39d76028e2
fixed gtk TListBox.ItemIndex with MultiSelect and implemented loading .lpk info in install package dialog
...
git-svn-id: trunk@8990 -
2006-03-22 20:04:40 +00:00