projects
/
wxWidgets.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
added missing consts and pass objects by const reference instead of by value (patch...
[wxWidgets.git]
/
src
/
2005-09-24
Vadim Zeitlin
added missing consts and pass objects by const referenc...
tree
|
commitdiff
2005-09-24
Vadim Zeitlin
don't set focus to a hidden notebook (patch 1299005)
tree
|
commitdiff
2005-09-24
Vadim Zeitlin
made absence of wxCHANGE_DIR flag work even under NT...
tree
|
commitdiff
2005-09-24
Vadim Zeitlin
remove extraneous semicolons (patch 1299687)
tree
|
commitdiff
2005-09-24
Michael Wetherell
Memory corruption fix
tree
|
commitdiff
2005-09-23
David Elliott
As of src/common/framecmn.cpp revision 1.60 the wxFrame...
tree
|
commitdiff
2005-09-23
David Elliott
Added Cocoa_acceptsFirstMouse.
tree
|
commitdiff
2005-09-23
David Elliott
Added Cocoa_canBecomeKeyWindow.
tree
|
commitdiff
2005-09-23
Mart Raudsepp
Nuke #pragma implementation/interface's
tree
|
commitdiff
2005-09-22
Vadim Zeitlin
Unicode build fix
tree
|
commitdiff
2005-09-22
Vadim Zeitlin
gcc compilation fixes after last commit
tree
|
commitdiff
2005-09-22
Vadim Zeitlin
try all known UCS-[24] synonyms in wxMBConv_iconv,...
tree
|
commitdiff
2005-09-22
Vadim Zeitlin
more synonyms for UCS-2/4
tree
|
commitdiff
2005-09-21
Julian Smart
Don't skip after writing tab or we could get another...
tree
|
commitdiff
2005-09-21
Mart Raudsepp
[wxGTK] Remove wxTLW::RequestUserAttention related...
tree
|
commitdiff
2005-09-20
Vadim Zeitlin
don't define constants unused in release build (SGI...
tree
|
commitdiff
2005-09-20
David Elliott
Call [super dealloc] from overridden dealloc methods.
tree
|
commitdiff
2005-09-20
Vadim Zeitlin
really fix binary backwards compatibility for wxMotif
tree
|
commitdiff
2005-09-20
Stefan Csomor
adding missing file
tree
|
commitdiff
2005-09-20
Michael Wetherell
Fix wxGTK crash on startup on 64-bit solaris 10
tree
|
commitdiff
2005-09-20
Julian Smart
Don't assert if the window doesn't accept the focus.
tree
|
commitdiff
2005-09-20
Julian Smart
IsModal now has the newer meaning.
tree
|
commitdiff
2005-09-20
Julian Smart
Removed unnecessary IsModal call
tree
|
commitdiff
2005-09-20
Julian Smart
IsModal() now has the newer meaning (equivalent of...
tree
|
commitdiff
2005-09-20
Vadim Zeitlin
blind compilation fix for cygwin Unicode build (bug...
tree
|
commitdiff
2005-09-19
Vadim Zeitlin
only call fsync() on disk files, otherwise we get an...
tree
|
commitdiff
2005-09-19
Julian Smart
Fix for modal/modeless wizards
tree
|
commitdiff
2005-09-19
Julian Smart
Missing end of comment
tree
|
commitdiff
2005-09-19
Kevin Hock
Make sure Enable_Events is called when a connection...
tree
|
commitdiff
2005-09-19
Vadim Zeitlin
temporarily reverted binary backwards incompatible...
tree
|
commitdiff
2005-09-18
Vadim Zeitlin
workaround for buggy setlocale() under AIX (without...
tree
|
commitdiff
2005-09-18
Stefan Neis
Added (dummy) handler for loading bitmap from file...
tree
|
commitdiff
2005-09-18
Vadim Zeitlin
condensed 2 very similar trace messages into one
tree
|
commitdiff
2005-09-18
Vadim Zeitlin
added ifconfig and ping locations for AIX
tree
|
commitdiff
2005-09-18
Mattia Barbon
Send wxInitDialogEvent under wxMotif.
tree
|
commitdiff
2005-09-18
Vadim Zeitlin
Unicode compilation fix
tree
|
commitdiff
2005-09-18
Vadim Zeitlin
GetSystemEncodingName() cleanup: we don't need to check...
tree
|
commitdiff
2005-09-18
Vadim Zeitlin
add CP-xxx as synonyms for WINDOWS-xxx
tree
|
commitdiff
2005-09-18
Vadim Zeitlin
look in codeset-specific directory for locale files...
tree
|
commitdiff
2005-09-18
Vadim Zeitlin
more encoding names for AIX/Solaris/IRIX
tree
|
commitdiff
2005-09-18
Stefan Csomor
tentative fix for BestSize problems (non-native toolbar)
tree
|
commitdiff
2005-09-18
Vadim Zeitlin
don't pass NULL pointer to printf(), this crashes Solar...
tree
|
commitdiff
2005-09-18
Vadim Zeitlin
don't create conversion objects unless we really need...
tree
|
commitdiff
2005-09-18
Vadim Zeitlin
added trace message to wxCSConv creation code
tree
|
commitdiff
2005-09-18
Vadim Zeitlin
avoid unnecessary conversions when loading the catalog...
tree
|
commitdiff
2005-09-18
Vadim Zeitlin
compate charset names case-insensitively in GetEncoding...
tree
|
commitdiff
2005-09-18
Vadim Zeitlin
signed/unsigned comparison warning
tree
|
commitdiff
2005-09-18
Vadim Zeitlin
removed unused variable
tree
|
commitdiff
2005-09-18
Vadim Zeitlin
added GetAllEncodingNames(), use it to select the corre...
tree
|
commitdiff
2005-09-18
Julian Smart
Corrected behaviour for modeless wizards -- can't detec...
tree
|
commitdiff
2005-09-18
Julian Smart
Applied patch 1283609 GTK window dtor + wxGrid + cellEd...
tree
|
commitdiff
2005-09-18
Vadim Zeitlin
get rid of wxClientDC::m_oldFont, it wasn't really...
tree
|
commitdiff
2005-09-17
Julian Smart
Include settings.h
tree
|
commitdiff
2005-09-17
Vadim Zeitlin
removed weird comparison of m_oldFont with -1 (this...
tree
|
commitdiff
2005-09-17
Vadim Zeitlin
use wxPtrToUInt() instead of casting pointers to int...
tree
|
commitdiff
2005-09-17
Vadim Zeitlin
64 bit compilation fix (pointer can't be cast to int...
tree
|
commitdiff
2005-09-17
Vadim Zeitlin
added wx_truncate_cast and use it (sometimes instead...
tree
|
commitdiff
2005-09-17
Vadim Zeitlin
added ping location for IRIX
tree
|
commitdiff
2005-09-17
Vadim Zeitlin
avoid assigning 64 bit ints to a 16 bit one
tree
|
commitdiff
2005-09-17
Vadim Zeitlin
removed unused variables and constant
tree
|
commitdiff
2005-09-17
Vadim Zeitlin
tremoved unused variable
tree
|
commitdiff
2005-09-17
Vadim Zeitlin
use unsgined int instead of int for 1 bit bitfields...
tree
|
commitdiff
2005-09-17
Vadim Zeitlin
checking whether a size_t page index is >= 0 is unneces...
tree
|
commitdiff
2005-09-17
Vadim Zeitlin
colourSize was probably supposed to be used and not...
tree
|
commitdiff
2005-09-17
Vadim Zeitlin
remove unused wxTrue
tree
|
commitdiff
2005-09-17
Julian Smart
Applied [ 1294048 ] [wxMSW] Correct splitter sash drawi...
tree
|
commitdiff
2005-09-17
Julian Smart
Applied patch [ 1292827 ] [wxMSW] nested wxStaticBox fix
tree
|
commitdiff
2005-09-17
Stefan Csomor
fixing visibility checks for native toolbars
tree
|
commitdiff
2005-09-16
Włodzimierz Skiba
Assert correction.
tree
|
commitdiff
2005-09-16
Włodzimierz Skiba
Native spline drawing.
tree
|
commitdiff
2005-09-16
Julian Smart
Define SQLUINTEGER
tree
|
commitdiff
2005-09-16
Julian Smart
Applied patch [ 1286701 ] fix for compiling odbc with...
tree
|
commitdiff
2005-09-15
Włodzimierz Skiba
wxUSE_SPLINES markup and other cleanings.
tree
|
commitdiff
2005-09-14
Vadim Zeitlin
renamed wxMotif::wxTLW::DoCreate() to XmDoCreateTLW...
tree
|
commitdiff
2005-09-14
Vadim Zeitlin
dialog creation function should be extern C
tree
|
commitdiff
2005-09-14
Vadim Zeitlin
renamed arg[cv] parameters to not hide wxApp members
tree
|
commitdiff
2005-09-14
Vadim Zeitlin
more non-const string literal warnings correction
tree
|
commitdiff
2005-09-14
Dimitri Schoolwerth
reverted last changes which were false alarm
tree
|
commitdiff
2005-09-14
Stefan Csomor
adding Robert Lang's native CG-Bezier patch
tree
|
commitdiff
2005-09-13
Vadim Zeitlin
made XPM data const
tree
|
commitdiff
2005-09-13
Vadim Zeitlin
added wxMOTIF_STR() macro casting away string literal...
tree
|
commitdiff
2005-09-13
Vadim Zeitlin
clipboard handler must be extern C (Sun CC warning)
tree
|
commitdiff
2005-09-13
Vadim Zeitlin
X error handler should be extern C (SunCC warning fix)
tree
|
commitdiff
2005-09-13
Vadim Zeitlin
warning fixes for Sun CC: extern C, non-const string...
tree
|
commitdiff
2005-09-13
Włodzimierz Skiba
Better fix for 'int i' used twice in the same block.
tree
|
commitdiff
2005-09-13
Włodzimierz Skiba
Warning fix.
tree
|
commitdiff
2005-09-13
Włodzimierz Skiba
Missing includes.
tree
|
commitdiff
2005-09-13
Vadim Zeitlin
use WX_DEFINE_ARRAY_PTR for anarray of pointers (fixes...
tree
|
commitdiff
2005-09-13
Vadim Zeitlin
use extern C around signal handler declaration (fixes...
tree
|
commitdiff
2005-09-13
Vadim Zeitlin
qsort() should be passedonly extern C functions
tree
|
commitdiff
2005-09-13
Vadim Zeitlin
fixed Sun CC warning about local variable read hiding...
tree
|
commitdiff
2005-09-13
Vadim Zeitlin
fixed Sun CC warning about arg[cv] parameters hiding...
tree
|
commitdiff
2005-09-13
Vadim Zeitlin
and now it even compiles
tree
|
commitdiff
2005-09-13
Vadim Zeitlin
fix for last commit
tree
|
commitdiff
2005-09-13
Vadim Zeitlin
removed strcpy to fixed buffer (do it the right way...
tree
|
commitdiff
2005-09-13
Dimitri Schoolwerth
fixed uninitialized variable (depending on wxChoice...
tree
|
commitdiff
2005-09-12
Mattia Barbon
Add one more encoding name for EUC-JP for Solaris 8.
tree
|
commitdiff
2005-09-12
Mattia Barbon
Honous initial position for wxSpinCtrl.
tree
|
commitdiff
2005-09-12
Mattia Barbon
Revert change 1.131 which actually broke inital size...
tree
|
commitdiff
2005-09-12
Vadim Zeitlin
VC++ /Wp64 warning fixes
tree
|
commitdiff
next