2005-08-15 |
Vadim Zeitlin | replaced annoying wxLogDebug()s with wxLogTrace() |
tree | commitdiff |
2005-08-13 |
Michael Wetherell | Let wxGetFileKind(FILE*) return wxFILE_KIND_UNKNOWN... |
tree | commitdiff |
2005-08-13 |
Michael Wetherell | Set wxSTREAM_WRITE_ERROR for wxFFileInputStream when... |
tree | commitdiff |
2005-08-13 |
Julian Smart | Fixed dangling pointers bug; radio button was not remov... |
tree | commitdiff |
2005-08-12 |
Michael Wetherell | Translate '&Help' to '&' for italian Windows only |
tree | commitdiff |
2005-08-12 |
Julian Smart | Adaptations for PDA-sized screens |
tree | commitdiff |
2005-08-12 |
Julian Smart | Added support for "help" parameter (context help text). |
tree | commitdiff |
2005-08-11 |
Vadim Zeitlin | force update of MDI client window size after the MDI... |
tree | commitdiff |
2005-08-11 |
Vadim Zeitlin | added wxSIZE_FORCE flag for SetSize() |
tree | commitdiff |
2005-08-10 |
Michael Wetherell | Undo r1.52 since we get another problem. |
tree | commitdiff |
2005-08-08 |
Michael Wetherell | wxMBConv test cases, patch 1179989 from Vince Harron |
tree | commitdiff |
2005-08-08 |
Vadim Zeitlin | add missing braces to quiet gcc warnings about missing... |
tree | commitdiff |
2005-08-08 |
Vadim Zeitlin | removed #if KEY_wxList_DEPRECATED: as KEY_wxList_DEPREC... |
tree | commitdiff |
2005-08-08 |
Vadim Zeitlin | removed mentions of wxUSE_OWNER_DRAWN: unless I miss... |
tree | commitdiff |
2005-08-08 |
Vadim Zeitlin | correct -Wundef warning for __MSL__ |
tree | commitdiff |
2005-08-08 |
Michael Wetherell | Rebake after recguard.h added to bakefiles |
tree | commitdiff |
2005-08-08 |
Mart Raudsepp | Expand tabs, identation/whitespace fixes |
tree | commitdiff |
2005-08-08 |
Mart Raudsepp | Expand tabs |
tree | commitdiff |
2005-08-08 |
Mart Raudsepp | [wxGTK2] wxTextCtrl::XYToPosition(): Return -1 if x... |
tree | commitdiff |
2005-08-07 |
Vadim Zeitlin | don't use wxVERIFY, it generates gcc warnings and is... |
tree | commitdiff |
2005-08-07 |
Vadim Zeitlin | deTABified; removed unused variable provoking a gcc... |
tree | commitdiff |
2005-08-07 |
Vadim Zeitlin | unused variable warning when !wxMAC_USE_NATIVE_TOOLBAR |
tree | commitdiff |
2005-08-07 |
Vadim Zeitlin | assign 0, not NULL, to an int |
tree | commitdiff |
2005-08-07 |
Vadim Zeitlin | deTABified |
tree | commitdiff |
2005-08-06 |
Vadim Zeitlin | set m_error correctly (patch 1249848) |
tree | commitdiff |
2005-08-06 |
Vadim Zeitlin | fix wxGetMessageName() in Unicode build (patch 1250662) |
tree | commitdiff |
2005-08-06 |
Vadim Zeitlin | recognize 0/1 as false/true in string->bool conversion... |
tree | commitdiff |
2005-08-06 |
Michael Wetherell | Needs to refresh the affected parts when resized but... |
tree | commitdiff |
2005-08-06 |
Michael Wetherell | Refresh a window's non-client area when it is resized. |
tree | commitdiff |
2005-08-06 |
Vadim Zeitlin | set best fitting size for the toolbar in Realize() |
tree | commitdiff |
2005-08-06 |
Vadim Zeitlin | don't crash in GetTextExtent() under Windows where... |
tree | commitdiff |
2005-08-06 |
Vadim Zeitlin | initialize backing store bitmap in Create(), notebook... |
tree | commitdiff |
2005-08-05 |
Vadim Zeitlin | added explicit wx/dynlib.h include |
tree | commitdiff |
2005-08-05 |
Vadim Zeitlin | missing dllexport declaration added |
tree | commitdiff |
2005-08-05 |
Vadim Zeitlin | corrected logic in wxQTMediaEvtHandler::OnEraseBackgrou... |
tree | commitdiff |
2005-08-05 |
Vadim Zeitlin | don't allow negative splitter position |
tree | commitdiff |
2005-08-05 |
Vadim Zeitlin | use wxDynamicLibrary::GetSymbolAorW() instead of the... |
tree | commitdiff |
2005-08-05 |
Vadim Zeitlin | 1. extracted code common to all backends in wxMediaBack... |
tree | commitdiff |
2005-08-05 |
Vadim Zeitlin | fixed horrible hack with passing pointers of wrong... |
tree | commitdiff |
2005-08-05 |
Vadim Zeitlin | removed unused OnPaint() handlers |
tree | commitdiff |
2005-08-05 |
Vadim Zeitlin | don't remember size passed to SetSize() as pending... |
tree | commitdiff |
2005-08-05 |
Vadim Zeitlin | initialize send_event field of GdkEventExpose we genera... |
tree | commitdiff |
2005-08-04 |
Vadim Zeitlin | corrected test for __WXGTK__ (but should it be there... |
tree | commitdiff |
2005-08-04 |
Vadim Zeitlin | corrected HAVE_NMLVFINDITEM tests, eliminated HAVE_NM_F... |
tree | commitdiff |
2005-08-04 |
Vadim Zeitlin | use ifdef, not if, to test for HAVE_WCSRTOMBS |
tree | commitdiff |
2005-08-04 |
Vadim Zeitlin | removed more remains of wxUSE_PENWINDOWS |
tree | commitdiff |
2005-08-04 |
Vadim Zeitlin | corrected test for HAVE_FSYNC: ifdef, not if |
tree | commitdiff |
2005-08-04 |
Vadim Zeitlin | removed wxUSE_PENWINDOWS (and its misspellings), it... |
tree | commitdiff |
2005-08-04 |
Mart Raudsepp | [wxGTK2] wxTextCtrl: Implemented support for wxTEXT_ALI... |
tree | commitdiff |
2005-08-04 |
Julian Smart | Removed eVC++ project file |
tree | commitdiff |
2005-08-04 |
Vadim Zeitlin | test for wxHAVE_PTHREAD_CLEANUP with #ifdefs instead... |
tree | commitdiff |
2005-08-04 |
Vadim Zeitlin | configure defines HAVE_FSYNC, not wxHAVE_FSYNC |
tree | commitdiff |
2005-08-04 |
Vadim Zeitlin | wxNEED_STRDUP was wrong tested with #if instead of... |
tree | commitdiff |
2005-08-04 |
Vadim Zeitlin | check that wxUSE_DATEPICKCTRL_GENERIC is defined before... |
tree | commitdiff |
2005-08-03 |
Vadim Zeitlin | no need to check dbghelp DLL initialization in GetAsser... |
tree | commitdiff |
2005-08-03 |
Vadim Zeitlin | don't give error message if we failed to get the stack... |
tree | commitdiff |
2005-08-03 |
Michael Wetherell | Fix deletes that should be delete[] |
tree | commitdiff |
2005-08-03 |
Michael Wetherell | Rebake after MSLU and other changes |
tree | commitdiff |
2005-08-03 |
Mart Raudsepp | [wxGTK2] multiline wxTextCtrl: Implement XYToPosition... |
tree | commitdiff |
2005-08-03 |
Stefan Csomor | don't force immediate screen updates |
tree | commitdiff |
2005-08-02 |
Michael Wetherell | Add import/export attributes |
tree | commitdiff |
2005-08-01 |
Mart Raudsepp | [wxGTK] wxFileDialog: Use native overwrite confirmation... |
tree | commitdiff |
2005-08-01 |
Michael Wetherell | Set default size and position for top level windows |
tree | commitdiff |
2005-08-01 |
Mart Raudsepp | Mostly cosmetical preprocessor check modifications... |
tree | commitdiff |
2005-08-01 |
Mart Raudsepp | [ 1222406 ] Fix for BadMatch X errors with wxGLCanvas... |
tree | commitdiff |
2005-08-01 |
Stefan Csomor | correcting condition: only interfere in the non-native... |
tree | commitdiff |
2005-07-31 |
Vadim Zeitlin | account for client area origin when returning pending... |
tree | commitdiff |
2005-07-31 |
Stefan Csomor | applied patch 1216005 : message and new NavDirDialog |
tree | commitdiff |
2005-07-31 |
Stefan Csomor | applied patch 1223806 : unicode for tabs |
tree | commitdiff |
2005-07-31 |
Stefan Csomor | mouse-capture fix |
tree | commitdiff |
2005-07-31 |
Stefan Csomor | adding 'select all' semantics |
tree | commitdiff |
2005-07-31 |
Stefan Csomor | fixing names |
tree | commitdiff |
2005-07-31 |
Robert Roebling | Correctly calculate ClientSize when using native |
tree | commitdiff |
2005-07-31 |
Mattia Barbon | Allow displaying Japanese character with wxMotif... |
tree | commitdiff |
2005-07-31 |
Stefan Csomor | defaulting to small style (24x24), and correcting the... |
tree | commitdiff |
2005-07-31 |
Mattia Barbon | Use accessors for wxObject members. |
tree | commitdiff |
2005-07-30 |
Michael Wetherell | Defer deletion of wxFontsManager and MGL_exit until... |
tree | commitdiff |
2005-07-30 |
Stefan Neis | Only compile PopupWindow if corresponding define is... |
tree | commitdiff |
2005-07-30 |
Mattia Barbon | Avoid crash when wxGUIAppTraits::GetToolkitInfo is... |
tree | commitdiff |
2005-07-30 |
Mattia Barbon | Return the correct encoding for X font spec construction |
tree | commitdiff |
2005-07-30 |
Mattia Barbon | Initialize Xt locale handling. |
tree | commitdiff |
2005-07-30 |
Mattia Barbon | Fix indentation. |
tree | commitdiff |
2005-07-30 |
Mattia Barbon | Move per display data cleanup to wxApp::CleanUp where... |
tree | commitdiff |
2005-07-30 |
Mattia Barbon | Align initial size handling with other ports. |
tree | commitdiff |
2005-07-30 |
Mattia Barbon | Remove unused headers. |
tree | commitdiff |
2005-07-30 |
Julian Smart | assert -> wxASSERT |
tree | commitdiff |
2005-07-30 |
Vadim Zeitlin | return pending position/size if any, not the current one |
tree | commitdiff |
2005-07-30 |
Vadim Zeitlin | replaced wxMoveWindowDeferred() with wxWindow::DoMoveSi... |
tree | commitdiff |
2005-07-29 |
Vadim Zeitlin | take border into account in best size calculations |
tree | commitdiff |
2005-07-29 |
Vadim Zeitlin | decreased text limit which we consider to be set by... |
tree | commitdiff |
2005-07-29 |
Vadim Zeitlin | use ReadLine() instead of GetLine() which sometimes... |
tree | commitdiff |
2005-07-29 |
Włodzimierz Skiba | OW/Borland/MinGW warnings. Missing headers. |
tree | commitdiff |
2005-07-29 |
Włodzimierz Skiba | Fixed doubled header. |
tree | commitdiff |
2005-07-29 |
Stefan Csomor | respect styles during creation as well |
tree | commitdiff |
2005-07-29 |
Mart Raudsepp | Whitespace fixes |
tree | commitdiff |
2005-07-29 |
Vadim Zeitlin | don't crash in Get() if there is no wxApp (closes 1236514) |
tree | commitdiff |
2005-07-29 |
Chris Elliott | wxMDIChildFrame::DetachMenuBar() to fix SF bug 1232271 |
tree | commitdiff |
2005-07-29 |
Kevin Hock | Do not try to expand the root node in SetWindowStyle... |
tree | commitdiff |
2005-07-29 |
Vadim Zeitlin | refactoring in preparation for further changes: moved... |
tree | commitdiff |
2005-07-29 |
Chris Elliott | fix for VC (also ok with Borland and DMC) |
tree | commitdiff |
next |