summaryrefslogtreecommitdiffstatshomepage
path: root/src/pkg (follow)
Commit message (Expand)AuthorAgeFilesLines
* Revert directory layout to what we had initiallyAlexander Neumann2012-02-20118-21737/+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-085-5/+4
* Unify winapi imports in walk.Benny Siegert2011-07-0666-276/+70
* Consolidate winapi/* into a single package.Benny Siegert2011-07-0637-415/+224
* 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-266-966/+0
* Missed to commit one more file.Alexander Neumann2011-06-251-0/+14
* Add TableView widgetAlexander Neumann2011-06-252-0/+754
* 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-233-0/+31
|/
* Add DateEdit widgetAlexander Neumann2011-06-215-0/+330
* 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-041-1/+1
* Remove ClientArea(), a MainWindow can now be used as parent directlyAlexander Neumann2011-03-276-59/+52
* Bring back Initialize and Shutdown funcsAlexander Neumann2011-03-274-8/+42
* Add options for logging errors and panicking on errors + use panicking in examplesAlexander Neumann2011-03-2616-176/+152
* TextEdit: Who had the brilliant idea to kill our parent when pressing the escape key?Alexander Neumann2011-03-261-0/+6
* Add some support for setting tab order (z-order)Alexander Neumann2011-03-263-18/+52
* If we assign no context menu to a widget, use what the os providesAlexander Neumann2011-03-261-1/+1