wxWidgets.git
2006-03-24  Włodzimierz... Fix after removal of PRIOR/NEXT in common headers.
2006-03-24  Julian SmartBuild corrections
2006-03-24  Włodzimierz... Fix after removal of PRIOR/NEXT in common headers ...
2006-03-24  Włodzimierz... Warning fixes.
2006-03-24  Włodzimierz... Back to 'unsigned int' after reasearch of 'size_t'...
2006-03-24  Włodzimierz... Removed useless pragma after fixing code to use insigne...
2006-03-24  Włodzimierz... Fixed missing usage of x during Layout.
2006-03-24  Robin DunnMake WXK*PRIOR and WXK*NEXT be aliases for WXK*PAGEUP...
2006-03-24  Robin DunnreSWIGged
2006-03-24  Robin Dunn* wx.Panel doesn't have a SetTitle anymore. What was...
2006-03-24  Robin DunnNeed to use wizard.GetPageAreaSizer().Add(page) now...
2006-03-24  Robin DunnwxFileSystemHandler needs a destructor and to give...
2006-03-24  Robin DunnLength --> length
2006-03-24  Robin DunnSeveral instances of int --> unsigned int
2006-03-23  Vadim Zeitlinreplaced all int/size_t indices in wxControlWithItems...
2006-03-23  David Surovellminor cleanup
2006-03-23  Julian SmartFixes/makefiles for building data view control on Windows
2006-03-23  Robert Roebling Take into account cell's own size, not only the
2006-03-23  Stefan Csomorfiledata implementation streamlined
2006-03-23  Stefan Csomorimplementation streamlined
2006-03-23  Stefan Csomorsetting the hacked cocoa font panel as default
2006-03-23  Stefan Csomorconvenience methods
2006-03-23  Stefan Csomorbetter file data support
2006-03-23  Vadim Zeitlinfixed last commit which accidentally included parts...
2006-03-23  Julian SmartAdded missing declarations required for e.g. VC++ 6
2006-03-23  Vadim ZeitlinMinor fixes after last commit:
2006-03-23  Vadim Zeitlin1. fixed compilation after wxList::compatibility_iterat...
2006-03-23  Vadim Zeitlinreverted return type of wxList method to nodetype ...
2006-03-23  Julian SmartMiscellaneous change log updates.
2006-03-23  Julian SmartFixed home and end accelerators.
2006-03-23  Robin Dunnno longer need reverse renamers for the *Ptr classes
2006-03-23  Julian SmartAdded an optimization that fixes a recursive paint...
2006-03-23  Włodzimierz... Centering maximized wxTLWs on screen should do nothing.
2006-03-23  Włodzimierz... Unconditional assert means fail.
2006-03-23  Robert Roebling Implement basic MVC logic (change an item in one
2006-03-23  Julian SmartDon't centre the frame on WinCE
2006-03-23  Robert Roebling Make generic wxDataViewCtrl draw its contents.
2006-03-23  Włodzimierz... Warning fix.
2006-03-23  Włodzimierz... Warning fix.
2006-03-23  Vadim Zeitlinworkaround for mingw 3.2.3 DLL build with wxUSE_STL=1
2006-03-23  Vadim Zeitlinnested iterator classes must be dll-exported
2006-03-23  Vadim Zeitlinremoved unneeded (and provoking warnings in DLL build...
2006-03-23  Vadim Zeitlindon't compare invalid iterators/node pointers
2006-03-23  Vadim Zeitlindon't return true from wxRadioBox::AcceptsFocus() even...
2006-03-23  David Surovellfixed compilation issue in prior checkin
2006-03-22  David Surovellcleanup - reformatting
2006-03-22  Włodzimierz... wxFrameNameStr was already delivered by #include one...
2006-03-22  Włodzimierz... DMC bug workaround.
2006-03-22  Vadim Zeitlinmake it possible to predefine __WXFUNCTION__ in user...
2006-03-22  Vadim Zeitlindefine __WXFUNCTION__ instead of redefining the (semi...
2006-03-22  Vadim Zeitlindocumented __WXFUNCTION__
2006-03-22  Vadim Zeitlinmade alphabetical list of functions more alphabetical
2006-03-22  Vadim Zeitlinmade wxList methods return compatibility_iterator inste...
2006-03-22  Włodzimierz... Semicolon needed.
2006-03-22  Włodzimierz... Test both constuctors. Warning fix.
2006-03-22  Włodzimierz... Unconditional assert means fail.
2006-03-22  Julian SmartAdded missing include
2006-03-22  Julian SmartMac compile fixes
2006-03-22  David Surovellfix wxMac compilation problem by hoisting simple variab...
2006-03-22  Włodzimierz... Warning fix.
2006-03-22  Julian SmartRearranged, added info about universal builds
2006-03-22  Vadim Zeitlinfixed handling PNG errors accidentally broken in rev...
2006-03-22  Włodzimierz... Build fix.
2006-03-22  Robert Roebling Setup notifiers from datamodel to generic
2006-03-22  Robert Roebling In the generic version of wxDataViewCtrl, all
2006-03-22  Jouk Jansen Committing in .
2006-03-22  Vadim Zeitlinfixed wxCHECK in release build
2006-03-21  Vadim Zeitlinfixed __FUNCTION__ use in Unicode build (it's a variabl...
2006-03-21  Vadim Zeitlinadded ParseDate() tests; use CPPUNIT_ASSERT_EQUAL to...
2006-03-21  Vadim Zeitlinfixed several bugs in ParseDate() (invalid dates could...
2006-03-21  Vadim Zeitlindon't throw away the first three stack frames in the...
2006-03-21  Vadim Zeitlinshow the function in which the assert failure occured...
2006-03-21  Vadim Zeitlinuse new wxAPPLY_T macro instead of 3 identical __XDATE_...
2006-03-21  Vadim Zeitlinshow the function in which the assert failure occured...
2006-03-21  Vadim Zeitlinrecognize bitmap2 tag as containing a bitmap (used...
2006-03-21  Vadim Zeitlindon't evaluate assert expression unless the condition...
2006-03-21  Vadim Zeitlinadded semicolons after wxCHECK()s (part of patch 1450705)
2006-03-21  Vadim ZeitlinMade wxList::compatibility_iterator a class in wxUSE_ST...
2006-03-21  Stefan Csomorgcc 4.0 for all
2006-03-21  Vadim Zeitlincan't pass objects through ... (please don't ever ignor...
2006-03-21  Vadim Zeitlinadded wxGtkString::c_str()
2006-03-21  Vadim Zeitlinreturn NULL (and not invalid) iterator from compatibili...
2006-03-21  Vadim Zeitlinadded assert to verify that operands are initialized...
2006-03-21  Vadim Zeitlinbetter fix for infinite loop in HandleOnNavigationKey...
2006-03-21  Vadim Zeitlinreuse operator bool() check in compatibility_iterator...
2006-03-21  Vadim Zeitlinfix an infinite loop in HandleOnNavigationKey() when...
2006-03-21  Robert Roebling Added windowing and scrolling logic to generic
2006-03-21  Julian SmartFix accelerstors with down and left
2006-03-21  Julian SmartFixed a crash when deleting the last timer
2006-03-21  Mart RaudseppUse wxGtkString here too
2006-03-20  Václav Slavíkremoved Julian's hack that is no longer needed after...
2006-03-20  Vadim Zeitlinexplain why do you need wxUSE_WXDIB
2006-03-20  Vadim Zeitlinprovide stubs for conversion to/from image functions...
2006-03-20  Vadim Zeitlinremoved hard tabs
2006-03-20  Václav Slavíkfixed GetBitmap() to respect the "param" argument if...
2006-03-20  Robin DunnreSWIGged
2006-03-20  Robin DunnEditors, Renderers and Attrs need to have a destructor...
2006-03-20  Robin DunnUse the static method instead of the global alias
2006-03-20  Vadim Zeitlininitialize wxZipFSHandler even when wxUSE_GIF=0
2006-03-20  Robert Roebling Further compilation fixes.
next