2005-08-08 |
Michael Wetherell | Add <contrib-lib> bakefile tag. Like <wx-lib> except... |
commit | commitdiff | tree | snapshot |
2005-08-08 |
Michael Wetherell | Rebake after recguard.h added to bakefiles |
commit | commitdiff | tree | snapshot |
2005-08-08 |
Mart Raudsepp | Expand tabs, identation/whitespace fixes |
commit | commitdiff | tree | snapshot |
2005-08-08 |
Mart Raudsepp | Expand tabs |
commit | commitdiff | tree | snapshot |
2005-08-08 |
Mart Raudsepp | [wxGTK2] wxTextCtrl::XYToPosition(): Return -1 if x... |
commit | commitdiff | tree | snapshot |
2005-08-07 |
Mattia Barbon | Removed wxVectorBase and wxClientDataDictionary symbols |
commit | commitdiff | tree | snapshot |
2005-08-07 |
Vadim Zeitlin | don't use wxVERIFY, it generates gcc warnings and is... |
commit | commitdiff | tree | snapshot |
2005-08-07 |
Michael Wetherell | With Sun CC temporaries have block scope unless '-featu... |
commit | commitdiff | tree | snapshot |
2005-08-07 |
Vadim Zeitlin | deTABified; removed unused variable provoking a gcc... |
commit | commitdiff | tree | snapshot |
2005-08-07 |
Vadim Zeitlin | unused variable warning when !wxMAC_USE_NATIVE_TOOLBAR |
commit | commitdiff | tree | snapshot |
2005-08-07 |
Vadim Zeitlin | assign 0, not NULL, to an int |
commit | commitdiff | tree | snapshot |
2005-08-07 |
Vadim Zeitlin | deTABified |
commit | commitdiff | tree | snapshot |
2005-08-07 |
Vadim Zeitlin | fix problems with __POWERPC__ being redefined |
commit | commitdiff | tree | snapshot |
2005-08-06 |
Vadim Zeitlin | set m_error correctly (patch 1249848) |
commit | commitdiff | tree | snapshot |
2005-08-06 |
Vadim Zeitlin | fix wxGetMessageName() in Unicode build (patch 1250662) |
commit | commitdiff | tree | snapshot |
2005-08-06 |
Vadim Zeitlin | recognize 0/1 as false/true in string->bool conversion... |
commit | commitdiff | tree | snapshot |
2005-08-06 |
Vadim Zeitlin | generate MD5SUM files for nightly builds (patch 1252331) |
commit | commitdiff | tree | snapshot |
2005-08-06 |
Michael Wetherell | Add wxMGL and Cygwin changes to the changelog |
commit | commitdiff | tree | snapshot |
2005-08-06 |
Vadim Zeitlin | added char/wxChar note (bug 1252854) |
commit | commitdiff | tree | snapshot |
2005-08-06 |
Vadim Zeitlin | added ldconfig-not-in-path note and removed duplicate... |
commit | commitdiff | tree | snapshot |
2005-08-06 |
Vadim Zeitlin | corrected regex library name in ANSI builds |
commit | commitdiff | tree | snapshot |
2005-08-06 |
Vadim Zeitlin | added wx/recguard.h (bug 1253148) |
commit | commitdiff | tree | snapshot |
2005-08-06 |
Julian Smart | Compatibility settings corrected |
commit | commitdiff | tree | snapshot |
2005-08-06 |
Michael Wetherell | Additional information |
commit | commitdiff | tree | snapshot |
2005-08-06 |
Julian Smart | Restored monolithic build for eVC++ 4 |
commit | commitdiff | tree | snapshot |
2005-08-06 |
Michael Wetherell | Notes on compiling MGL 5.1 |
commit | commitdiff | tree | snapshot |
2005-08-06 |
Michael Wetherell | Needs to refresh the affected parts when resized but... |
commit | commitdiff | tree | snapshot |
2005-08-06 |
Michael Wetherell | Refresh a window's non-client area when it is resized. |
commit | commitdiff | tree | snapshot |
2005-08-06 |
Vadim Zeitlin | set best fitting size for the toolbar in Realize() |
commit | commitdiff | tree | snapshot |
2005-08-06 |
Vadim Zeitlin | don't crash in GetTextExtent() under Windows where... |
commit | commitdiff | tree | snapshot |
2005-08-06 |
Vadim Zeitlin | initialize backing store bitmap in Create(), notebook... |
commit | commitdiff | tree | snapshot |
2005-08-05 |
Vadim Zeitlin | added explicit wx/dynlib.h include |
commit | commitdiff | tree | snapshot |
2005-08-05 |
Vadim Zeitlin | missing dllexport declaration added |
commit | commitdiff | tree | snapshot |
2005-08-05 |
Vadim Zeitlin | disable RTTI and exceptions by default for wxWinCE/eVC |
commit | commitdiff | tree | snapshot |
2005-08-05 |
Vadim Zeitlin | corrected logic in wxQTMediaEvtHandler::OnEraseBackgrou... |
commit | commitdiff | tree | snapshot |
2005-08-05 |
Vadim Zeitlin | only link with 3rd party libs if they're needed |
commit | commitdiff | tree | snapshot |
2005-08-05 |
Vadim Zeitlin | don't allow negative splitter position |
commit | commitdiff | tree | snapshot |
2005-08-05 |
Vadim Zeitlin | use wxDynamicLibrary::GetSymbolAorW() instead of the... |
commit | commitdiff | tree | snapshot |
2005-08-05 |
Vadim Zeitlin | 1. extracted code common to all backends in wxMediaBack... |
commit | commitdiff | tree | snapshot |
2005-08-05 |
Vadim Zeitlin | fixed horrible hack with passing pointers of wrong... |
commit | commitdiff | tree | snapshot |
2005-08-05 |
Vadim Zeitlin | removed unused OnPaint() handlers |
commit | commitdiff | tree | snapshot |
2005-08-05 |
Vadim Zeitlin | don't remember size passed to SetSize() as pending... |
commit | commitdiff | tree | snapshot |
2005-08-05 |
Chris Elliott | apply SF patch 1252602 to remove warnings in bcc and... |
commit | commitdiff | tree | snapshot |
2005-08-05 |
Vadim Zeitlin | initialize send_event field of GdkEventExpose we genera... |
commit | commitdiff | tree | snapshot |
2005-08-05 |
Vadim Zeitlin | compilation fix for WXWIN_COMPATIBILITY_2_2 (bug 1252476) |
commit | commitdiff | tree | snapshot |
2005-08-04 |
Vadim Zeitlin | corrected wxUnix2DosFilename signature, added deprecati... |
commit | commitdiff | tree | snapshot |
2005-08-04 |
Vadim Zeitlin | corrected test for __WXGTK__ (but should it be there... |
commit | commitdiff | tree | snapshot |
2005-08-04 |
Vadim Zeitlin | corrected HAVE_NMLVFINDITEM tests, eliminated HAVE_NM_F... |
commit | commitdiff | tree | snapshot |
2005-08-04 |
Vadim Zeitlin | use ifdef, not if, to test for HAVE_WCSRTOMBS |
commit | commitdiff | tree | snapshot |
2005-08-04 |
Vadim Zeitlin | removed more remains of wxUSE_PENWINDOWS |
commit | commitdiff | tree | snapshot |
2005-08-04 |
Vadim Zeitlin | corrected test for HAVE_FSYNC: ifdef, not if |
commit | commitdiff | tree | snapshot |
2005-08-04 |
Vadim Zeitlin | added wxUSE_DC_CACHEING |
commit | commitdiff | tree | snapshot |
2005-08-04 |
Vadim Zeitlin | removed wxUSE_MENU_CALLBACK references: the code inside... |
commit | commitdiff | tree | snapshot |
2005-08-04 |
Vadim Zeitlin | removed (unused since quite some time) wxUSE_ITSY_BITSY |
commit | commitdiff | tree | snapshot |
2005-08-04 |
Vadim Zeitlin | removed wxUSE_PENWINDOWS (and its misspellings), it... |
commit | commitdiff | tree | snapshot |
2005-08-04 |
Vadim Zeitlin | define wxUSE_MFC as 0 if it's not defined (fixes gcc... |
commit | commitdiff | tree | snapshot |
2005-08-04 |
Mart Raudsepp | [wxGTK2] wxTextCtrl: Implemented support for wxTEXT_ALI... |
commit | commitdiff | tree | snapshot |
2005-08-04 |
Julian Smart | More settings restored. |
commit | commitdiff | tree | snapshot |
2005-08-04 |
Julian Smart | Removed eVC++ project file |
commit | commitdiff | tree | snapshot |
2005-08-04 |
Mart Raudsepp | wxFont wxMSW specific ctor first arg is a const wxSize... |
commit | commitdiff | tree | snapshot |
2005-08-04 |
Julian Smart | Switched loads of settings back on |
commit | commitdiff | tree | snapshot |
2005-08-04 |
Julian Smart | Resolved CVS conflict |
commit | commitdiff | tree | snapshot |
2005-08-04 |
Vadim Zeitlin | added tests for fsync() and pthread_cleanup_push/pop() |
commit | commitdiff | tree | snapshot |
2005-08-04 |
Vadim Zeitlin | test for wxHAVE_PTHREAD_CLEANUP with #ifdefs instead... |
commit | commitdiff | tree | snapshot |
2005-08-04 |
Vadim Zeitlin | added HAVE_FSYNC and wxHAVE_PTHREAD_CLEANUP (replacing... |
commit | commitdiff | tree | snapshot |
2005-08-04 |
Vadim Zeitlin | define wxFsync() as fsync() under Unix not as (not... |
commit | commitdiff | tree | snapshot |
2005-08-04 |
Vadim Zeitlin | configure defines HAVE_FSYNC, not wxHAVE_FSYNC |
commit | commitdiff | tree | snapshot |
2005-08-04 |
Vadim Zeitlin | wxNEED_STRDUP was wrong tested with #if instead of... |
commit | commitdiff | tree | snapshot |
2005-08-04 |
Vadim Zeitlin | check that wxUSE_DATEPICKCTRL_GENERIC is defined before... |
commit | commitdiff | tree | snapshot |
2005-08-04 |
Vadim Zeitlin | define wxUSE_IPV6 as 0 to avoid -Wundef warnings |
commit | commitdiff | tree | snapshot |
2005-08-04 |
Vadim Zeitlin | NEED_GTK_ICON_SIZE_LOOKUP was incorrectly tested using... |
commit | commitdiff | tree | snapshot |
2005-08-04 |
Vadim Zeitlin | due to a typo in #if condition, validation was disabled... |
commit | commitdiff | tree | snapshot |
2005-08-04 |
Vadim Zeitlin | define wxUSE_LINE_IN_LISTBOOK to avoid -Wundef warnings... |
commit | commitdiff | tree | snapshot |
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 |
next |