summaryrefslogtreecommitdiff
path: root/progressbar.go
AgeCommit message (Expand)Author
2018-08-26Migrated more controls.Pietro Gagliardi
2018-08-26Moved all the Go files out of the way again, this time so we can migrate them...Pietro Gagliardi
2018-08-11More control migration.Pietro Gagliardi
2018-08-11Moved the existing .go files out of the way and replaced ui.h with the alpha4...Pietro Gagliardi
2015-12-12Added ProgressBar.Pietro Gagliardi
2014-08-30Out with the old...Pietro Gagliardi
2014-07-02Moved it all back; the preemptive multitaksing during an event handler kills ...Pietro Gagliardi
2014-07-02Moved everything out of the way pending rewrite.Pietro Gagliardi
2014-06-30Restored the previous new API. I'm going to change it so that events are call...Pietro Gagliardi
2014-06-30Reverted everything back to the old API.Pietro Gagliardi
2014-06-28Began the migration to the new API. Removed locks from the public control API...Pietro Gagliardi
2014-06-25Made the new sizing system work on Windows.Pietro Gagliardi
2014-06-25Migrated existing controls to the new sizing system.Pietro Gagliardi
2014-06-25Added the necessary work to make new regular Labels work on the other platforms.Pietro Gagliardi
2014-06-10More go fmt.Pietro Gagliardi
2014-06-04Resolved TODO about indeterminate ProgressBar repetition by deciding to leave...Pietro Gagliardi
2014-04-01Removed the initText parameter from sysData.make() and changed all invocation...Pietro Gagliardi
2014-03-18Restored the locks everywhere except on resizing calculations. I'll run under...Pietro Gagliardi
2014-03-17Changed the new resizing code so that it uses the same allocated slice per wi...Pietro Gagliardi
2014-03-17Changed window resizes so that the actual Control.setRect() functions appende...Pietro Gagliardi
2014-03-17Dumped the mutex locks from the other controls and elaborated/asked for help ...Pietro Gagliardi
2014-03-12Separated file creation dates from the package comment.Pietro Gagliardi
2014-03-12Added GTK+ indeterminate ProgressBars.Pietro Gagliardi
2014-03-12Added indeterminate ProgressBars to the portable frontend and fixed up Progre...Pietro Gagliardi
2014-03-12Dropped Windows 2000 support.Pietro Gagliardi
2014-03-09Removed error returns from Control.preferredSize() since errors are not going...Pietro Gagliardi
2014-03-03Fixed Mac OS X control placement flipping. This is done by passing the height...Pietro Gagliardi
2014-02-25Added GTK+ implementation of ProgressBar and added a ProgressBar to the test ...Pietro Gagliardi
2014-02-25"Note This message [PBM_SETMARQUEE] requires ComCtl32.dll version 6.00 or la...Pietro Gagliardi
2014-02-25Added portable parts of ProgressBar.Pietro Gagliardi