summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-02-16[GTK+] Added buttons. Things aren't quite being positioned properly yet thoug...Pietro Gagliardi
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 callbac...Pietro Gagliardi
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 inv...Pietro Gagliardi
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
2014-02-15Gave all relevant controls matching SetText()/Text() pairs. Also added a TODO...Pietro Gagliardi
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 sel...Pietro Gagliardi
2014-02-15More error handling reduction.Pietro Gagliardi
2014-02-15Reduced the number of unnecessary error returns based on MSDN. The TODOs that...Pietro Gagliardi
2014-02-15Resolved some more TODOs... though resolving the rest in this file is going t...Pietro Gagliardi
2014-02-15Removed another TODO in window.go related to resizing. Also a note I forgot t...Pietro Gagliardi
2014-02-15More TODOs.Pietro Gagliardi
2014-02-15Removed setting the initial width and height in sysData.make() (this gets rid...Pietro Gagliardi
2014-02-15Added sysData.setWindowSize(), which will simplify a few things in Window.Ope...Pietro Gagliardi
2014-02-15Split out combobox and listbox error constants into their own sections of con...Pietro Gagliardi
2014-02-15Fixed build errors in the previous commits.Pietro Gagliardi
2014-02-15Added combobox/listbox selection helper functions.Pietro Gagliardi
2014-02-15Added sysData.insertBefore().Pietro Gagliardi
2014-02-15Resolved some of window.go's TODOs.Pietro Gagliardi
2014-02-15Removing more leftover stuff.Pietro Gagliardi
2014-02-14Window-related TODOs.Pietro Gagliardi
2014-02-14Added scrollbars to Listbox.Pietro Gagliardi
2014-02-14More TODOs.Pietro Gagliardi
2014-02-14Handled all controls's created field.Pietro Gagliardi
2014-02-14More TODOs.Pietro Gagliardi
2014-02-14More TODOs and example program tweaks.Pietro Gagliardi
2014-02-14Added Listboxes. You can't use the results just yet...Pietro Gagliardi
2014-02-14Renamed sysData.editable to sysData.alternate in preparation for ListBox.Pietro Gagliardi
2014-02-14Added labels.Pietro Gagliardi
2014-02-14Added LineEdit.Pietro Gagliardi
2014-02-14More TODOs.Pietro Gagliardi
2014-02-14Now that we have sysData.text() we no longer need the getText() that needed t...Pietro Gagliardi