summaryrefslogtreecommitdiff
path: root/src/corelib
diff options
context:
space:
mode:
authorGraeme Geldenhuys <graeme@mastermaths.co.za>2009-07-14 17:01:09 +0200
committerGraeme Geldenhuys <graeme@mastermaths.co.za>2009-07-14 17:01:09 +0200
commit583c3005cae909327a0c8ba49fd80f8114e580b6 (patch)
treefba3b904df1b272752ff075c0b28e1c63efc13f2 /src/corelib
parente71d20abbaea9896187fb123f13976c1d00cc439 (diff)
downloadfpGUI-583c3005cae909327a0c8ba49fd80f8114e580b6.tar.xz
Add new todo items so I don't forget them
Diffstat (limited to 'src/corelib')
-rw-r--r--src/corelib/fpg_main.pas5
-rw-r--r--src/corelib/x11/fpg_x11.pas4
2 files changed, 7 insertions, 2 deletions
diff --git a/src/corelib/fpg_main.pas b/src/corelib/fpg_main.pas
index bdcdc277..366867f2 100644
--- a/src/corelib/fpg_main.pas
+++ b/src/corelib/fpg_main.pas
@@ -1,7 +1,7 @@
{
fpGUI - Free Pascal GUI Library
- Copyright (C) 2006 - 2008 See the file AUTHORS.txt, included in this
+ Copyright (C) 2006 - 2009 See the file AUTHORS.txt, included in this
distribution, for details of the copyright.
See the file COPYING.modifiedLGPL, included in this distribution,
@@ -21,6 +21,9 @@ unit fpg_main;
{.$Define DEBUG}
+{ TODO : Remove IFDEF in Interface uses clause }
+{ TODO : Implement font size adjustments for each platform. eg: linux=10pt & windows=8pt }
+
interface
uses
diff --git a/src/corelib/x11/fpg_x11.pas b/src/corelib/x11/fpg_x11.pas
index 7a1c04d5..4556d4ff 100644
--- a/src/corelib/x11/fpg_x11.pas
+++ b/src/corelib/x11/fpg_x11.pas
@@ -1,7 +1,7 @@
{
fpGUI - Free Pascal GUI Library
- Copyright (C) 2006 - 2008 See the file AUTHORS.txt, included in this
+ Copyright (C) 2006 - 2009 See the file AUTHORS.txt, included in this
distribution, for details of the copyright.
See the file COPYING.modifiedLGPL, included in this distribution,
@@ -21,6 +21,8 @@ unit fpg_x11;
{.$Define DEBUG}
+{ TODO : Compiz effects: Menu popup with correct window hint. Same for Combo dropdown window. }
+
interface
uses