summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-03-05Remove the 32-bit GTK+ from linux/386 Travis.ci builds; I have no idea how to...Pietro Gagliardi
2014-03-05One more try with Travis.ci: this time start with multiarch support explicit.Pietro Gagliardi
2014-03-05Now that they appear to work, make Travis.ci builds verbose.Pietro Gagliardi
2014-03-05Travis.ci isn't actually building the package because there's no test files; ...Pietro Gagliardi
2014-03-05Disabled Travis.ci's linux/386 build for now; not sure how to fix it.Pietro Gagliardi
2014-03-05...and that's what I get for not knowing or remembering what I was doing/trus...Pietro Gagliardi
2014-03-05...hopefully NOW the linux/386 Travis.ci build will be fixed?Pietro Gagliardi
2014-03-05Whoops, looks like Travis.cl hates { cmd; } in its before_install: block; als...Pietro Gagliardi
2014-03-05Configured the Travis.cl configuration to cross-compile Windows and Linux for...Pietro Gagliardi
2014-03-05Whoops; actually need build=master there; also remove extra spacePietro Gagliardi
2014-03-05Updated Travis.ci badge for andlabs/ui.Pietro Gagliardi
2014-03-05Merge pull request #3 from tompao/travis-ciPietro Gagliardi
2014-03-05Add a note about the Mac OS X version of package ui requiring Go 1.3 to the R...Pietro Gagliardi
2014-03-05Xcode 4 comes with a version of clang that treats inline differently: it requ...Pietro Gagliardi
2014-03-04Update README.mdTom P
2014-03-04Install GTK3 development filesTom Paoletti
2014-03-04Basic configuration for travis-ciTom Paoletti
2014-03-04Changed the ".." import in the test binary to a proper "github.com/andlabs/ui...Pietro Gagliardi
2014-03-03Updated the README for Mac OS X. LAUNCHING.Pietro Gagliardi
2014-03-03Updated the implementation.md file for Mac OS X.Pietro Gagliardi
2014-03-03Fixed Mac OS X control placement flipping. This is done by passing the height...Pietro Gagliardi
2014-03-03Added flags to show the auxiliary test windows in the test program, to make w...Pietro Gagliardi
2014-03-03Split out the code to add a Control to a Mac OS X Window into its own function.Pietro Gagliardi
2014-03-03More TODOs.Pietro Gagliardi
2014-03-03Removed a leftover crash guard from the Mac OS X sysData code (in this case s...Pietro Gagliardi
2014-03-03Removed crash guards from the Mac OS X sysData code. Also removed some leftov...Pietro Gagliardi
2014-03-03More TODOs.Pietro Gagliardi
2014-03-03Added Mac OS X ProgressBars. Mac OS X now feature-equal!Pietro Gagliardi
2014-03-03Added the scrollbars themselves to the NSScrollView backing the Mac OS X List...Pietro Gagliardi
2014-03-03Wrapped Mac OS X Listboxes in NSScrollViews. Their preferredSize seems to be ...Pietro Gagliardi
2014-03-03More TODOs related to the previous commit.Pietro Gagliardi
2014-03-03Changed how the preferred size of controls is determined to accomodate NSTabl...Pietro Gagliardi
2014-03-03Added a Listbox preferredSize test window to the main test program, as it app...Pietro Gagliardi
2014-03-03Fixed selection grabbing and also append/insert/removal crashes: all were sel...Pietro Gagliardi
2014-03-03Ah there we go; columnWithIdentifier: returns an index; we wanted tableColumn...Pietro Gagliardi
2014-03-02Fixed a typo'd selector name related to Listbox selection. Adding items still...Pietro Gagliardi
2014-03-02Whoops, forgot to define sysData.selectedIndices() and sysData.selectedTexts(...Pietro Gagliardi
2014-03-02Fixed the compiler errors. The Mac OS X Listboxes are created!... but don't s...Pietro Gagliardi
2014-03-02Added untested Mac OS X Listbox code. Won't compile yet...Pietro Gagliardi
2014-03-02Added Mac OS X Labels and a bunch of TODOs. Now for Listboxes... oh boy...Pietro Gagliardi
2014-03-02Fixed incorrect object placement by using the window's content rect, not the ...Pietro Gagliardi
2014-03-02Fixed incorrect redrawing of Mac OS X windows after resize. Still need to fix...Pietro Gagliardi
2014-03-02Added the Mac OS X implementation of LineEdit. It seems to work... mostly. Th...Pietro Gagliardi
2014-03-02Finished the implementation of Combobox on Mac OS X.Pietro Gagliardi
2014-03-02Added the Mac OS X implementation of messageboxes.Pietro Gagliardi
2014-03-02Added the other Combobox modification functions to the Mac OS X backend. Befo...Pietro Gagliardi
2014-03-02Added the beginning of the Mac OS X implementation of Combobox; also added a ...Pietro Gagliardi
2014-03-02Added an alternate textsel for Mac OS X Comboboxes.Pietro Gagliardi
2014-03-02Added the alternate value as a parameter to Mac OS X sysData.make() in prepar...Pietro Gagliardi
2014-03-02Added Mac OS X Checkboxes.Pietro Gagliardi