wxWidgets.git
2004-03-27  Stefan Csomorcorrected Info.plist.in location
2004-03-27  Stefan Csomorcorrected Info.plist.in location
2004-03-27  Stefan Csomorcorrected Info.plist.in location
2004-03-27  Stefan Csomormoving GUI function to proper place
2004-03-27  Stefan Csomornew control based view architecture
2004-03-27  Stefan Csomormac fixes
2004-03-27  Stefan Csomorcorrected binhex commit
2004-03-27  Stefan Csomorproper theme fonts
2004-03-27  Stefan Csomormake construct simpler
2004-03-27  Stefan Csomormerge of new wxMac code
2004-03-27  Stefan Csomormerge of new wxMac code
2004-03-27  Stefan Csomortype safe proxy typedefs
2004-03-27  Stefan Csomormake things simpler, no default variant
2004-03-27  Stefan Csomormacos native debug levels
2004-03-27  Stefan Csomorworkaround to get things compiling properly under CW...
2004-03-27  Stefan CsomorNO_BORDER support backported into carbon subdir
2004-03-27  Stefan Csomorexport var that is sought for afterwards from shared lib
2004-03-27  Stefan Csomorcompiler warning fixed
2004-03-27  Stefan Csomorget keys support
2004-03-27  Stefan Csomorunicode support
2004-03-27  Stefan Csomormach-o shared libs support for cw
2004-03-27  Stefan Csomordefines necessary for unicode support
2004-03-27  Robin Dunntypo
2004-03-27  Robin DunnFixed the readme
2004-03-26  Robin DunnSome more explainations in places, typos fixed, a littl...
2004-03-26  Robin Dunntypo
2004-03-26  Robin DunnRegenerated metadata
2004-03-26  Robin DunnTurn off the RefDoc for constructors of the classes...
2004-03-26  Robin DunnRemoved some old, outdated, unfinished, or unstarted...
2004-03-26  Vadim Zeitlindon't set wxMenu::m_menuBar when appending the menu...
2004-03-26  Robin DunnUpdated version number
2004-03-26  Robin DunnOther doc updates
2004-03-26  Robin DunnRemoved some old, outdated, unfinished, or unstarted...
2004-03-26  Robin DunnRemoved some old, outdated, unfinished, or unstarted...
2004-03-26  David ElliottAdd support for checked and radio menu items
2004-03-26  David ElliottImplement SetBitmaps()
2004-03-26  David Elliott* Add a comment to Enable() indicating that it is prope...
2004-03-26  Stefan Csomorfiles of wxMac moved into carbon subdirs
2004-03-26  David ElliottCreate real separator items instead of items without...
2004-03-26  Stefan Csomorfiles of wxMac moved into carbon subdirs
2004-03-26  Stefan Csomorfiles of wxMac moved into carbon subdirs
2004-03-26  Robin DunnreSWIGged
2004-03-26  Stefan Csomorfiles of wxMac moved into carbon subdirs
2004-03-26  Robin DunnAn icon for the doc viewer
2004-03-26  Robin Dunntweak line number size just a bit
2004-03-26  Stefan Csomorfiles of wxMac moved into carbon subdirs
2004-03-26  Robin Dunn*** empty log message ***
2004-03-26  Robin Dunnno need to delete these anymore (since they don't exist...
2004-03-26  Robin Dunnforgot a bit of cleanup
2004-03-26  Robin DunnDocsrings for wxSplitterWindow
2004-03-26  Stefan Csomorfiles of wxMac moved into carbon subdirs
2004-03-26  Stefan Csomoradded Mach-O shared library targets
2004-03-26  Stefan Csomoradded Mach-O shared library targets
2004-03-26  Julian SmartDocumented UpdateSize function
2004-03-26  Stefan Csomorclassic split, building from the files in the src/mac...
2004-03-26  Stefan Csomordispatch for header files in order to keep old way...
2004-03-26  Stefan Csomorworkaround for bug in CW MSL
2004-03-26  Robin DunnTest the location of the .zips for writability, since...
2004-03-26  Robin DunnMake an app bundle for the doc viewer
2004-03-26  David ElliottCreate(): use wxAutoNSAutoreleasePool
2004-03-26  David ElliottMake wxCocoa work with wxUSE_STL==1: Use Erase instead...
2004-03-26  David ElliottMake wxCocoa work with wxUSE_STL==1:
2004-03-26  Robin DunnAdd a set for wxMac too
2004-03-26  Robin DunnBetter font selection and sizes for wxGTK2, tweaked...
2004-03-26  Robin DunnFixes and updates for the activex module info.
2004-03-26  Robin DunnA clarification
2004-03-26  Robin DunnMoved config.py to the root because if wxPython hasn...
2004-03-26  Robin DunnCleanup obsolete samples
2004-03-26  Robin Dunnuse wxPopupWindow again
2004-03-25  Václav Slavíkfixed tree item size calculation (patch 922454, partially)
2004-03-25  Robin DunnThe setup.py script will now install wxPython's headers...
2004-03-25  David ElliottMove m_isShown = false; into base class constructor
2004-03-25  Stefan Csomorplatform variants for wxMac
2004-03-25  Stefan Csomorunicode adaption
2004-03-25  Robin DunnNo need to explicitly delete the tbicon
2004-03-25  Robin DunnAdded note about wx.TaskbarIcon
2004-03-25  Robin Dunncleanup
2004-03-25  Robin Dunnadded UpdateSize
2004-03-25  Julian SmartAdded UpdateSize to wxSplitterWindow, to allow an app
2004-03-25  Jouk Jansen Committing in .
2004-03-25  Robin Dunn# 17/03/2004 - Joerg "Adi" Sieker adi@sieker.info
2004-03-25  Robin DunnreSWIGged
2004-03-25  Robin DunnreSWIGged
2004-03-25  Robin DunnAdd GetMaxTotalWidth
2004-03-25  Robin DunnEVT_SPLITTER_DCLICK alias to match the docs
2004-03-25  Robin DunnFixed OOR typo
2004-03-25  Robin DunnGetFirstChild does't need the cookie anymore
2004-03-24  Robin DunnChanged (again) how the GIL is aquired and the tstate...
2004-03-24  Robin Dunnfixed indentation
2004-03-24  Robin Dunnfixes for unicode build, return values from event handl...
2004-03-24  Robin Dunncopare lower case
2004-03-24  Václav Slavíkfixed warnings about unneeded arguments
2004-03-24  Vadim Zeitlindon't show the window initially if m_isShown is false...
2004-03-23  Václav Slavíkunified wxTaskBarIcon behaviour: wxMSW version is not...
2004-03-23  Václav Slavíkuse shared samples icon
2004-03-23  Julian SmartApplied patch [ 920076 ] [listctrl sample] Keep multise...
2004-03-23  Julian SmartApplied patch [ 899676 ] Updated project files
2004-03-23  Julian SmartApplied patch [ 905577 ] Removed copystring from OGL...
2004-03-23  Julian SmartApplied patch [ 919791 ] [widgets sample] Update wxList...
2004-03-23  Julian SmartApplied [ 899616 ] Fixes to the checklst and splitter...
next