]> git.saurik.com Git - wxWidgets.git/shortlog
wxWidgets.git
2004-05-14  Robin DunnPatch #952053, wxToggleButton gains WS_VISIBLE flag
2004-05-14  Stefan CsomorwxMacWakeUp moved
2004-05-14  Stefan CsomorwxMacWakeUp moved
2004-05-14  Stefan Csomorfixes for file drops in unicode
2004-05-14  Stefan Csomorgcc warning
2004-05-14  Julian SmartAdded include to get wxMacWakeUp
2004-05-14  Stefan Csomorsupporting readonly and singleline attributes for non...
2004-05-14  Stefan Csomormoving wxMacWakeUp to utils, as macnotify will soon...
2004-05-14  Stefan Csomorlogging error instead of message box
2004-05-14  Robin DunnAdd a call to SetBestSize so the minsize can be set...
2004-05-14  Robin DunnUpdates for the Joystick demo to allow it to funciton...
2004-05-14  Robin DunnFixes so joystick not only compiles on Linux, but it...
2004-05-13  Robin DunnTake the hgap and vgap into account when doing alignmen...
2004-05-13  Stefan Csomorunicode support for mach-O targets in Metrowerks
2004-05-13  Stefan Csomornon-osx methods bracketed
2004-05-13  Stefan Csomorswitching to preemptive implementation (from mpthread...
2004-05-13  Stefan Csomorcorrected preproc condition
2004-05-13  Stefan Csomorchanged ppc to ptpc as ppc is a preprocessor constant...
2004-05-13  Stefan Csomorbracketing non OSX code
2004-05-13  Stefan Csomorunicode fix
2004-05-13  Dimitri Schoolwerthadded missing includes required for CW8 Carbon compilation
2004-05-13  Robin DunnPatch #953131
2004-05-13  Robin DunnPatch [ 952969 ] Parentless windows forced to center...
2004-05-13  Robin DunnOGL typemap and OOR fixes
2004-05-13  George TaskerBLOB fix - if the type for the BLOB column is SQL_C_CHA...
2004-05-13  George TaskerMore BLOB fixes
2004-05-12  Vadim Zeitlinadded Portuguese (Brazilian) translations
2004-05-12  George TaskerSpelling typos fixed
2004-05-12  George TaskerOpen curley braces '{' that were preceeded by a '\...
2004-05-12  George TaskerUpdates to match current class info
2004-05-12  George TaskerFor some reason, the ending '}' for the {\small ...
2004-05-12  George Tasker\begin(verbatim) lines should start at the beginning...
2004-05-12  George TaskerFixed a '(' that should have been a '{'
2004-05-12  George Tasker[SF#789459] Add support for connection strings. The...
2004-05-12  David ElliottWrap within #if wxUSE_NOTEBOOK
2004-05-12  George Tasker[SF#777752] Applied a slight variation of this patch...
2004-05-12  George Tasker[SF#851487] wxDb::Catalog() function was attempting...
2004-05-12  George TaskerIndentation formatting fix. No source code affected
2004-05-12  George TaskerRemoved some sample test data that I had left hardcoded...
2004-05-12  George TaskerAdded wxODBC change notes
2004-05-12  George TaskerUse of blobs with a binding to a SQL_C_BINARY type...
2004-05-12  George TaskerThe wxDb::Open() function that takes a wxDbConnectInf...
2004-05-12  George TaskerSQL_C_BLOB was getting #define'd incorrectly if there...
2004-05-12  George TaskerwxODBC_BLOB_SUPPORT changed to just being a #define.
2004-05-12  George TaskerFixed assert warning if the listbox has no elements...
2004-05-12  Julian SmartAdded window styles to wxToolBar handler.
2004-05-12  Robin DunnreSWIGged
2004-05-12  Robin DunnreSWIGged
2004-05-12  Robin DunnMore DocStr macro updates
2004-05-12  Robin DunnOops, wrong file selected. undid last change
2004-05-12  Robin DunnreSWIGged
2004-05-12  Robin DunnMore DocStr macro updates
2004-05-12  Robin DunnSome docstring additions, reformats and epydoc markup.
2004-05-12  Robin DunnCheck exit code or commands and exit with that code
2004-05-12  Robin Dunnmade wx.Joystick stub (for platforms without joystick...
2004-05-12  Robin DunnMade wx.Locale() make an unitialized locale while still...
2004-05-11  Robin DunnFixed compile warning
2004-05-11  Dimitri Schoolwerthremoved tabs; minor cosmetic cleanup
2004-05-11  Dimitri Schoolwerthmade font a non-pointer; code cleanup
2004-05-11  Robin DunnreSWIGged
2004-05-11  Stefan Csomornot needed
2004-05-11  Stefan Csomorremove unneeded vars
2004-05-11  Julian SmartAdded wxUSE_MDI
2004-05-11  Robin DunnreSWIGged
2004-05-11  Stefan Csomoradded wxUSE_MDI
2004-05-11  Julian SmartwxDocMDIParentFrame needs a default constructor
2004-05-11  Stefan Csomoradded correct (structure instead of content) bounds...
2004-05-11  Stefan Csomorxcode commits
2004-05-11  Kevin OllivierRestore proper set and kill focus handling for user...
2004-05-11  Robin DunnAdded missing Detach method wrapper
2004-05-10  Robin DunnUse self in DC method signatures
2004-05-10  Robin DunnAdd wxTimerEvent to Events category
2004-05-10  Robin DunnAdd GetOwner accessor and fix wxRTTI inheritance for...
2004-05-10  Robin DunnAvoid duplicated definition errors for wxLongToLongHash...
2004-05-10  Julian SmartDon't show wrong shade of grey when disabled
2004-05-10  Vadim Zeitlinrenamed simplified chinese translations file from zh...
2004-05-09  Vadim Zeitlinfixed wxFileDataObject in Unicode build
2004-05-09  Vadim Zeitlin(blind) fix for gcc 3.4 warning for an always true...
2004-05-09  Stefan NeisRemove duplicated typedef depending on header file...
2004-05-09  Stefan NeisAdded missing "const" for operator== and operator!=.
2004-05-09  Julian SmartFixed size problem due to wxMac window implementation...
2004-05-09  Stefan NeisAdded missing const for comparision operators.
2004-05-09  Stefan NeisApplied patch [ 929275 ] [wxOS2] Missing title bars.
2004-05-09  Julian SmartBlind fix
2004-05-08  Václav Slavíkcorrected wxLANGUAGE_CHINESE to use same default as...
2004-05-08  Mattia Barbon Remove duplicate definition caused by last commit.
2004-05-08  Mattia Barbon When wxUSE_STL == 1 and STL provides quasi-standard...
2004-05-08  Mattia Barbon wxX11 compilation fixes.
2004-05-08  Julian SmartAdded missing textctrl.h include
2004-05-08  Stefan CsomorDataBrowserBased CheckList implementation
2004-05-08  Stefan Csomorconnecting the currently focused text control to the...
2004-05-08  Stefan Csomorscrolling to selection
2004-05-08  Mattia Barbon wxUniversal compilation fix. The fix is ok because...
2004-05-08  Vadim Zeitlinadded wxUSE_MDI (but forgot to commit before)
2004-05-08  Vadim Zeitlinremoved HandleSysCommand() and don't generate duplicate...
2004-05-08  Mattia Barbon Add missing #define.
2004-05-08  Mattia Barbon Add missing WXDLLEXPORT.
2004-05-08  Mattia Barbon Remove duplicate definition.
2004-05-08  Mattia Barbon TeX2RTF compilation fixes after my last wxHashTable...
2004-05-08  Mattia Barbon CHM help is not compiled for wxUniversal.
next