summaryrefslogtreecommitdiff
path: root/progressbar.go
AgeCommit message (Expand)Author
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