wxWidgets.git
2006-03-27  Vadim Zeitlinadded an option to use wxExtHelpController (which means...
2006-03-27  Vadim Zeitlinrewrote wxExtHelpController loading code to use wxFileN...
2006-03-27  Włodzimierz... Source and warning cleaning.
2006-03-27  Włodzimierz... Unconditional assert means failure.
2006-03-27  Włodzimierz... Minor source cleaning.
2006-03-27  Włodzimierz... Fix for broken 'param' macro syntax.
2006-03-27  Włodzimierz... Minor source cleaning.
2006-03-27  Włodzimierz... Source and warning cleaning after enabling wxUSE_DATAVI...
2006-03-27  Vadim Zeitlindocumented GetResourcesDir() and GetLocalizedResourcesD...
2006-03-27  Vadim Zeitlinfixed unused parameter warning
2006-03-27  Włodzimierz... Coverity CID 100 fix.
2006-03-27  Włodzimierz... Final and global PRIOR/NEXT change: keep consistency...
2006-03-27  Jouk Jansen Committing in .
2006-03-27  Vadim Zeitlintranslate tips which appear inside _() in wxFileTipProvider
2006-03-27  Vadim Zeitlinremoved wxClassInfo::CleanUp() as it breaks wxEntry...
2006-03-27  Vadim Zeitlinexplain that the message catalogs should be installed...
2006-03-25  Vadim Zeitlinpartly undid last commit: we still need to look in...
2006-03-25  Vadim Zeitlinlook for catalogs with LC_MESSAGES subdirectory and...
2006-03-25  Vadim Zeitlindiscard the debug directories at the end of the executa...
2006-03-25  Vadim Zeitlinno need to add . and .. explicitely to the catalogs...
2006-03-25  Vadim Zeitlinsimplified message catalog search code using the new...
2006-03-25  Vadim Zeitlinadded wxStandardPaths::GetResourcesDir() and GetLocaliz...
2006-03-25  Vadim Zeitlinimplemented GetPluginsDir() to behave as documented
2006-03-25  Vadim Zeitlinuse one #ifdef __VMS instead of doing it in each and...
2006-03-25  Vadim Zeitlinremoved wxMac stuff from here, unless I'm missing somet...
2006-03-25  Vadim Zeitlindon't crash in GetInstallPrefix() if wxTheApp == NULL...
2006-03-25  Julian SmartFixed crash in Life demo on Mac
2006-03-25  Włodzimierz... Build fix after PRIOR/NEXT removal.
2006-03-25  Vadim Zeitlinre-fix operator?: involving wxNodes and compatibility_i...
2006-03-25  Vadim ZeitlinX11 callbacks must be extern C
2006-03-25  Robin DunnUse self.GetCanvas() instead of just self.GetCanvas
2006-03-25  Robin Dunnmore size_t --> unsigned int changes
2006-03-25  Robin DunnThe null byte at the end of the string should not be...
2006-03-24  Włodzimierz... Updated changes list after int/size_t unsigned int.
2006-03-24  Włodzimierz... Back to unsigned int count in wxTreeCtrl.
2006-03-24  Włodzimierz... More null virtuals in wxRadioBoxBase (see: 'Developers_...
2006-03-24  David Surovellminor cleanup
2006-03-24  Robin DunnAdd a note about WXK*PRIOR and WXK*NEXT
2006-03-24  Julian SmartCommented out call that breaks metal style setting...
2006-03-24  Włodzimierz... Allow easier PalmOS5 development by volounteers.
2006-03-24  Julian SmartReduced deprecation warning frequency
2006-03-24  Julian SmartHidden variable warning fix
2006-03-24  Włodzimierz... PRIOR/NEXT build fixes.
2006-03-24  Julian SmartAdded note about accelerator translation
2006-03-24  Włodzimierz... Keep wxPalmOS buildable in case Access would reuse...
2006-03-24  Włodzimierz... PRIOR/NEXT build fixes.
2006-03-24  Włodzimierz... PRIOR/NEXT build fixes and warning corrections.
2006-03-24  Włodzimierz... Source cleaning.
2006-03-24  Włodzimierz... Warning fixes.
2006-03-24  Julian SmartUpdated adding samples section.
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...
next