2003-10-09 |
Stefan Csomor | added newline conversion |
tree | commitdiff |
2003-10-08 |
Vadim Zeitlin | check directories passed to Append/Insert/PrependDir... |
tree | commitdiff |
2003-10-08 |
Vadim Zeitlin | renamed WX_DEFINE_ARRAY_NO_PTR in WX_DEFINE_ARRAY_PTR |
tree | commitdiff |
2003-10-07 |
Vadim Zeitlin | restore status bar text after a menu has been shown |
tree | commitdiff |
2003-10-07 |
Václav Slavík | added .chm support for Unix (Markus Sinner) |
tree | commitdiff |
2003-10-07 |
Vadim Zeitlin | fixed FixedSizeTabs() |
tree | commitdiff |
2003-10-07 |
Vadim Zeitlin | send END_EDIT label if label editing is cancelled |
tree | commitdiff |
2003-10-06 |
David Elliott | Use NSWindow delegate notification windowWillClose... |
tree | commitdiff |
2003-10-06 |
David Elliott | * Add bool parameter to WindowDidResignKey indicating... |
tree | commitdiff |
2003-10-06 |
David Elliott | Use an application delegate object |
tree | commitdiff |
2003-10-04 |
Václav Slavík | added gettext plural forms support (patch #785660 with... |
tree | commitdiff |
2003-10-04 |
Robin Dunn | Add some WXDLLIMPEXP's |
tree | commitdiff |
2003-10-03 |
Vadim Zeitlin | fixed wxMOUSE_BTN_XXX values, use them instead of hard... |
tree | commitdiff |
2003-10-03 |
Stefan Neis | Added dummies for Enable and SetDelay. |
tree | commitdiff |
2003-10-03 |
David Elliott | Removed MainLoop, ExitMainLoop, Pending, and Dispatch |
tree | commitdiff |
2003-10-02 |
Robin Dunn | Added a const to be consistent with the generic class |
tree | commitdiff |
2003-10-02 |
Stefan Neis | Switches OS/2 back to generic ListCtrl and TreeCtrl... |
tree | commitdiff |
2003-09-30 |
Stefan Neis | Fixed compilation problem. |
tree | commitdiff |
2003-09-30 |
Vadim Zeitlin | use wxEvent::ShouldPropagate() instead of its own propg... |
tree | commitdiff |
2003-09-30 |
Vadim Zeitlin | Unicode fixes for Watcom (part of patch 813225) |
tree | commitdiff |
2003-09-29 |
Vadim Zeitlin | support creating larger minidumps; support WX_CRASH_FLA... |
tree | commitdiff |
2003-09-28 |
Vadim Zeitlin | SetValue() takes just bool, not const bool |
tree | commitdiff |
2003-09-28 |
Vadim Zeitlin | SetValue() takes just bool, not const bool |
tree | commitdiff |
2003-09-28 |
Mattia Barbon | MinGW compilation fixes. |
tree | commitdiff |
2003-09-28 |
Vadim Zeitlin | added 3-state checkboxes (patch 813790) |
tree | commitdiff |
2003-09-27 |
Vadim Zeitlin | removed Initialized() |
tree | commitdiff |
2003-09-27 |
Vadim Zeitlin | removed duplicate UTF16/32 values |
tree | commitdiff |
2003-09-27 |
Vadim Zeitlin | removed wxApp::Initialized() (replaced with a dummy... |
tree | commitdiff |
2003-09-27 |
Vadim Zeitlin | define wxFONTENCODING_UNICODE as UTF16/32 depending... |
tree | commitdiff |
2003-09-27 |
Vadim Zeitlin | made UTF-16/32 equivalent to the corresponding LE/BE... |
tree | commitdiff |
2003-09-27 |
Vadim Zeitlin | merged wxDisplayModeInfo and wxVideoMode in a single... |
tree | commitdiff |
2003-09-27 |
Vadim Zeitlin | compilation fix for Mac (patch 813378) |
tree | commitdiff |
2003-09-26 |
Vadim Zeitlin | make it possible to give focus to the notebook itself... |
tree | commitdiff |
2003-09-26 |
Vadim Zeitlin | added wxGzipIOStreams (patch 792932) |
tree | commitdiff |
2003-09-26 |
Vadim Zeitlin | added wxTextInputStream::ReadChar() (part of patch... |
tree | commitdiff |
2003-09-26 |
Vadim Zeitlin | wxZlibStreams fixes; allow them to be used as deflate... |
tree | commitdiff |
2003-09-26 |
Vadim Zeitlin | fixes to radio button handling (patch 803360) |
tree | commitdiff |
2003-09-26 |
Vadim Zeitlin | don't do anything non trivial (like creating wxFontMapp... |
tree | commitdiff |
2003-09-26 |
Julian Smart | Clean up event hash tables in a timely fashion |
tree | commitdiff |
2003-09-25 |
Vadim Zeitlin | compilation fixes after making wxFontRefData private... |
tree | commitdiff |
2003-09-25 |
Vadim Zeitlin | wxPATH_NORM_ALL shouldn't include wxPATH_NORM_CASE |
tree | commitdiff |
2003-09-24 |
Robin Dunn | Since wxGTK's wxGauge doesn't derive from wxGaugeBase... |
tree | commitdiff |
2003-09-24 |
Robin Dunn | #ifdef update for the old SWIG |
tree | commitdiff |
2003-09-24 |
Vadim Zeitlin | GetFilenames() always returned a single file only |
tree | commitdiff |
2003-09-24 |
Vadim Zeitlin | finally reverted patch 782947 completely, it is broken... |
tree | commitdiff |
2003-09-24 |
Vadim Zeitlin | pointer returned by GetNativeFontInfo() is now const... |
tree | commitdiff |
2003-09-24 |
Vadim Zeitlin | made wxNO_FULL_REPAINT_ON_RESIZE default, added wxFULL_... |
tree | commitdiff |
2003-09-23 |
Vadim Zeitlin | refactored code to create hidden window in one place... |
tree | commitdiff |
2003-09-23 |
Mattia Barbon | Use glcanvas.cpp from wxX11 for wxMotif. |
tree | commitdiff |
2003-09-23 |
Chris Elliott | fix digitalmars 64 bug |
tree | commitdiff |
2003-09-23 |
Chris Elliott | fix watcom 64 bug (openwatcom1.1) (second try) |
tree | commitdiff |
2003-09-23 |
Chris Elliott | fix watcom 64 bug (openwatcom1.1) |
tree | commitdiff |
2003-09-23 |
Vadim Zeitlin | added wxTextCtrl::MarkDirty() |
tree | commitdiff |
2003-09-22 |
Vadim Zeitlin | more wxMBConv classes cleanup, define wxConvLibc to... |
tree | commitdiff |
2003-09-22 |
Vadim Zeitlin | made Convert() methods const |
tree | commitdiff |
2003-09-22 |
Vadim Zeitlin | assume sizeof(wchar_t) == 2 by default, not 4 |
tree | commitdiff |
2003-09-22 |
Vadim Zeitlin | added UTF-16/32-[LB]E conversions; got rid of wxCharact... |
tree | commitdiff |
2003-09-22 |
Vadim Zeitlin | wxLL is now in wx/defs.h together with (new) wxULL |
tree | commitdiff |
2003-09-22 |
Vadim Zeitlin | added (and documented) wxULL(); fixes for wxINT64_SWAP... |
tree | commitdiff |
2003-09-22 |
Vadim Zeitlin | reorganized/improved fixed size int types definitions... |
tree | commitdiff |
2003-09-22 |
Vadim Zeitlin | added Win64 detection |
tree | commitdiff |
2003-09-22 |
Vadim Zeitlin | moved wxGA_XXX styles to gauge.h from defs.h; set wxGA_... |
tree | commitdiff |
2003-09-22 |
Vadim Zeitlin | cleanup: derive wxGauge from wxGaugeBase; removed redun... |
tree | commitdiff |
2003-09-22 |
Vadim Zeitlin | added IsVertical(); initialize members in ctor |
tree | commitdiff |
2003-09-22 |
Vadim Zeitlin | removed some TABs |
tree | commitdiff |
2003-09-22 |
Stefan Neis | Fixed wxGUIAppTraits declaration on OS/2. |
tree | commitdiff |
2003-09-22 |
Vadim Zeitlin | added wxOwnerDrawn::SetOwnerDrawn() and SetDisabledBitm... |
tree | commitdiff |
2003-09-22 |
Stefan Neis | Added GUI part of AppTraits for OS/2. |
tree | commitdiff |
2003-09-22 |
Vadim Zeitlin | added conversions to/from UTF 16/32 LE/BE (patch 809685) |
tree | commitdiff |
2003-09-22 |
Stefan Neis | Added AppTraits for OS/2. |
tree | commitdiff |
2003-09-21 |
Stefan Neis | Switched over to using wxEventLoop. |
tree | commitdiff |
2003-09-21 |
Stefan Neis | Added declaration for GetViewRect to fix compilo. |
tree | commitdiff |
2003-09-21 |
Vadim Zeitlin | check the radio buttons when they get focus (closes... |
tree | commitdiff |
2003-09-20 |
Vadim Zeitlin | wxHTTP::GetResponse() added (patch 794394) |
tree | commitdiff |
2003-09-20 |
Vadim Zeitlin | fix after patch 802882 |
tree | commitdiff |
2003-09-20 |
Vadim Zeitlin | exchanged the base classes order, wxObject must be... |
tree | commitdiff |
2003-09-20 |
Vadim Zeitlin | derive wxComboBox from wxItemContainer (via wxComboBoxB... |
tree | commitdiff |
2003-09-20 |
Mattia Barbon | Compilation fixes. |
tree | commitdiff |
2003-09-19 |
Vadim Zeitlin | (blind) compilation fix after recent KeywordSearch... |
tree | commitdiff |
2003-09-19 |
Vadim Zeitlin | wxTextCtrl::GetValue() lost (replaced with question... |
tree | commitdiff |
2003-09-19 |
Vadim Zeitlin | added wxCSConv ctor taking wxFontEncoding |
tree | commitdiff |
2003-09-19 |
Vadim Zeitlin | attemps to make wxStreamToTextRedirector work with... |
tree | commitdiff |
2003-09-19 |
Vadim Zeitlin | include wx/encinfo.h, not wx/fontenc.h, now |
tree | commitdiff |
2003-09-19 |
Vadim Zeitlin | extracted wxNativeEncodingInfo in a separate file to... |
tree | commitdiff |
2003-09-19 |
Mattia Barbon | Compilation fix for wxUSE_DRAG_AND_DROP==0. |
tree | commitdiff |
2003-09-19 |
Vadim Zeitlin | linking fix (removed unused virtual methods declarations) |
tree | commitdiff |
2003-09-19 |
Julian Smart | Added SQLTCHAR for non-Windows platforms, and added... |
tree | commitdiff |
2003-09-18 |
Robin Dunn | Added DoDragOver and DoDropText from Angelo Mandato... |
tree | commitdiff |
2003-09-18 |
Vadim Zeitlin | don't redefine wxUSE_UNICODE if already defined |
tree | commitdiff |
2003-09-18 |
Julian Smart | Applied patch [ 808050 ] fixes for WXUNIVERSAL and... |
tree | commitdiff |
2003-09-18 |
Julian Smart | Added wxUSE_EXCEPTIONS |
tree | commitdiff |
2003-09-18 |
Václav Slavík | wxMGL compilation fixes |
tree | commitdiff |
2003-09-18 |
Václav Slavík | wxMGL compilation fixes |
tree | commitdiff |
2003-09-18 |
Robin Dunn | Updated to Scintilla 1.54 |
tree | commitdiff |
2003-09-17 |
Vadim Zeitlin | moved all event handlers callign code in ProcessEventIf... |
tree | commitdiff |
2003-09-17 |
Vadim Zeitlin | added OnExit(); made event loop exception safe; added... |
tree | commitdiff |
2003-09-17 |
Vadim Zeitlin | added HandleEvent() to allow handle exceptions in event... |
tree | commitdiff |
2003-09-17 |
Vadim Zeitlin | added tied scoped pointers |
tree | commitdiff |
2003-09-17 |
Vadim Zeitlin | corrected wxCATCH_ALL usage |
tree | commitdiff |
2003-09-17 |
Vadim Zeitlin | use wxON_BLOCK_EXIT instead of just ON_BLOCK_EXIT |
tree | commitdiff |
next |