summaryrefslogtreecommitdiffstatshomepage
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* Revert directory layout to what we had initiallyAlexander Neumann2012-02-20145-23627/+0
* TextEdit: Improve handling of escape and tab keys.Alexander Neumann2011-08-141-7/+4
* ToolBar: Add support for multiple text rows per button.Alexander Neumann2011-08-141-1/+22
* NumberEdit: Remove MinSizeHintAlexander Neumann2011-08-141-5/+0
* Improve handling of hidden widgets in layouts.Alexander Neumann2011-08-144-30/+61
* IniFileSettings: Don't error when loading if the .ini file does not yet exist.Alexander Neumann2011-08-141-5/+38
* Missed two files in previous commit (of course).Alexander Neumann2011-07-162-11/+21
* Change [u]int to [u]int32 in winapi and adjust walk as required.Alexander Neumann2011-07-1659-500/+708
* FileDialog: Filter must be terminated with two zeros (\0\0).Alexander Neumann2011-07-121-1/+1
* Fixes for weekly.2011-07-07Alexander Neumann2011-07-086-16/+15
* Remove winapi subdirs here, too.Benny Siegert2011-07-061-26/+0
* Unify winapi imports in walk.Benny Siegert2011-07-0666-276/+70
* Consolidate winapi/* into a single package.Benny Siegert2011-07-0637-415/+224
* Add notifyicon example.Alexander Neumann2011-07-065-0/+69
* Add Icon and NotifyIcon.Alexander Neumann2011-07-068-7/+448
* Change definition of some constants.Alexander Neumann2011-07-062-19/+19
* Wrap errors returned by recover in window procedure + some more error handling stuff.Alexander Neumann2011-07-062-17/+50
* TableView: Set internal item count before setting current index to -1 on model rows reset.Alexander Neumann2011-07-021-2/+2
* D'oh! Another file was missing :(Alexander Neumann2011-06-272-0/+22
* TableView: Always set current index to -1 when resetting model rows.Alexander Neumann2011-06-261-8/+1
* Remove ListView widget, use TableView instead.Alexander Neumann2011-06-267-972/+0
* Use 24h format in tableview example.Alexander Neumann2011-06-261-1/+1
* Change filebrowser example to use TableView instead of ListView.Alexander Neumann2011-06-261-70/+109
* Missed to commit one more file.Alexander Neumann2011-06-251-0/+14
* Add tableview exampleAlexander Neumann2011-06-254-0/+194
* Add TableView widgetAlexander Neumann2011-06-253-2/+762
* ToolBar: Better SizeHintAlexander Neumann2011-06-241-5/+7
* ToolBar: Remove [Set]ButtonWidthLimits.Alexander Neumann2011-06-241-17/+0
* ToolBar: Add [Set]DefaultButtonWidth.Alexander Neumann2011-06-241-8/+73
* ToolBar: Get rid of some code duplication.Alexander Neumann2011-06-242-58/+64
* Fix ToolBar button auto size / wrapping problemAlexander Neumann2011-06-241-4/+6
* Merge branch 'master' of github.com:lxn/walkAlexander Neumann2011-06-233-5/+5
|\
| * Merge pull request #4 from bsiegert/masterAlexander Neumann2011-06-233-5/+5
| |\
| | * Make DOCINFO.CbSize an int32.Benny Siegert2011-06-232-2/+2
| | * Update for unsafe.Sizeof changes.Benny Siegert2011-06-222-4/+4
* | | Doc comments for Widget and WidgetBaseAlexander Neumann2011-06-231-0/+305
|/ /
* | Add missing pieces to make *ToolBar respect *Action changes.Alexander Neumann2011-06-231-2/+17
* | Make SetText work for a *TabPage that is already added to a *TabWidget.Alexander Neumann2011-06-232-10/+59
* | Add a Synchronize function that allows to run a closure within the main thread.Vincent Vanackere2011-06-231-0/+25
* | *LineEdit, *TextEdit: Add read-only supportAlexander Neumann2011-06-234-0/+34
|/
* Add DateEdit widgetAlexander Neumann2011-06-216-0/+336
* ui2walk: make sure we find gofmt.exeAlexander Neumann2011-06-211-1/+10
* Keep panicking if no handler is attached to the *App.Panicking event + avoid double panicAlexander Neumann2011-06-212-9/+21
* Merge *WidgetBase.runMessageLoop into *TopLevelWindow.Run.Alexander Neumann2011-06-212-22/+18
* IniFileSettings: Include os.O_TRUNC when opening .ini file for writing.Alexander Neumann2011-06-211-11/+5
* Properly reactivate owner after closing nested top level window.Alexander Neumann2011-06-031-0/+3
* Actually implement TabPageList.Clear() and TabPageList.RemoveAt().Vincent Vanackere2011-06-032-10/+51
* IniFileSettings: Use bufio.Reader for reading lines.Alexander Neumann2011-06-031-3/+2
* Pass nil instead of emtpy rect to CreateEnhMetafile to fix size bugAlexander Neumann2011-05-041-3/+1
* Run gofix for changes in release.r57.1 8276Alexander Neumann2011-05-043-24/+24