]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/gtk/todo.txt
A fix for Python 2.2 which can sometimes call __wxCleanup before all
[wxWidgets.git] / docs / gtk / todo.txt
index 96bce1ccb83bcb4b4efd936103f8b72e2298a6bf..7c313a756149e4d99b75d6dba629b1b1505ce6b4 100644 (file)
@@ -1,48 +1,30 @@
 
 -------------------- High priority ---------------------
 
-Finalise DnD API.
-More testing of Unicode support.
-
-New wxSizer class implementation.
-
-Make wxSockets work on all platform.
-
-Do something about reentry problems with GUI threads
-  when doing asynchronous work (clipboard transfer, 
-  DnD, sockets, different threads).
-
-Add ID based i18n system as a replacement for the
-  unelegant gettext system.
-  
-Add controls to toolbar.
-
-Add TIFF handler. Someone? (Hint, hint).
-
-Improve, update translations. Install *.mo files somewehere.
-
-Completely remove internal usage of C++ iostreams.
-
-Sleep, eat, walk, study, shave, read, play piano and wash less.
+Fix crash in DnD reported from Mahogany.
 
 -------------------- Medium priority ---------------------
 
+wxBitmapButton doesn't refresh when parent gets refreshed.
+  -> Not important.
+
 Show accelerator control labels and actually implement them
-  -> Changed in GTK 1.2 (so let's do it for 1.2). Difficult.
+  -> Difficult.
   
 -------------------- Low priority ---------------------
     
 Right aligned checkboxes: focus highlighting is wrong, tooltips can't be set can't be set
+  -> Postponed. GTK 2.0 can do that.
+
+Port to GTK 2.0 - including its Unicode support.
 
-OwnerDraw for wxListCtrl and others
+Add wxNoteBook::GetPageIndex()
+Add wxNoteBook::SetTabPosition()
   -> Postponed.
 
 Implement wxPalette
-  -> I never understood that. Postponed.
+  -> Postponed.
  
 Implement different visuals and displays
-  -> I never understood that. Postponed.
+  -> I cannot test this. Postponed.
 
-Cooperation with Qt
-  -> Would be nice.