lazarus/lcl/interfaces/gtk3
2022-07-20 22:25:35 +02:00
..
gtk3bindings LCL-GTK3: Turn WriteLn into DebugLn. Make sure they compile. Cleanup. 2022-01-20 19:30:40 +02:00
alllclintfunits.pas
gtk3boxes.pas LCL-GTK3: Turn WriteLn into DebugLn. Make sure they compile. Cleanup. 2022-01-20 19:30:40 +02:00
gtk3cellrenderer.pas LCL-GTK3: Turn WriteLn into DebugLn. Make sure they compile. Cleanup. 2022-01-20 19:30:40 +02:00
gtk3defines.inc LCL-GTK3: Turn WriteLn into DebugLn. Make sure they compile. Cleanup. 2022-01-20 19:30:40 +02:00
gtk3int.pas LCL-GTK3: Turn WriteLn into DebugLn. Make sure they compile. Cleanup. 2022-01-20 19:30:40 +02:00
gtk3lclintf.inc LCL-GTK3: Fix speedbutton images. Issue #39614, patch by dbannon. 2022-01-29 15:30:04 +02:00
gtk3lclintfh.inc LCL: Remove deprecated function FontCanUTF8. All widgetsets returned True, including GTK(2) and QT(5). Not implementing it caused bugs. 2019-12-20 17:45:44 +00:00
gtk3object.inc LCL-GTK3: Implement AppMinimize and AppRestore. Issue #39753, patch by Anton Kavalenka. 2022-05-18 00:27:27 +03:00
gtk3objects.pas LCL-GTK3: Use smaller dash size for SynEdit gutter mark etc. Issue #39703, patch by Alexey Torgashin. 2022-04-09 13:43:50 +03:00
gtk3private.pas LCL-GTK3: Turn WriteLn into DebugLn. Make sure they compile. Cleanup. 2022-01-20 19:30:40 +02:00
gtk3procs.pas LCL-GTK3: Turn WriteLn into DebugLn. Make sure they compile. Cleanup. 2022-01-20 19:30:40 +02:00
gtk3widgets.pas LCL-GTK3: Turn WriteLn into DebugLn. Make sure they compile. Cleanup. 2022-01-20 19:30:40 +02:00
gtk3winapi.inc LCL-GTK3: Implement AppMinimize and AppRestore. Issue #39753, patch by Anton Kavalenka. 2022-05-18 00:27:27 +03:00
gtk3winapih.inc LCL-GTK3: Fix InputBox(). Issue #38710, patch from Anton Kavalenka. 2021-04-30 20:59:26 +00:00
gtk3wsbuttons.pp LCL-GTK3: Fix InputBox(). Issue #38710, patch from Anton Kavalenka. 2021-04-30 20:59:26 +00:00
gtk3wscalendar.pp LCL/Calendar: Remove option dsStartMonday from Calendar.DisplaySettings and replace it by Delphi-compatible Calendar.FirstDayOfWeek 2020-05-25 14:16:57 +00:00
gtk3wschecklst.pp LCL-GTK3: Turn WriteLn into DebugLn. Make sure they compile. Cleanup. 2022-01-20 19:30:40 +02:00
gtk3wscomctrls.pp LCL-GTK3: Fix the initial position of TTrackbar. Issue #39092, patch by Anton Kavalenka. 2021-06-29 13:30:58 +00:00
gtk3wscontrols.pp LCL-GTK3: Turn WriteLn into DebugLn. Make sure they compile. Cleanup. 2022-01-20 19:30:40 +02:00
gtk3wsdialogs.pp LCL-GTK3: Fix indentation. 2022-06-12 10:07:25 +03:00
gtk3wsextctrls.pp LCL-GTK3: Turn WriteLn into DebugLn. Make sure they compile. Cleanup. 2022-01-20 19:30:40 +02:00
gtk3wsextdlgs.pp lcl: gtk3: less hints 2021-05-10 14:38:34 +00:00
gtk3wsfactory.pas LCL: Undo r65060 #5589d83d68 because it breaks qt5/gtk2/gtk3 on Windows. Issue #38831. 2021-05-02 09:01:56 +00:00
gtk3wsforms.pp LCL-GTK3: Turn WriteLn into DebugLn. Make sure they compile. Cleanup. 2022-01-20 19:30:40 +02:00
gtk3wsimglist.pp LCL-GTK3: OOP approach in SelectObject, hatched brushes implemented etc. Issue #36744, patch from Anton Kavalenka. 2020-04-08 15:16:12 +00:00
gtk3wsmenus.pp LCL-GTK3: Turn WriteLn into DebugLn. Make sure they compile. Cleanup. 2022-01-20 19:30:40 +02:00
gtk3wsspin.pp
gtk3wssplitter.pas LCL-GTK3: Turn WriteLn into DebugLn. Make sure they compile. Cleanup. 2022-01-20 19:30:40 +02:00
gtk3wsstdctrls.pp LCL-GTK3: Implement TextHint for TCustomEdit. Issue #37802, patch from Anton Kavalenka. 2020-09-23 19:19:26 +00:00
gtk3wstrayicon.pas Systray on Unix needs to write user specific file to /tmp 2022-05-06 21:30:21 +10:00
interfaces.pp LCL-GTK3: Turn WriteLn into DebugLn. Make sure they compile. Cleanup. 2022-01-20 19:30:40 +02:00
issues.xml GTK3: Document that the native calendar does not support a MinDate or MaxDate. 2022-07-20 22:25:35 +02:00
Makefile Support Haiku build. Makefiles are generated from Makefile.fpc files using proper tools. Issue #36316, patch from Alfred. 2020-04-05 11:35:01 +00:00
Makefile.compiled Makefile, LCL: fix path for freetype 2021-07-08 11:21:25 +00:00
Makefile.fpc
README.txt

TODO:
* Cursors
* Themes (gtk3themes)
* Paint system (brush is critical)
* Paint system coordinates and transformations.
* Paint system text
* RawImage (bitmap, device)
* Other missing ws controls (trayicon, dragimagelist, splitter etc).
* Clipboard
* Caret
* Dialogs
* Designer
* Fix modal windows behaviour under kwin (metacity and xfwm works ok for now).
* For beta status move all signal handlers into separate unit, so gtk3widgets stay
  clean.
* Keep interface as simple as possible ! *
* If there's any problem which is fixed unlogical code,
  check if it's gtk3 bug first.



*KNOWN PROBLEMS:
1. GtkTextView inside GtkScrolledWindow with disabled scrollbars (GTK_POLICY_NONE)
   grows memo control. Seem that it's fixed in 3.8.2
   https://bugzilla.gnome.org/show_bug.cgi?id=688472
   https://bugzilla.gnome.org/show_bug.cgi?id=658928
   POSSIBLE SOLUTION IS TO OVERRIDE PGtkTextViewClass() for get_preferred_size

2. cairo clip rect in paint event have strange bounds when it paints only part
   of control (added temporary workaround after TGtk3Widget.GtkEventPaint call).

3. Window state isn't accurate (GtkWindow active/inactive property isn't updated
   correctly by gtk.

4. GtkNotebook switch-page cannot control is we forbid page switch when user clicks
   on it (tab).

Some links about gtk3:
http://igurublog.wordpress.com/tag/gtk3/


*NAMING OF UNITS* inside of gtk3bindings subdirectory:
All units are prefixed with laz eg. lazgtk3.pas to avoid
clashes with future versions of fpc which will probably have package named gtk3
and gtk3.pas unit inside.