mattias
dff0858e3d
added gtk x functions to toggle a form fullscreen, grab mouse and capture keyboard thx to Andrew Haines
...
git-svn-id: trunk@9727 -
2006-08-17 10:01:53 +00:00
mattias
65e76b77bb
improved layout of findreplace dialog
...
git-svn-id: trunk@9562 -
2006-07-04 22:25:40 +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
125ffee4cb
gtk2 intf: enabled direct drawing, because it has working event area and double buffering
...
git-svn-id: trunk@9507 -
2006-06-27 22:49:57 +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
3385779d03
gtk2 intf: added GetDefaultPangoLayout
...
git-svn-id: trunk@9494 -
2006-06-24 08:35:25 +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
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
mattias
e81c0f77a0
added WithThemSpace parameter to GetPreferredSize
...
git-svn-id: trunk@9331 -
2006-05-21 15:47:28 +00:00
mattias
6746f6ade9
gtk2 intf: fixed mem leak
...
git-svn-id: trunk@9265 -
2006-05-13 08:52:21 +00:00
mattias
173f5c5a42
fixed gtk2 compilation
...
git-svn-id: trunk@9256 -
2006-05-09 07:57:41 +00:00
mattias
5ff16b41ea
gtk intf: implemented cx_maximized from Darek
...
git-svn-id: trunk@9251 -
2006-05-08 09:14:47 +00:00
mattias
6eb4930179
fixed references to COPYING.LCL
...
git-svn-id: trunk@9243 -
2006-05-05 05:52:08 +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
ba79bfe6ab
When tComboBox is first component on Form, Gtk enable grab capture for it and not release from Darek
...
git-svn-id: trunk@8964 -
2006-03-18 23:10:14 +00:00
mattias
252c0feff3
OnSelChange for tComboBox fired only one per click from Darek
...
git-svn-id: trunk@8957 -
2006-03-18 14:39:13 +00:00
andrew
17d9a51c28
Fix for bug #1673 -- permission from Vincent
...
git-svn-id: trunk@8679 -
2006-01-31 16:15:12 +00:00
mattias
acebd87695
Form.WindowState now is kept up to date from Andrew Haines
...
git-svn-id: trunk@8561 -
2006-01-18 22:41:07 +00:00
micha
7fffafe910
improve RemoveEventHandler efficiency to O(1), and add SetEventHandlerFlags (gtk/linux only)
...
git-svn-id: trunk@8458 -
2006-01-06 20:59:57 +00:00
micha
003833b777
add cross-platform process termination and pipe event handlers
...
git-svn-id: trunk@8256 -
2005-12-06 13:41:28 +00:00
mattias
07465b2a09
fixed gtk2 scrolling from Andrew Haines
...
git-svn-id: trunk@8222 -
2005-11-26 08:24:01 +00:00
micha
c85ee92754
add user data parameter to addeventhandler, that is passed to the given callback
...
git-svn-id: trunk@8188 -
2005-11-18 18:56:30 +00:00
micha
0cb86ee4af
add flags to AddEventHandler, socket and flags to callback
...
git-svn-id: trunk@8179 -
2005-11-16 19:12:10 +00:00
micha
a02ab953ca
implement calling event for handle activity in main loop for gtk
...
git-svn-id: trunk@8169 -
2005-11-15 17:30:03 +00:00
mattias
bb35225370
disabled hide from taskbar for gtk1. If you want it: compile with -dEnableHideFromTaskbar
...
git-svn-id: trunk@8133 -
2005-11-11 15:55:51 +00:00
mattias
5bf19dd85b
fixed crash on SetShowInTaskBar for non application forms
...
git-svn-id: trunk@8086 -
2005-11-07 09:27:32 +00:00
mattias
efd9f8762c
added simple heuristic for the meaning of PGdkImage^.bpp
...
git-svn-id: trunk@8075 -
2005-11-06 11:34:14 +00:00
mattias
19b319415b
added ShowInTaskBar for gtk2
...
git-svn-id: trunk@8072 -
2005-11-06 10:53:36 +00:00
mattias
679cd0bc8e
implemented TCustomForm.OnWindowStateChange for gtk2
...
git-svn-id: trunk@8066 -
2005-11-05 12:55:53 +00:00
mattias
d9803d9808
imporved xinerama support for gtk1 from Colin
...
git-svn-id: trunk@8064 -
2005-11-05 11:48:54 +00:00
vincents
98b55d7333
removed {$IFDEF USE_SYNCHRONIZE}
...
git-svn-id: trunk@8055 -
2005-11-04 14:15:32 +00:00
vincents
3406b21d43
removed obsolete GetRadioMenuItemGroup
...
git-svn-id: trunk@8037 -
2005-11-02 18:55:21 +00:00
marc
3f1f735fb1
- removed debig signalhandlers left behind for rev 7671 #d788e753a8
...
git-svn-id: trunk@7673 -
2005-09-11 20:58:58 +00:00
marc
d788e753a8
* fixed bug #853
...
git-svn-id: trunk@7671 -
2005-09-11 18:43:40 +00:00
mattias
2f5c43d2e1
added gtk handler for TCheckListBox item check change
...
git-svn-id: trunk@7591 -
2005-08-29 10:35:25 +00:00
vincents
1064272122
removed ifdef ver1 from Martin Smat
...
git-svn-id: trunk@7479 -
2005-08-04 08:41:46 +00:00
mattias
e303f8f83f
replaced codetools+gtk intf TList with faster TFPList
...
git-svn-id: trunk@7405 -
2005-07-23 09:27:30 +00:00
marc
2dc851ec46
+ added gdk_display function for gtk2
...
- replaced X11Display with gdk_display
git-svn-id: trunk@7277 -
2005-06-23 21:24:40 +00:00
marc
82d1e285bb
* Fixed crash then display was passed with --display=
...
git-svn-id: trunk@7271 -
2005-06-22 22:15:06 +00:00
vincents
4a2a769957
fixed compilation.
...
git-svn-id: trunk@7215 -
2005-06-01 09:52:14 +00:00
micha
9b9bfe455c
fix synchronisation for fpc 1.9.9
...
git-svn-id: trunk@7077 -
2005-04-15 09:27:23 +00:00
mattias
4442c43d56
next try to fix the gtk1 crashing on focussing a window from Andrew Haines
...
git-svn-id: trunk@6996 -
2005-03-20 09:35:47 +00:00
mattias
5ec0ba3595
implemented TCustomForm.ShowInTaskBar for gtk1+2 from Andrew Haines
...
git-svn-id: trunk@6995 -
2005-03-19 23:36:26 +00:00
mattias
2221cce016
gtk1: minimizing windows, missing: window state events from Andrew Haines
...
git-svn-id: trunk@6990 -
2005-03-19 09:17:20 +00:00
mattias
139b3f1dda
next try to fix the crashing when switching focus from Andrew Haines
...
git-svn-id: trunk@6988 -
2005-03-18 15:32:13 +00:00
mattias
ebe99f3599
accelerated cups printing and added targets sparc-linux and powerpc-linux
...
git-svn-id: trunk@6985 -
2005-03-18 12:46:48 +00:00
mattias
80c38a6712
added gtk1 check for current desktop on focussing windows from Andrew Haines
...
git-svn-id: trunk@6974 -
2005-03-17 10:10:51 +00:00
mattias
cbe336218b
fixed gtk2 intf scrollbar handling from Danny Milosavljevic
...
git-svn-id: trunk@6887 -
2005-03-04 12:28:11 +00:00
mattias
cbd283b647
fixed TShape FPCanvas issue
...
git-svn-id: trunk@6885 -
2005-03-04 12:21:56 +00:00
mattias
0c22e95d2a
fixed gtk open dialog go up
...
git-svn-id: trunk@6850 -
2005-02-26 18:39:56 +00:00
marc
6ed8e2ecf4
* Reworked listviews to match new interface
...
git-svn-id: trunk@6848 -
2005-02-26 17:08:41 +00:00
mattias
49190601ad
fixed componentpalette adding via double click
...
git-svn-id: trunk@6826 -
2005-02-21 20:15:28 +00:00
mattias
6e94d0a766
added dyn xinerama use patch from C Western
...
git-svn-id: trunk@6817 -
2005-02-20 10:43:04 +00:00
mattias
027b1428e1
xinerama hack is now only enabled when compiled with -dUseXinerama
...
git-svn-id: trunk@6814 -
2005-02-19 20:36:56 +00:00
mattias
6161468c16
fixed gtk2 key handle result
...
git-svn-id: trunk@6813 -
2005-02-19 20:33:10 +00:00
mattias
32ed3ffefa
added xinerama recognition fro gtk1/fpc1_9+ from C Western
...
git-svn-id: trunk@6808 -
2005-02-19 16:19:19 +00:00
mattias
0882395f3e
fixed gtk2 intf checking if signal already connected
...
git-svn-id: trunk@6790 -
2005-02-17 02:10:53 +00:00
mattias
ba5ffc3f0e
fixed define templates quotes
...
git-svn-id: trunk@6787 -
2005-02-16 23:31:16 +00:00
mattias
73a58828fa
improved gtk intf file dialog filter from C Western
...
git-svn-id: trunk@6786 -
2005-02-16 22:55:59 +00:00
mattias
799a2c918f
fix gtk2 scrollbars from Jesus
...
git-svn-id: trunk@6782 -
2005-02-15 10:33:31 +00:00
marc
7c3a95c570
* first 64bit changes
...
git-svn-id: trunk@6752 -
2005-02-05 16:09:52 +00:00
vincents
c29fc540b8
fixed compilation of gtk2 interface on windows
...
git-svn-id: trunk@6728 -
2005-02-03 21:10:07 +00:00
micha
83cd8b7126
revert patch: use synchronize by default; users now always need to use cthreads otherwise there will be a RTE
...
git-svn-id: trunk@6613 -
2005-01-16 13:59:02 +00:00
micha
5e96e40e13
fix bug #558 : title bar redraw (win32)
...
USE_SYNCHRONIZE enabled per default for 1.9.x
git-svn-id: trunk@6597 -
2005-01-15 10:09:23 +00:00
micha
f92f516967
fix gtk compilation for tstatictext.layout
...
git-svn-id: trunk@6550 -
2005-01-11 21:40:29 +00:00
micha
b0aa23957b
glue tthread.synchronize to gtk event loop
...
git-svn-id: trunk@6432 -
2004-12-28 15:28:25 +00:00
mattias
c8759cbc2e
updated fpdoc sceletons for lcl and gtk intf
...
git-svn-id: trunk@6316 -
2004-12-01 16:17:18 +00:00
mattias
d4214e5175
impementing changing a TLabel.Font properties Size, Height, Name, Style - set only at Handle creation time
...
git-svn-id: trunk@6226 -
2004-11-10 18:23:56 +00:00
mattias
8960dd3810
implemented preferred size for controls for theme depending AutoSizing
...
git-svn-id: trunk@6189 -
2004-11-03 14:18:36 +00:00
mattias
f032ceaa2b
implemented gtkwscomctrls.TGtkWSStatusBar
...
git-svn-id: trunk@6146 -
2004-10-16 15:36:49 +00:00
mattias
8f32b28a3f
calling updating notebook tab after realize, needed for close btns
...
git-svn-id: trunk@6138 -
2004-10-15 12:04:09 +00:00
mazen
964538eebf
* Fix compile probelem under GTK2 related to
...
THandle <--> Pointer conversion
git-svn-id: trunk@6090 -
2004-09-30 10:35:50 +00:00
vincents
ead8badfb4
unit filectrl splitted in filectrl and fileutil
...
git-svn-id: trunk@6083 -
2004-09-28 08:19:55 +00:00
mattias
abacaa7cbf
implemented Rename Identifier
...
git-svn-id: trunk@6075 -
2004-09-25 15:05:39 +00:00
micha
46c5e54090
convert LM_NB_UPDATETAB message to interface method
...
git-svn-id: trunk@6070 -
2004-09-24 18:00:52 +00:00
micha
4c7a853aca
convert LM_SHORTCUT message to interface methods
...
git-svn-id: trunk@6018 -
2004-09-17 10:56:26 +00:00
mazen
94751cbfd6
*GTK2 supports double byte now
...
git-svn-id: trunk@5984 -
2004-09-12 19:04:18 +00:00
mazen
e9bf89e4df
* fix compile probelm using gtk1
...
git-svn-id: trunk@5913 -
2004-09-02 16:04:17 +00:00
mazen
0feb2a60d9
* utf8bidi is only needed for implementation, please ensure it
...
does not appear in any interface section except for LCLType.
git-svn-id: trunk@5912 -
2004-09-02 14:59:55 +00:00
mattias
725ee3133d
improved double byte char fonts for gtk1, started synedit UTF8 support
...
git-svn-id: trunk@5906 -
2004-09-02 09:17:00 +00:00
mattias
b4638fdb13
fixed makefile
...
git-svn-id: trunk@5883 -
2004-08-29 10:13:59 +00:00
mattias
87eeaf72b3
added hints for long props in OI from Andrew Haines
...
git-svn-id: trunk@5877 -
2004-08-28 10:22:13 +00:00
mattias
f576d2fccd
simple forms can now be child controls
...
git-svn-id: trunk@5820 -
2004-08-18 20:49:03 +00:00
mattias
8fb1867a6b
removed obsolete unit vclglobals
...
git-svn-id: trunk@5814 -
2004-08-18 09:31:21 +00:00
mattias
508c219f38
gtk intf now ignores size notifications of unrealized widgets
...
git-svn-id: trunk@5808 -
2004-08-17 19:01:37 +00:00
mazen
cf925ed5a5
* move HandleGtkKeyUpDown to gtkProc.inc make it visible to gtk2
...
this allow saving a call in a hevely called callback
git-svn-id: trunk@5715 -
2004-07-30 14:26:11 +00:00
mattias
116c988455
added RTTI controls
...
git-svn-id: trunk@5687 -
2004-07-16 21:49:00 +00:00
mattias
13b1bfe34a
TGTKListStringList now keeps selection on Put and Move
...
git-svn-id: trunk@5641 -
2004-07-03 11:11:09 +00:00
mattias
67dd913236
fixed a mem violation in gtk intf paint msg conversion
...
git-svn-id: trunk@5605 -
2004-06-28 15:45:48 +00:00
mattias
220f368496
implemented painting menuitem icons from ImageList
...
git-svn-id: trunk@5575 -
2004-06-17 21:24:19 +00:00
mattias
caf487c9e8
implemented OnChange for TRadioButton, TCheckBox, TToggleBox and some more docking stuff
...
git-svn-id: trunk@5531 -
2004-05-30 14:02:31 +00:00
marc
04c92db6be
+ Added WSBitBtn interface
...
+ Implemented WSBitBtn interface for gtk
git-svn-id: trunk@5480 -
2004-05-16 23:24:41 +00:00
mattias
e1f1af3fb2
improved grids e.g. OnPrepareCanvas patch from Jesus
...
git-svn-id: trunk@5469 -
2004-05-14 12:53:25 +00:00
mattias
2134411288
started sending CN_KEYUP
...
git-svn-id: trunk@5453 -
2004-05-11 09:49:47 +00:00
mattias
617948d9c8
removed unneeded units in uses sections
...
git-svn-id: trunk@5443 -
2004-05-02 12:01:15 +00:00
micha
b4c61fa97d
fix (lm_)setcursor changes for gtk target
...
git-svn-id: trunk@5402 -
2004-04-11 18:58:26 +00:00
mattias
9d8deb06d1
fixed TLabel.AutoWrap=true and label on formless parent in gtk intf
...
git-svn-id: trunk@5368 -
2004-04-03 18:08:40 +00:00
mattias
506f8a7c71
implemented mask merge and extraction for raw images
...
git-svn-id: trunk@5343 -
2004-03-28 12:49:23 +00:00
marc
997484aabf
* Simplified signals for gtkwsbutton
...
git-svn-id: trunk@5338 -
2004-03-24 01:21:41 +00:00
mattias
4cda98b31b
implemented icons for TPage in gtk, mask for TCustomImageList
...
git-svn-id: trunk@5336 -
2004-03-22 19:10:04 +00:00
peter
0cc6b98039
* fixed gtk2 compilation
...
git-svn-id: trunk@5289 -
2004-03-09 15:30:15 +00:00
mattias
13a127f522
fixed FreeDC
...
git-svn-id: trunk@5272 -
2004-03-06 15:37:43 +00:00
mattias
277581d567
fixed CreateComponent for buttons, implemented basic Drag And Drop
...
git-svn-id: trunk@5238 -
2004-02-28 00:34:36 +00:00
marc
de8f27af5b
* Interface CreateComponent splitup
...
* Implemented CreateButtonHandle on GTK interface
on win32 interface it still needs to be done
* Changed ApiWizz to support multilines and more interfaces
git-svn-id: trunk@5236 -
2004-02-27 00:42:41 +00:00
mattias
add76d4e8b
completed new TToolBar
...
git-svn-id: trunk@5226 -
2004-02-23 18:24:38 +00:00
mattias
ce51572453
started advanced LCL auto sizing
...
git-svn-id: trunk@5198 -
2004-02-13 15:49:54 +00:00
mattias
c0b7b7163f
fixed grids OnDrawCells
...
git-svn-id: trunk@5179 -
2004-02-07 18:04:14 +00:00
mattias
269687dae9
improved changing style of controls
...
git-svn-id: trunk@5112 -
2004-01-27 21:32:11 +00:00
mattias
4a6d4fbb68
fixed resizing synedit
...
git-svn-id: trunk@5103 -
2004-01-26 11:55:35 +00:00
mattias
5dba91f6ae
style widgets are now realized, so all values are initialized
...
git-svn-id: trunk@5088 -
2004-01-23 13:55:30 +00:00
mattias
6b0b23469e
started MaskBlt for gtkIF and applied patch for dir dlg in env opts from Vincent
...
git-svn-id: trunk@5083 -
2004-01-22 11:23:36 +00:00
mattias
43ca43fc48
added finnish translation
...
git-svn-id: trunk@5074 -
2004-01-18 11:03:01 +00:00
marc
41da727612
* renamed (Check|Enable)MenuItem to MenuItemSet(Check|Enable)
...
+ Started with accelerator nameing routines
* precheckin for createwidget splitup
git-svn-id: trunk@5048 -
2004-01-11 16:38:29 +00:00
mattias
1766d6ed74
started double buffering for gtk intf
...
git-svn-id: trunk@5045 -
2004-01-10 22:34:20 +00:00
mattias
2d933b44e8
improved gtk intf key fetching and OI keyboard navigation
...
git-svn-id: trunk@5035 -
2004-01-09 13:49:43 +00:00
mattias
b6593d0a09
implemented Double Buffering for synedit and deactivated multi buffering in TGTKObject.ExtTextOut
...
git-svn-id: trunk@5015 -
2004-01-05 01:18:16 +00:00
mattias
505247e781
default font can now change height and fixed gtk crash
...
git-svn-id: trunk@5005 -
2004-01-03 23:15:00 +00:00
mattias
459b1c939c
fixed many range check warnings
...
git-svn-id: trunk@4951 -
2003-12-25 14:17:07 +00:00
ajgenius
6879fd5729
fix NIL style crash and GTK2 Compiling
...
git-svn-id: trunk@4904 -
2003-12-18 15:15:13 +00:00
mattias
00d97112a7
made gtklayout using window theme at start
...
git-svn-id: trunk@4861 -
2003-11-29 13:17:39 +00:00
mattias
f747e69c96
added clWindow for gtklistitem
...
git-svn-id: trunk@4834 -
2003-11-23 13:13:35 +00:00
mattias
1e4cf2c054
fpc 1.1 fixes, started scrollbar hiding, started polymorphing client areas
...
git-svn-id: trunk@4752 -
2003-11-01 10:27:41 +00:00
marc
9077473f14
Added cleanup code for keyboard tables
...
git-svn-id: trunk@4731 -
2003-10-24 21:28:16 +00:00
mattias
ae02013fa3
updated rpm scripts
...
git-svn-id: trunk@4723 -
2003-10-22 17:50:17 +00:00
marc
2bc4f15b39
* Fixed VKey keypad handling
...
git-svn-id: trunk@4718 -
2003-10-19 16:33:11 +00:00
ajgenius
56e06a582f
fix GTK2 compiling for new Keyboard changes
...
git-svn-id: trunk@4716 -
2003-10-17 03:21:21 +00:00
marc
ceaf698ecf
Implemented new gtk keyevent handling
...
git-svn-id: trunk@4715 -
2003-10-16 23:54:27 +00:00
ajgenius
cba186a6dd
add csForm, start fixing Style matching for syscolors and fonts
...
git-svn-id: trunk@4709 -
2003-10-15 20:33:37 +00:00
ajgenius
9e4f8acf95
minor pango/gtk2 font fixes
...
git-svn-id: trunk@4698 -
2003-10-03 04:01:22 +00:00
ajgenius
983bc1227d
add more gtk1i<->gtk2 key & event wrappers,
...
move more GTK2 workarounds from gtk to gtk2 interface,
start GTK2 interface SetCallback
git-svn-id: trunk@4697 -
2003-10-03 01:25:01 +00:00
ajgenius
f236ad4c5f
try to catch GDK/X drawable errors and raise an AV to stop killing App
...
git-svn-id: trunk@4670 -
2003-09-25 16:02:16 +00:00
ajgenius
5443f8d2d5
more work toward GTK2 - partly fix CheckListBox, & MenuItems
...
git-svn-id: trunk@4667 -
2003-09-24 17:23:54 +00:00
ajgenius
d743352fb0
remove USE_PANGO define since pango now apears to work properly.
...
git-svn-id: trunk@4650 -
2003-09-19 00:41:52 +00:00
ajgenius
9489cc0bd2
fixed Tgtkobject.drawtext for Pango till the native pango one works better
...
git-svn-id: trunk@4643 -
2003-09-18 14:06:30 +00:00
mattias
5e5c1122a7
renamed LCLLinux to LCLIntf
...
git-svn-id: trunk@4637 -
2003-09-18 09:21:03 +00:00
mattias
c311ce3e25
fixed removing TPage
...
git-svn-id: trunk@4633 -
2003-09-17 15:26:42 +00:00
ajgenius
d0f6765615
PANGO support for GTK2 now works.. sorta. TextOut/ExtTextOut broken?
...
git-svn-id: trunk@4623 -
2003-09-15 03:10:46 +00:00
ajgenius
5263906d67
fixes for GTK2(accel groups, menu accel, 'draw'),
...
more work toward Pango(DrawText now works, UpdateDCTextMetric mostly works)
git-svn-id: trunk@4609 -
2003-09-12 17:40:46 +00:00
ajgenius
eef2bbe9ad
fixed TColotDialog for GTK2
...
git-svn-id: trunk@4593 -
2003-09-10 02:33:41 +00:00
ajgenius
3f67846f84
more implementation toward pango for gtk2
...
git-svn-id: trunk@4592 -
2003-09-09 20:46:38 +00:00
ajgenius
b93c3874b3
more updates for GTK2, more GTK1 wrappers, removal of more ifdef's, partly fixed signals
...
git-svn-id: trunk@4587 -
2003-09-09 04:15:08 +00:00
ajgenius
066215c115
fixes for gtk2
...
added more wrappers for gtk1/gtk2 converstion and sanity
removed pointless version $Ifdef GTK2 etc
IDE now "runs" Tcontrol drawing/using problems
renders it unuseable however
git-svn-id: trunk@4578 -
2003-09-06 20:23:53 +00:00
ajgenius
bf84728787
gtk2 changes for pixmap, getcursorpos, mouse events workaround
...
git-svn-id: trunk@4573 -
2003-09-06 17:24:52 +00:00
ajgenius
6164d86867
removed a redundant routine which broke gtk1
...
git-svn-id: trunk@4568 -
2003-09-05 19:03:19 +00:00
ajgenius
4844efb4cb
Make GTK2 "compile". linking fails still
...
(Makefile.fpc needs pkgconfig libs/GTK2 linking rules,
but not sure how not sure how) and when linked via a make script
(like gtk2 examples do) apps still won't work(yet). I think we
need to do a lot of work to make sure incompatible(also to get rid
of deprecated) things are done in GTK2 interface itself, and just
use more {$Ifdef GTK1} in the gtk interface itself.
git-svn-id: trunk@4566 -
2003-09-05 18:19:54 +00:00
mattias
bad5a3e490
fixed default size of preview widget
...
git-svn-id: trunk@4562 -
2003-09-04 10:51:30 +00:00
mattias
a9f24996c7
implemented TOpenPictureDialog
...
git-svn-id: trunk@4558 -
2003-09-02 21:32:56 +00:00
mattias
0f753789fa
using default colors, when theme does not define them
...
git-svn-id: trunk@4548 -
2003-08-30 18:53:08 +00:00
mattias
4804ddc2f9
fixes for gtk2
...
git-svn-id: trunk@4547 -
2003-08-29 21:21:07 +00:00