projects
/
wxWidgets.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first
⋅
prev
⋅
next
wxWidgets.git
2006-03-28
Włodzimierz...
Documentation fixes for unresolved labels after changes...
commit
|
commitdiff
|
tree
|
snapshot
2006-03-28
Julian Smart
Removed redundant XBM
commit
|
commitdiff
|
tree
|
snapshot
2006-03-28
Julian Smart
Use XPM for symbols and pictures on all platforms
commit
|
commitdiff
|
tree
|
snapshot
2006-03-28
Włodzimierz...
Make wxPASSWORD and wxPROCESS_ENTER really deprecated.
commit
|
commitdiff
|
tree
|
snapshot
2006-03-28
Włodzimierz...
Warning fix.
commit
|
commitdiff
|
tree
|
snapshot
2006-03-28
Julian Smart
Correct test for WORDS_BIGENDIAN
commit
|
commitdiff
|
tree
|
snapshot
2006-03-28
Julian Smart
stdpaths.h needs filefn.h
commit
|
commitdiff
|
tree
|
snapshot
2006-03-28
Julian Smart
Added missing includes
commit
|
commitdiff
|
tree
|
snapshot
2006-03-28
Robert Roebling
Remove CVS clash in RCS-ID
commit
|
commitdiff
|
tree
|
snapshot
2006-03-28
Robert Roebling
Apply wxListCtrl patch which fixes some crashes
commit
|
commitdiff
|
tree
|
snapshot
2006-03-28
Vadim Zeitlin
properly NUL-terminate the buffer before converting...
commit
|
commitdiff
|
tree
|
snapshot
2006-03-27
Vadim Zeitlin
made wxTextFile work in Unicode (bug 1260189); also...
commit
|
commitdiff
|
tree
|
snapshot
2006-03-27
Vadim Zeitlin
made wxTextFile work in Unicode; also made it possible...
commit
|
commitdiff
|
tree
|
snapshot
2006-03-27
Vadim Zeitlin
really fixed iteration over wxTextbuffer using GetFirst...
commit
|
commitdiff
|
tree
|
snapshot
2006-03-27
Vadim Zeitlin
we don't need to include wx/textfile.h here
commit
|
commitdiff
|
tree
|
snapshot
2006-03-27
Vadim Zeitlin
reuse Clear() instead of duplicating its code in Close()
commit
|
commitdiff
|
tree
|
snapshot
2006-03-27
Vadim Zeitlin
fix bug in Eof() which returned true even if we were...
commit
|
commitdiff
|
tree
|
snapshot
2006-03-27
Vadim Zeitlin
use wxLaunchDefaultBrowser by default if no browser...
commit
|
commitdiff
|
tree
|
snapshot
2006-03-27
Vadim Zeitlin
renamed m_MapFile into m_helpDir because this is what...
commit
|
commitdiff
|
tree
|
snapshot
2006-03-27
Włodzimierz...
Test commit to verify cvs speed.
commit
|
commitdiff
|
tree
|
snapshot
2006-03-27
Vadim Zeitlin
added an option to use wxExtHelpController (which means...
commit
|
commitdiff
|
tree
|
snapshot
2006-03-27
Vadim Zeitlin
rewrote wxExtHelpController loading code to use wxFileN...
commit
|
commitdiff
|
tree
|
snapshot
2006-03-27
Włodzimierz...
Source and warning cleaning.
commit
|
commitdiff
|
tree
|
snapshot
2006-03-27
Włodzimierz...
Unconditional assert means failure.
commit
|
commitdiff
|
tree
|
snapshot
2006-03-27
Włodzimierz...
Minor source cleaning.
commit
|
commitdiff
|
tree
|
snapshot
2006-03-27
Włodzimierz...
Fix for broken 'param' macro syntax.
commit
|
commitdiff
|
tree
|
snapshot
2006-03-27
Włodzimierz...
Minor source cleaning.
commit
|
commitdiff
|
tree
|
snapshot
2006-03-27
Włodzimierz...
Source and warning cleaning after enabling wxUSE_DATAVI...
commit
|
commitdiff
|
tree
|
snapshot
2006-03-27
Vadim Zeitlin
documented GetResourcesDir() and GetLocalizedResourcesD...
commit
|
commitdiff
|
tree
|
snapshot
2006-03-27
Vadim Zeitlin
fixed unused parameter warning
commit
|
commitdiff
|
tree
|
snapshot
2006-03-27
Włodzimierz...
Coverity CID 100 fix.
commit
|
commitdiff
|
tree
|
snapshot
2006-03-27
Włodzimierz...
Final and global PRIOR/NEXT change: keep consistency...
commit
|
commitdiff
|
tree
|
snapshot
2006-03-27
Jouk Jansen
Committing in .
commit
|
commitdiff
|
tree
|
snapshot
2006-03-27
Vadim Zeitlin
translate tips which appear inside _() in wxFileTipProvider
commit
|
commitdiff
|
tree
|
snapshot
2006-03-27
Vadim Zeitlin
removed wxClassInfo::CleanUp() as it breaks wxEntry...
commit
|
commitdiff
|
tree
|
snapshot
2006-03-27
Vadim Zeitlin
explain that the message catalogs should be installed...
commit
|
commitdiff
|
tree
|
snapshot
2006-03-25
Vadim Zeitlin
partly undid last commit: we still need to look in...
commit
|
commitdiff
|
tree
|
snapshot
2006-03-25
Vadim Zeitlin
look for catalogs with LC_MESSAGES subdirectory and...
commit
|
commitdiff
|
tree
|
snapshot
2006-03-25
Vadim Zeitlin
discard the debug directories at the end of the executa...
commit
|
commitdiff
|
tree
|
snapshot
2006-03-25
Vadim Zeitlin
no need to add . and .. explicitely to the catalogs...
commit
|
commitdiff
|
tree
|
snapshot
2006-03-25
Vadim Zeitlin
simplified message catalog search code using the new...
commit
|
commitdiff
|
tree
|
snapshot
2006-03-25
Vadim Zeitlin
added wxStandardPaths::GetResourcesDir() and GetLocaliz...
commit
|
commitdiff
|
tree
|
snapshot
2006-03-25
Vadim Zeitlin
implemented GetPluginsDir() to behave as documented
commit
|
commitdiff
|
tree
|
snapshot
2006-03-25
Vadim Zeitlin
use one #ifdef __VMS instead of doing it in each and...
commit
|
commitdiff
|
tree
|
snapshot
2006-03-25
Vadim Zeitlin
removed wxMac stuff from here, unless I'm missing somet...
commit
|
commitdiff
|
tree
|
snapshot
2006-03-25
Vadim Zeitlin
don't crash in GetInstallPrefix() if wxTheApp == NULL...
commit
|
commitdiff
|
tree
|
snapshot
2006-03-25
Julian Smart
Fixed crash in Life demo on Mac
commit
|
commitdiff
|
tree
|
snapshot
2006-03-25
Włodzimierz...
Build fix after PRIOR/NEXT removal.
commit
|
commitdiff
|
tree
|
snapshot
2006-03-25
Vadim Zeitlin
re-fix operator?: involving wxNodes and compatibility_i...
commit
|
commitdiff
|
tree
|
snapshot
2006-03-25
Vadim Zeitlin
X11 callbacks must be extern C
commit
|
commitdiff
|
tree
|
snapshot
2006-03-25
Robin Dunn
Use self.GetCanvas() instead of just self.GetCanvas
commit
|
commitdiff
|
tree
|
snapshot
2006-03-25
Robin Dunn
more size_t --> unsigned int changes
commit
|
commitdiff
|
tree
|
snapshot
2006-03-25
Robin Dunn
The null byte at the end of the string should not be...
commit
|
commitdiff
|
tree
|
snapshot
2006-03-24
Włodzimierz...
Updated changes list after int/size_t unsigned int.
commit
|
commitdiff
|
tree
|
snapshot
2006-03-24
Włodzimierz...
Back to unsigned int count in wxTreeCtrl.
commit
|
commitdiff
|
tree
|
snapshot
2006-03-24
Włodzimierz...
More null virtuals in wxRadioBoxBase (see: 'Developers_...
commit
|
commitdiff
|
tree
|
snapshot
2006-03-24
David Surovell
minor cleanup
commit
|
commitdiff
|
tree
|
snapshot
2006-03-24
Robin Dunn
Add a note about WXK*PRIOR and WXK*NEXT
commit
|
commitdiff
|
tree
|
snapshot
2006-03-24
Julian Smart
Commented out call that breaks metal style setting...
commit
|
commitdiff
|
tree
|
snapshot
2006-03-24
Włodzimierz...
Allow easier PalmOS5 development by volounteers.
commit
|
commitdiff
|
tree
|
snapshot
2006-03-24
Julian Smart
Reduced deprecation warning frequency
commit
|
commitdiff
|
tree
|
snapshot
2006-03-24
Julian Smart
Hidden variable warning fix
commit
|
commitdiff
|
tree
|
snapshot
2006-03-24
Włodzimierz...
PRIOR/NEXT build fixes.
commit
|
commitdiff
|
tree
|
snapshot
2006-03-24
Julian Smart
Added note about accelerator translation
commit
|
commitdiff
|
tree
|
snapshot
2006-03-24
Włodzimierz...
Keep wxPalmOS buildable in case Access would reuse...
commit
|
commitdiff
|
tree
|
snapshot
2006-03-24
Włodzimierz...
PRIOR/NEXT build fixes.
commit
|
commitdiff
|
tree
|
snapshot
2006-03-24
Włodzimierz...
PRIOR/NEXT build fixes and warning corrections.
commit
|
commitdiff
|
tree
|
snapshot
2006-03-24
Włodzimierz...
Source cleaning.
commit
|
commitdiff
|
tree
|
snapshot
2006-03-24
Włodzimierz...
Warning fixes.
commit
|
commitdiff
|
tree
|
snapshot
2006-03-24
Julian Smart
Updated adding samples section.
commit
|
commitdiff
|
tree
|
snapshot
2006-03-24
Włodzimierz...
Fix after removal of PRIOR/NEXT in common headers.
commit
|
commitdiff
|
tree
|
snapshot
2006-03-24
Julian Smart
Build corrections
commit
|
commitdiff
|
tree
|
snapshot
2006-03-24
Włodzimierz...
Fix after removal of PRIOR/NEXT in common headers ...
commit
|
commitdiff
|
tree
|
snapshot
2006-03-24
Włodzimierz...
Warning fixes.
commit
|
commitdiff
|
tree
|
snapshot
2006-03-24
Włodzimierz...
Back to 'unsigned int' after reasearch of 'size_t'...
commit
|
commitdiff
|
tree
|
snapshot
2006-03-24
Włodzimierz...
Removed useless pragma after fixing code to use insigne...
commit
|
commitdiff
|
tree
|
snapshot
2006-03-24
Włodzimierz...
Fixed missing usage of x during Layout.
commit
|
commitdiff
|
tree
|
snapshot
2006-03-24
Robin Dunn
Make WXK*PRIOR and WXK*NEXT be aliases for WXK*PAGEUP...
commit
|
commitdiff
|
tree
|
snapshot
2006-03-24
Robin Dunn
reSWIGged
commit
|
commitdiff
|
tree
|
snapshot
2006-03-24
Robin Dunn
* wx.Panel doesn't have a SetTitle anymore. What was...
commit
|
commitdiff
|
tree
|
snapshot
2006-03-24
Robin Dunn
Need to use wizard.GetPageAreaSizer().Add(page) now...
commit
|
commitdiff
|
tree
|
snapshot
2006-03-24
Robin Dunn
wxFileSystemHandler needs a destructor and to give...
commit
|
commitdiff
|
tree
|
snapshot
2006-03-24
Robin Dunn
Length --> length
commit
|
commitdiff
|
tree
|
snapshot
2006-03-24
Robin Dunn
Several instances of int --> unsigned int
commit
|
commitdiff
|
tree
|
snapshot
2006-03-23
Vadim Zeitlin
replaced all int/size_t indices in wxControlWithItems...
commit
|
commitdiff
|
tree
|
snapshot
2006-03-23
David Surovell
minor cleanup
commit
|
commitdiff
|
tree
|
snapshot
2006-03-23
Julian Smart
Fixes/makefiles for building data view control on Windows
commit
|
commitdiff
|
tree
|
snapshot
2006-03-23
Robert Roebling
Take into account cell's own size, not only the
commit
|
commitdiff
|
tree
|
snapshot
2006-03-23
Stefan Csomor
filedata implementation streamlined
commit
|
commitdiff
|
tree
|
snapshot
2006-03-23
Stefan Csomor
implementation streamlined
commit
|
commitdiff
|
tree
|
snapshot
2006-03-23
Stefan Csomor
setting the hacked cocoa font panel as default
commit
|
commitdiff
|
tree
|
snapshot
2006-03-23
Stefan Csomor
convenience methods
commit
|
commitdiff
|
tree
|
snapshot
2006-03-23
Stefan Csomor
better file data support
commit
|
commitdiff
|
tree
|
snapshot
2006-03-23
Vadim Zeitlin
fixed last commit which accidentally included parts...
commit
|
commitdiff
|
tree
|
snapshot
2006-03-23
Julian Smart
Added missing declarations required for e.g. VC++ 6
commit
|
commitdiff
|
tree
|
snapshot
2006-03-23
Vadim Zeitlin
Minor fixes after last commit:
commit
|
commitdiff
|
tree
|
snapshot
2006-03-23
Vadim Zeitlin
1. fixed compilation after wxList::compatibility_iterat...
commit
|
commitdiff
|
tree
|
snapshot
2006-03-23
Vadim Zeitlin
reverted return type of wxList method to nodetype ...
commit
|
commitdiff
|
tree
|
snapshot
2006-03-23
Julian Smart
Miscellaneous change log updates.
commit
|
commitdiff
|
tree
|
snapshot
2006-03-23
Julian Smart
Fixed home and end accelerators.
commit
|
commitdiff
|
tree
|
snapshot
next