2004-09-17 |
Vadim Zeitlin | compilation fix for wxUSE_THREADS == 0 && __WXDEBUG__...
|
commit | commitdiff | tree |
2004-09-17 |
Vadim Zeitlin | fixed rounding errors in variable status bar panes...
|
commit | commitdiff | tree |
2004-09-17 |
Vadim Zeitlin | made all Add/Insert/Prepend methods inline
|
commit | commitdiff | tree |
2004-09-17 |
Vadim Zeitlin | forward all wxSizer::Add/Prepend/Insert() to a virtual...
|
commit | commitdiff | tree |
2004-09-16 |
Vadim Zeitlin | fixed gcc warnings about not calling base class ctor...
|
commit | commitdiff | tree |
2004-09-16 |
Vadim Zeitlin | fix for crash on 64 bit platforms (patch 1028942)
|
commit | commitdiff | tree |
2004-09-16 |
Vadim Zeitlin | use wxFputs(), not fputs(), in Unicode mode under Unix...
|
commit | commitdiff | tree |
2004-09-16 |
Vadim Zeitlin | don't force __WXMOTIF__ definition under HP-UX (patch...
|
commit | commitdiff | tree |
2004-09-16 |
Vadim Zeitlin | make the label window visible (patch 1013447)
|
commit | commitdiff | tree |
2004-09-16 |
Vadim Zeitlin | made wxListbook events more consistent with wxNotebook...
|
commit | commitdiff | tree |
2004-09-16 |
Vadim Zeitlin | fix for wxJoystick when not calling SetCapture() (patch...
|
commit | commitdiff | tree |
2004-09-16 |
Vadim Zeitlin | don't assert if Update(m_maximum) is called twice ...
|
commit | commitdiff | tree |
2004-09-16 |
Vadim Zeitlin | smoother time estimation updates in wxProgressDialog...
|
commit | commitdiff | tree |
2004-09-16 |
Vadim Zeitlin | more 'realistic' progress dialog test (part of patch...
|
commit | commitdiff | tree |
2004-09-16 |
Vadim Zeitlin | spelling fix
|
commit | commitdiff | tree |
2004-09-16 |
Vadim Zeitlin | mention that read_write mode doesn't work for standalone...
|
commit | commitdiff | tree |
2004-09-16 |
Vadim Zeitlin | fixes for harmless mingw32 warnings
|
commit | commitdiff | tree |
2004-09-15 |
Vadim Zeitlin | fixed sending duplicate EVT_COMBOBOX events; documented...
|
commit | commitdiff | tree |
2004-09-15 |
Vadim Zeitlin | added tests for EVT_ICONIZE/MAXIMIZE
|
commit | commitdiff | tree |
2004-09-15 |
Vadim Zeitlin | fixed wxMaximizeEvent generation
|
commit | commitdiff | tree |
2004-09-14 |
Vadim Zeitlin | fixed base classes; also added include file section
|
commit | commitdiff | tree |
2004-09-14 |
Vadim Zeitlin | output "GTK+ 2" toolkit for gtk2 builds
|
commit | commitdiff | tree |
2004-09-14 |
Vadim Zeitlin | allow to use any window, not just wxFrame, as wxLogFrame...
|
commit | commitdiff | tree |
2004-09-13 |
Vadim Zeitlin | replaced wxControl with wxWindow in 2 methods
|
commit | commitdiff | tree |
2004-09-13 |
Vadim Zeitlin | fixes after some of wxFrame methods were extracted...
|
commit | commitdiff | tree |
2004-09-13 |
Vadim Zeitlin | no changes, just removed a wrong comment
|
commit | commitdiff | tree |
2004-09-13 |
Vadim Zeitlin | mention wxDateTime::SetToTheWeek() change
|
commit | commitdiff | tree |
2004-09-13 |
Vadim Zeitlin | added missing conv parameter to wxTextOutputStream...
|
commit | commitdiff | tree |
2004-09-13 |
Vadim Zeitlin | file with DoMessage() declaration (which I forgot to...
|
commit | commitdiff | tree |
2004-09-12 |
Vadim Zeitlin | only define operator<<(wchar_t) in Unicode build
|
commit | commitdiff | tree |
2004-09-12 |
Vadim Zeitlin | compilation fix after last commit
|
commit | commitdiff | tree |
2004-09-12 |
Vadim Zeitlin | fixed VC6 compilation
|
commit | commitdiff | tree |
2004-09-11 |
Vadim Zeitlin | typo in last commit
|
commit | commitdiff | tree |
2004-09-11 |
Vadim Zeitlin | added As/DissociateHandle() and implemented it for...
|
commit | commitdiff | tree |
2004-09-11 |
Vadim Zeitlin | deprecated SetToTheWeek() and GetWeek(); added and...
|
commit | commitdiff | tree |
2004-09-11 |
Vadim Zeitlin | fixed GetWeekOfYear() for first/last week in some cases...
|
commit | commitdiff | tree |
2004-09-11 |
Vadim Zeitlin | fixed CopyFromBitmap() for shared wxIcon objects by...
|
commit | commitdiff | tree |
2004-09-11 |
Vadim Zeitlin | BC++ 5.5 and later supports wxUSE_ON_FATAL_EXCEPTION
|
commit | commitdiff | tree |
2004-09-11 |
Vadim Zeitlin | msw/helpchm and helpwin.cpp should be LOWLEVEL; msw...
|
commit | commitdiff | tree |
2004-09-11 |
Vadim Zeitlin | added a missing delete which resulted in a small memory...
|
commit | commitdiff | tree |
2004-09-11 |
Vadim Zeitlin | default MB -> WC conversion under Win32 now fails if...
|
commit | commitdiff | tree |
2004-09-11 |
Vadim Zeitlin | overload operator<<() for wchar_t too (if applicable...
|
commit | commitdiff | tree |
2004-09-11 |
Vadim Zeitlin | define wxWCHAR_T_IS_REAL_TYPE macro: 1 for compilers...
|
commit | commitdiff | tree |
2004-09-10 |
Vadim Zeitlin | make background colour apply to choice/combobox dropdown...
|
commit | commitdiff | tree |
2004-09-09 |
Vadim Zeitlin | compilation fix for VC6 (closes 1025093)
|
commit | commitdiff | tree |
2004-09-09 |
Vadim Zeitlin | define WINVER as 0x0400 for VC++ 6 because its headers...
|
commit | commitdiff | tree |
2004-09-08 |
Vadim Zeitlin | update from Vegh Janos
|
commit | commitdiff | tree |
2004-09-08 |
Vadim Zeitlin | unregister GL windows classes on program termination...
|
commit | commitdiff | tree |
2004-09-08 |
Vadim Zeitlin | reverted last check in
|
commit | commitdiff | tree |
2004-09-08 |
Vadim Zeitlin | added wxTopLevelWindow::RequestUserAttention(); documented...
|
commit | commitdiff | tree |
2004-09-07 |
Vadim Zeitlin | added wxTopLevelWindow::RequestUserAttention(); documented...
|
commit | commitdiff | tree |
2004-09-07 |
Vadim Zeitlin | documented GetIcon(s), extended SetIcons() doc
|
commit | commitdiff | tree |
2004-09-07 |
Vadim Zeitlin | extracted common wxDialog/wxFrame methods to tlw.tex
|
commit | commitdiff | tree |
2004-09-07 |
Vadim Zeitlin | define WINVER as 0x0502 by default (highest possible...
|
commit | commitdiff | tree |
2004-09-07 |
Vadim Zeitlin | added accels for submenus; removed weird wxConvCurrent...
|
commit | commitdiff | tree |
2004-09-07 |
Vadim Zeitlin | fixed MSW linking (check for wxUSE_GENERIC_DIALOGS_IN_MSW)
|
commit | commitdiff | tree |
2004-08-31 |
Vadim Zeitlin | no real changes, just rewrote ChoiceEditor::EndEdit...
|
commit | commitdiff | tree |
2004-08-31 |
Vadim Zeitlin | removed apparently useless (and provoking a dummy event...
|
commit | commitdiff | tree |
2004-08-14 |
Vadim Zeitlin | update from Herbert Breunung
|
commit | commitdiff | tree |
2004-08-14 |
Vadim Zeitlin | update from herbert breunung
|
commit | commitdiff | tree |
2004-08-13 |
Vadim Zeitlin | use wxDD_DEFAULT_STYLE instead of 0 by default for...
|
commit | commitdiff | tree |
2004-08-06 |
Vadim Zeitlin | removed not existing GiveFeedback() parameter
|
commit | commitdiff | tree |
2004-08-03 |
Vadim Zeitlin | added foldbar contrib
|
commit | commitdiff | tree |
2004-08-01 |
Vadim Zeitlin | added --version-full option to wx-config
|
commit | commitdiff | tree |
2004-07-31 |
Vadim Zeitlin | fixed passing wxCharBuffer to a vararg function (part...
|
commit | commitdiff | tree |
2004-07-30 |
Vadim Zeitlin | invalidate m_selection in DoRemovePage(), not in DeletePage...
|
commit | commitdiff | tree |
2004-07-30 |
Vadim Zeitlin | German translation update (patch 1000305)
|
commit | commitdiff | tree |
2004-07-30 |
Vadim Zeitlin | fixed wxDateTime::GetWeekDayName() for wday > Wed ...
|
commit | commitdiff | tree |
2004-07-30 |
Vadim Zeitlin | fixed delete[]/free mismatch in SetAlpha (part of patch...
|
commit | commitdiff | tree |
2004-07-30 |
Vadim Zeitlin | fixed quitting the sample; fixed memory leak of CDummyWindow
|
commit | commitdiff | tree |
2004-07-30 |
Vadim Zeitlin | fixed MFC sample (bug 978194)
|
commit | commitdiff | tree |
2004-07-30 |
Vadim Zeitlin | switched to wxEventLoopBase/wxEventLoop implementation...
|
commit | commitdiff | tree |
2004-07-30 |
Vadim Zeitlin | define WXMSG same as Win32 MSG instead of untyped pointer
|
commit | commitdiff | tree |
2004-07-29 |
Vadim Zeitlin | fix for assert when copying bitmap in CloneRefData()
|
commit | commitdiff | tree |
2004-07-28 |
Vadim Zeitlin | fixed subrelease test in wxCHECK_VERSION_FULL
|
commit | commitdiff | tree |
2004-07-28 |
Vadim Zeitlin | removed GSocket_[Un]Streamed
|
commit | commitdiff | tree |
2004-07-26 |
Vadim Zeitlin | removed GSocket_Unstreamed() call
|
commit | commitdiff | tree |
2004-07-26 |
Vadim Zeitlin | removed GSocket_[Un]Streamed(), GSocket_SetNonOriented...
|
commit | commitdiff | tree |
2004-07-26 |
Vadim Zeitlin | removed _GSocket::m_oriented
|
commit | commitdiff | tree |
2004-07-25 |
Vadim Zeitlin | check if wxTheApp still exists in FreeColour(); fixes...
|
commit | commitdiff | tree |
2004-07-25 |
Vadim Zeitlin | IsTopLevel() may return true not only for wxTLW: this...
|
commit | commitdiff | tree |
2004-07-25 |
Vadim Zeitlin | detach removed submenu from the menubar too
|
commit | commitdiff | tree |
2004-07-25 |
Vadim Zeitlin | replace wxHashTable with a type safe hash map of Window...
|
commit | commitdiff | tree |
2004-07-25 |
Vadim Zeitlin | insert now returns pair<iterator, bool>, as for the...
|
commit | commitdiff | tree |
2004-07-25 |
Vadim Zeitlin | compilation fix
|
commit | commitdiff | tree |
2004-07-25 |
Vadim Zeitlin | compilation fixes
|
commit | commitdiff | tree |
2004-07-25 |
Vadim Zeitlin | compilation warning fix
|
commit | commitdiff | tree |
2004-07-25 |
Vadim Zeitlin | reverted previous patch applied by mistake
|
commit | commitdiff | tree |
2004-07-25 |
Vadim Zeitlin | invalidate selection when deleting the page changes...
|
commit | commitdiff | tree |
2004-07-25 |
Vadim Zeitlin | use wxWindowDisabler instead of ShowModal() for showing...
|
commit | commitdiff | tree |
2004-07-25 |
Vadim Zeitlin | replaced my recent GSocket_SetReuseAddr() addition...
|
commit | commitdiff | tree |
2004-07-25 |
Vadim Zeitlin | better Finnish translations (patch 993051)
|
commit | commitdiff | tree |
2004-07-25 |
Vadim Zeitlin | implemented moving the dialog (patch 996448)
|
commit | commitdiff | tree |
2004-07-25 |
Vadim Zeitlin | don't define _CRTDBG_MAP_ALLOC as it is apparently...
|
commit | commitdiff | tree |
2004-07-25 |
Vadim Zeitlin | don't include wx/wxprec.h from the headers (patch 993136)
|
commit | commitdiff | tree |
2004-07-25 |
Vadim Zeitlin | dc.h shouldn't include itself (patch 992933)
|
commit | commitdiff | tree |
2004-07-25 |
Vadim Zeitlin | fixed header include guard position (patch 992443)
|
commit | commitdiff | tree |
2004-07-25 |
Vadim Zeitlin | don't assign the same normal value for all the other...
|
commit | commitdiff | tree |
2004-07-25 |
Vadim Zeitlin | update the caret bitmap size in EVT_SIZE (patch 990361)
|
commit | commitdiff | tree |
2004-07-25 |
Vadim Zeitlin | corrected assert in wxSocket::Initialize()
|
commit | commitdiff | tree |
next |