summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-02-17More TODOs.Pietro Gagliardi
2014-02-17Added GTK+ message boxes.Pietro Gagliardi
2014-02-17Split out the dialog functions into portable and non-portable code to keep ↵Pietro Gagliardi
the package documentation in the portable code only.
2014-02-17Added scrollbars to the Listbox GtkTreeViews.Pietro Gagliardi
2014-02-17Okay, fixed item showing; the GtkTableView column just needed the text ↵Pietro Gagliardi
attribute. Now I need scrollbars...
2014-02-17Fixed GTK+ listboxes to create item cells and not show headers; still not ↵Pietro Gagliardi
displaying item text...
2014-02-17Fixed the GTK+ crashes (I think) by making resizes synchronous. Since all ↵Pietro Gagliardi
control resizes happen on the UI thread anyway, we don't need to dispatch back; just call the resizing functions directly. Windows gets this fix too for consistency (and also because it gets rid of the only asynchronous oddity in the system).
2014-02-16Added GTK+ listboxes... sort of. This whole thing is so broken it's funny.Pietro Gagliardi
2014-02-16Added GTK+ Labels.Pietro Gagliardi
2014-02-16Fixed layout failure... for now.Pietro Gagliardi
2014-02-16Added GTK+ LineEdit. It appears there's something weird happening now...Pietro Gagliardi
2014-02-16Added alternate control style building... mostly...Pietro Gagliardi
2014-02-16Added crash guard for making alternates (to get editable comboboxes).Pietro Gagliardi
2014-02-16...derp, it was my crash guard failing.Pietro Gagliardi
2014-02-16Added GTK+ comboboxes. ...and THESE aren't being positioned properly, sigh...Pietro Gagliardi
2014-02-16Added the GTK+ equivalent of Window.Title() and Button.Text() in preparation ↵Pietro Gagliardi
for adding the GTK+ implementation of Combobox.
2014-02-16More GTK+ weird behavior TODOs.Pietro Gagliardi
2014-02-16Added Checkbox to GTK+. Also added a TODO about crashes.Pietro Gagliardi
2014-02-16Removed some debugging prints.Pietro Gagliardi
2014-02-16Added window (and thus control) resizing. Other bugs have been fixed along ↵Pietro Gagliardi
the way.
2014-02-16[GTK+] Added buttons. Things aren't quite being positioned properly yet ↵Pietro Gagliardi
though...
2014-02-16Cleaned up the idle callback code.Pietro Gagliardi
2014-02-16More TODOs.Pietro Gagliardi
2014-02-16Added version compatibility notes to plan.md.Pietro Gagliardi
2014-02-16Added cgo-safe callback code for GTK+ signals. GTK+ signals work!Pietro Gagliardi
2014-02-16Added basic signal connection. I'm going to need to build a different ↵Pietro Gagliardi
callback system, though...
2014-02-16Added the beginning of the Unix (GTK+) implementation.Pietro Gagliardi
2014-02-15Removed stray TODO left over from copy/paste.Pietro Gagliardi
2014-02-15Added Listbox.Selection() and Listbox.SelectedIndices(). Also fixed a bug ↵Pietro Gagliardi
involving sysData.selectedIndices() with nothing selected.
2014-02-15Added Combobox.SelectedIndex().Pietro Gagliardi
2014-02-15More TODOsPietro Gagliardi
2014-02-15Added Combobox.Delete() and Listbox.Delete() and added some TODOs.Pietro Gagliardi
2014-02-15Added Listbox.Append() and Listbox.InsertBefore().Pietro Gagliardi
2014-02-15Added vertical scroll bars to Combobox.Pietro Gagliardi
2014-02-15Added Combobox.Append() and Combobox.InsertBefore().Pietro Gagliardi
2014-02-15Added a TODO related to the previous commit.Pietro Gagliardi
2014-02-15Fixed a build error in the previous commit.Pietro Gagliardi
2014-02-15Added message boxes and adjusted init() accordingly to display one on failure.Pietro Gagliardi
2014-02-15Removed a TODO regarding Windows Common Controls because I'm not going to be ↵Pietro Gagliardi
using those constants (and if I ever add more controls I will need to use comctl anyway).
2014-02-15Gave all relevant controls matching SetText()/Text() pairs. Also added a ↵Pietro Gagliardi
TODO for Checkbox related to checked state.
2014-02-15More TODO reduction.Pietro Gagliardi
2014-02-15More TODO reduction.Pietro Gagliardi
2014-02-15More TODOs.Pietro Gagliardi
2014-02-15More error/TODO reduction.Pietro Gagliardi
2014-02-15Made sure sysData.selectedIndices() returns an empty slice if nothing was ↵Pietro Gagliardi
selected in a single-selection listbox.
2014-02-15More error handling reduction.Pietro Gagliardi
2014-02-15Reduced the number of unnecessary error returns based on MSDN. The TODOs ↵Pietro Gagliardi
that used to be there have been moved to a new file; similar files for Mac and Linux will also be made.
2014-02-15Resolved some more TODOs... though resolving the rest in this file is going ↵Pietro Gagliardi
to be fun...
2014-02-15Removed another TODO in window.go related to resizing. Also a note I forgot ↵Pietro Gagliardi
to say a few commits ago: setWindowSize() also keeps the OS-decided window position.
2014-02-15More TODOs.Pietro Gagliardi