2005-08-03 |
Vadim Zeitlin | no need to check dbghelp DLL initialization in GetAsser... |
commit | commitdiff | tree | snapshot |
2005-08-03 |
Vadim Zeitlin | don't give error message if we failed to get the stack... |
commit | commitdiff | tree | snapshot |
2005-08-03 |
Vadim Zeitlin | define WXWIN_COMPATIBILITY_EVENT_TYPES as 0 if it's... |
commit | commitdiff | tree | snapshot |
2005-08-03 |
Vadim Zeitlin | test for __MWERKS__ with #ifdef, not #if (fixes a ... |
commit | commitdiff | tree | snapshot |
2005-08-03 |
Vadim Zeitlin | get rid of wxUSE_COMPATIBLE_COORD_TYPES, it is not... |
commit | commitdiff | tree | snapshot |
2005-08-03 |
Michael Wetherell | Fix deletes that should be delete[] |
commit | commitdiff | tree | snapshot |
2005-08-03 |
Michael Wetherell | Rebake after MSLU and other changes |
commit | commitdiff | tree | snapshot |
2005-08-03 |
Mart Raudsepp | Document wxTextCtrl::XYToPosition, PositionToXY and... |
commit | commitdiff | tree | snapshot |
2005-08-03 |
Michael Wetherell | Set PLATFORM_UNIX for the rpmspec format |
commit | commitdiff | tree | snapshot |
2005-08-03 |
Mart Raudsepp | [wxGTK2] multiline wxTextCtrl: Implement XYToPosition... |
commit | commitdiff | tree | snapshot |
2005-08-03 |
Michael Wetherell | Revert previous commit |
commit | commitdiff | tree | snapshot |
2005-08-03 |
Michael Wetherell | Replace disjunction in <if> with two ifs since it seems... |
commit | commitdiff | tree | snapshot |
2005-08-03 |
Stefan Csomor | don't force immediate screen updates |
commit | commitdiff | tree | snapshot |
2005-08-03 |
Michael Wetherell | Add import/export attributes |
commit | commitdiff | tree | snapshot |
2005-08-02 |
Michael Wetherell | Add import/export attributes |
commit | commitdiff | tree | snapshot |
2005-08-02 |
Michael Wetherell | Add import/export attributes |
commit | commitdiff | tree | snapshot |
2005-08-02 |
Michael Wetherell | Expand tabs |
commit | commitdiff | tree | snapshot |
2005-08-02 |
Michael Wetherell | Add import/export macros |
commit | commitdiff | tree | snapshot |
2005-08-02 |
Julian Smart | Small corrections to licence |
commit | commitdiff | tree | snapshot |
2005-08-01 |
Mart Raudsepp | [wxGTK] wxFileDialog: Use native overwrite confirmation... |
commit | commitdiff | tree | snapshot |
2005-08-01 |
Michael Wetherell | Set default size and position for top level windows |
commit | commitdiff | tree | snapshot |
2005-08-01 |
Mart Raudsepp | Mostly cosmetical preprocessor check modifications... |
commit | commitdiff | tree | snapshot |
2005-08-01 |
Mart Raudsepp | [ 1222406 ] Fix for BadMatch X errors with wxGLCanvas... |
commit | commitdiff | tree | snapshot |
2005-08-01 |
Stefan Csomor | correcting condition: only interfere in the non-native... |
commit | commitdiff | tree | snapshot |
2005-08-01 |
Vadim Zeitlin | don't crash when showing vert toolbar when horz one... |
commit | commitdiff | tree | snapshot |
2005-07-31 |
Vadim Zeitlin | don't call SetSize when creating the 2nd toolbar, this... |
commit | commitdiff | tree | snapshot |
2005-07-31 |
Vadim Zeitlin | account for client area origin when returning pending... |
commit | commitdiff | tree | snapshot |
2005-07-31 |
Stefan Csomor | applied patch 1216005 : message and new NavDirDialog |
commit | commitdiff | tree | snapshot |
2005-07-31 |
Stefan Csomor | applied patch 1223806 : unicode for tabs |
commit | commitdiff | tree | snapshot |
2005-07-31 |
Stefan Csomor | mouse-capture fix |
commit | commitdiff | tree | snapshot |
2005-07-31 |
Stefan Csomor | adding 'select all' semantics |
commit | commitdiff | tree | snapshot |
2005-07-31 |
Stefan Csomor | fixing names |
commit | commitdiff | tree | snapshot |
2005-07-31 |
Vadim Zeitlin | regenerated after adding sound.rc |
commit | commitdiff | tree | snapshot |
2005-07-31 |
Robert Roebling | Correctly calculate ClientSize when using native |
commit | commitdiff | tree | snapshot |
2005-07-31 |
Mattia Barbon | Allow displaying Japanese character with wxMotif... |
commit | commitdiff | tree | snapshot |
2005-07-31 |
Stefan Csomor | defaulting to small style (24x24), and correcting the... |
commit | commitdiff | tree | snapshot |
2005-07-31 |
Mattia Barbon | Use accessors for wxObject members. |
commit | commitdiff | tree | snapshot |
2005-07-30 |
Michael Wetherell | Defer deletion of wxFontsManager and MGL_exit until... |
commit | commitdiff | tree | snapshot |
2005-07-30 |
Michael Wetherell | Disable wxDataObject for MGL |
commit | commitdiff | tree | snapshot |
2005-07-30 |
Michael Wetherell | Temporary fix for missing ;; |
commit | commitdiff | tree | snapshot |
2005-07-30 |
Stefan Neis | Only compile PopupWindow if corresponding define is... |
commit | commitdiff | tree | snapshot |
2005-07-30 |
Mattia Barbon | Avoid crash when wxGUIAppTraits::GetToolkitInfo is... |
commit | commitdiff | tree | snapshot |
2005-07-30 |
Mattia Barbon | Return the correct encoding for X font spec construction |
commit | commitdiff | tree | snapshot |
2005-07-30 |
Mattia Barbon | Initialize Xt locale handling. |
commit | commitdiff | tree | snapshot |
2005-07-30 |
Mattia Barbon | Fix indentation. |
commit | commitdiff | tree | snapshot |
2005-07-30 |
Mattia Barbon | Make wxBase compiled for wxMotif compatible with... |
commit | commitdiff | tree | snapshot |
2005-07-30 |
Mattia Barbon | Add configure check for Lesstif, to be used by following |
commit | commitdiff | tree | snapshot |
2005-07-30 |
Mattia Barbon | Move per display data cleanup to wxApp::CleanUp where... |
commit | commitdiff | tree | snapshot |
2005-07-30 |
Mattia Barbon | Align initial size handling with other ports. |
commit | commitdiff | tree | snapshot |
2005-07-30 |
Mattia Barbon | Remove unused headers. |
commit | commitdiff | tree | snapshot |
2005-07-30 |
Vadim Zeitlin | moved MSW-specific stuff to wx/msw/chkconf.h, this... |
commit | commitdiff | tree | snapshot |
2005-07-30 |
Vadim Zeitlin | define wxUSE_UNICODE_MSLU as 0 unconditionally, CE... |
commit | commitdiff | tree | snapshot |
2005-07-30 |
Julian Smart | assert -> wxASSERT |
commit | commitdiff | tree | snapshot |
2005-07-30 |
Julian Smart | Define wxUSE_UNICODE_MSLU or chkconf.h complains |
commit | commitdiff | tree | snapshot |
2005-07-30 |
Václav Slavík | further wxABI_VERSION fixes |
commit | commitdiff | tree | snapshot |
2005-07-30 |
Vadim Zeitlin | wxUSE_UNICODE_MSLU is MSW-specific so shouldn't be... |
commit | commitdiff | tree | snapshot |
2005-07-30 |
Vadim Zeitlin | forcefully disable wxUSE_STACKWALKER |
commit | commitdiff | tree | snapshot |
2005-07-30 |
Vadim Zeitlin | updated the script to deal with licensing information... |
commit | commitdiff | tree | snapshot |
2005-07-30 |
Vadim Zeitlin | oops, wxUSE_UNICODE_MSLU and not wxUSE_MSLU |
commit | commitdiff | tree | snapshot |
2005-07-30 |
Vadim Zeitlin | define wxUSE_MSLU=1 in compiler flags if MSLU=1 was... |
commit | commitdiff | tree | snapshot |
2005-07-30 |
Vadim Zeitlin | return pending position/size if any, not the current one |
commit | commitdiff | tree | snapshot |
2005-07-30 |
Vadim Zeitlin | replaced wxMoveWindowDeferred() with wxWindow::DoMoveSi... |
commit | commitdiff | tree | snapshot |
2005-07-29 |
Vadim Zeitlin | take border into account in best size calculations |
commit | commitdiff | tree | snapshot |
2005-07-29 |
Vadim Zeitlin | decreased text limit which we consider to be set by... |
commit | commitdiff | tree | snapshot |
2005-07-29 |
Vadim Zeitlin | use ReadLine() instead of GetLine() which sometimes... |
commit | commitdiff | tree | snapshot |
2005-07-29 |
Vadim Zeitlin | added wxDynamicLibrary::GetSymbolAorW() |
commit | commitdiff | tree | snapshot |
2005-07-29 |
Vadim Zeitlin | compilation fix for IBM xlC (closes 1230392) |
commit | commitdiff | tree | snapshot |
2005-07-29 |
Włodzimierz... | OW/Borland/MinGW warnings. Missing headers. |
commit | commitdiff | tree | snapshot |
2005-07-29 |
Włodzimierz... | Fixed doubled header. |
commit | commitdiff | tree | snapshot |
2005-07-29 |
Włodzimierz... | Fix (workaround?) for rpmspec. |
commit | commitdiff | tree | snapshot |
2005-07-29 |
Włodzimierz... | Fix (workaround?) for rpmspec. |
commit | commitdiff | tree | snapshot |
2005-07-29 |
Vadim Zeitlin | xlC needs -qunique under AIX only, at least it doesn... |
commit | commitdiff | tree | snapshot |
2005-07-29 |
Robert Roebling | Correct wxGTK.spec again after bakefiling. |
commit | commitdiff | tree | snapshot |
2005-07-29 |
Stefan Csomor | respect styles during creation as well |
commit | commitdiff | tree | snapshot |
2005-07-29 |
Mart Raudsepp | Whitespace fixes |
commit | commitdiff | tree | snapshot |
2005-07-29 |
Vadim Zeitlin | don't crash in Get() if there is no wxApp (closes 1236514) |
commit | commitdiff | tree | snapshot |
2005-07-29 |
Vadim Zeitlin | async playback and object lifetime remarks |
commit | commitdiff | tree | snapshot |
2005-07-29 |
Vadim Zeitlin | added test for playing sound from memory |
commit | commitdiff | tree | snapshot |
2005-07-29 |
Vadim Zeitlin | added Stop test |
commit | commitdiff | tree | snapshot |
2005-07-29 |
Chris Elliott | wxMDIChildFrame::DetachMenuBar() to fix SF bug 1232271 |
commit | commitdiff | tree | snapshot |
2005-07-29 |
Kevin Hock | Do not try to expand the root node in SetWindowStyle... |
commit | commitdiff | tree | snapshot |
2005-07-29 |
Vadim Zeitlin | refactoring in preparation for further changes: moved... |
commit | commitdiff | tree | snapshot |
2005-07-29 |
Vadim Zeitlin | fixed id values to be more standard |
commit | commitdiff | tree | snapshot |
2005-07-29 |
Vadim Zeitlin | added http://www.wxwidgets.org/bincompat.html link |
commit | commitdiff | tree | snapshot |
2005-07-29 |
Vadim Zeitlin | added test for playing Windows resources |
commit | commitdiff | tree | snapshot |
2005-07-29 |
Vadim Zeitlin | added GlobalPtr: GlobalAlloc/Free() wrapper |
commit | commitdiff | tree | snapshot |
2005-07-29 |
Chris Elliott | fix for VC (also ok with Borland and DMC) |
commit | commitdiff | tree | snapshot |
2005-07-29 |
Vadim Zeitlin | renamed GlobalPtr to GlobalPtrLock |
commit | commitdiff | tree | snapshot |
2005-07-29 |
Mart Raudsepp | Use *wxTopLevelWindowGTK*RequestUserAttention*; because... |
commit | commitdiff | tree | snapshot |
2005-07-29 |
Mart Raudsepp | wxABI_VERSION guard for wxTopLevelWindowGTK::RequestUse... |
commit | commitdiff | tree | snapshot |
2005-07-29 |
Mart Raudsepp | Add *wxTopLevelWindowGTK*RequestUserAttention*int*; |
commit | commitdiff | tree | snapshot |
2005-07-29 |
Kevin Hock | Fixed label positions for horizontal slider [ modified... |
commit | commitdiff | tree | snapshot |
2005-07-29 |
Stefan Csomor | added intl.h for contextmenu |
commit | commitdiff | tree | snapshot |
2005-07-29 |
Mart Raudsepp | slight CPP logic fix in my wxTLW::RequestUserAttention... |
commit | commitdiff | tree | snapshot |
2005-07-28 |
Vadim Zeitlin | many improvements/bug fixes to media control: new wxEVT... |
commit | commitdiff | tree | snapshot |
2005-07-28 |
Mart Raudsepp | wxGTK: Implemented wxTLW::RequestUserAttention() |
commit | commitdiff | tree | snapshot |
2005-07-28 |
Vadim Zeitlin | missing dll decl stuff and members initialization in... |
commit | commitdiff | tree | snapshot |
2005-07-28 |
Vadim Zeitlin | clarifications about MRU menu workings (patch 1221797) |
commit | commitdiff | tree | snapshot |
2005-07-28 |
Vadim Zeitlin | don't reserve space in the header for the column image... |
commit | commitdiff | tree | snapshot |
2005-07-28 |
Vadim Zeitlin | added wxImage::RotateHue() and RGB <-> HSV conversions... |
commit | commitdiff | tree | snapshot |
next |