2007-05-30 |
Václav Slavík | wxchar.h doesn't have to be C file anymore, it's C++ |
commit | commitdiff | tree | snapshot |
2007-05-30 |
Václav Slavík | wxGTK_CONV -> wxGTK_CONV_SYS |
commit | commitdiff | tree | snapshot |
2007-05-30 |
Václav Slavík | put GtkArray into anonymous namespace, the name is... |
commit | commitdiff | tree | snapshot |
2007-05-30 |
Václav Slavík | 1. removed useless GtkStr class, wxGTK_CONV is the... |
commit | commitdiff | tree | snapshot |
2007-05-30 |
Václav Slavík | changed trivial accessors to return const wxString... |
commit | commitdiff | tree | snapshot |
2007-05-30 |
Robert Roebling | Add wx/crt.h redirecting to wx/wxcrtvarargs.h |
commit | commitdiff | tree | snapshot |
2007-05-30 |
Václav Slavík | restored wxColour ctor taking C string (now in both... |
commit | commitdiff | tree | snapshot |
2007-05-30 |
Robert Roebling | Correct new_order index in RowsReordered(). |
commit | commitdiff | tree | snapshot |
2007-05-30 |
Václav Slavík | use wxString instead of wxChar* in wxColour::Set/FromString |
commit | commitdiff | tree | snapshot |
2007-05-29 |
Václav Slavík | compilation fix for --disable-compat28 |
commit | commitdiff | tree | snapshot |
2007-05-29 |
Julian Smart | Give the correct colour for notebook pages under Vista... |
commit | commitdiff | tree | snapshot |
2007-05-29 |
Jouk Jansen | OpenVMS build update |
commit | commitdiff | tree | snapshot |
2007-05-29 |
Robert Roebling | Invalidate best size after string change in wxChoice. |
commit | commitdiff | tree | snapshot |
2007-05-28 |
Robert Roebling | Doc update. |
commit | commitdiff | tree | snapshot |
2007-05-28 |
Robert Roebling | Implemented dataview_model notification event to... |
commit | commitdiff | tree | snapshot |
2007-05-28 |
Robert Roebling | Removed wxDataViewViewColumn since it is redundant. |
commit | commitdiff | tree | snapshot |
2007-05-28 |
David Elliott | Implement mouse entered, exited, and synthesize move... |
commit | commitdiff | tree | snapshot |
2007-05-28 |
David Elliott | Include wx/filedlg.h when not WX_PRECOMP. |
commit | commitdiff | tree | snapshot |
2007-05-27 |
David Elliott | Allow many Objective-C classes to be uniquified at... |
commit | commitdiff | tree | snapshot |
2007-05-27 |
David Elliott | Add implementation of Objective-C class name uniquifying. |
commit | commitdiff | tree | snapshot |
2007-05-26 |
Robert Roebling | Upport latest changes from 2_8 branch (print dialog |
commit | commitdiff | tree | snapshot |
2007-05-26 |
Robert Roebling | Correct GTK version check |
commit | commitdiff | tree | snapshot |
2007-05-26 |
Paul Cornett | restructure fullscreen code dealing with hiding bars |
commit | commitdiff | tree | snapshot |
2007-05-26 |
Stefan Neis | Another compilation fix. |
commit | commitdiff | tree | snapshot |
2007-05-26 |
Vadim Zeitlin | fix typo: s/radion/radio/ |
commit | commitdiff | tree | snapshot |
2007-05-26 |
Stefan Neis | Added declaration of new method (still to be implemented). |
commit | commitdiff | tree | snapshot |
2007-05-26 |
Stefan Neis | Added missing include. |
commit | commitdiff | tree | snapshot |
2007-05-26 |
Vadim Zeitlin | GetMenuCount() returns size_t, not int |
commit | commitdiff | tree | snapshot |
2007-05-26 |
Robert Roebling | Compilo. |
commit | commitdiff | tree | snapshot |
2007-05-26 |
Stefan Csomor | mac complaining about const to non-const cast |
commit | commitdiff | tree | snapshot |
2007-05-25 |
Václav Slavík | compilation fix: can't use wxUniCharRef in switch statement |
commit | commitdiff | tree | snapshot |
2007-05-25 |
Robert Roebling | Really don't do anything (including not setting the |
commit | commitdiff | tree | snapshot |
2007-05-25 |
Julian Smart | Fix for previous patch |
commit | commitdiff | tree | snapshot |
2007-05-25 |
Julian Smart | Made toolbar background rebar-like on Vista. Solid... |
commit | commitdiff | tree | snapshot |
2007-05-25 |
Vadim Zeitlin | compilation fix for non-PCH build, include wx/wxchar.h |
commit | commitdiff | tree | snapshot |
2007-05-25 |
Václav Slavík | implemented wxActivateEvent and restoring focus after... |
commit | commitdiff | tree | snapshot |
2007-05-25 |
Paul Cornett | Remove unneeded wxTLW child inserter function. |
commit | commitdiff | tree | snapshot |
2007-05-25 |
Vadim Zeitlin | deal correctly with having too few items in wxFlexGridS... |
commit | commitdiff | tree | snapshot |
2007-05-25 |
Vadim Zeitlin | put #if wxUSE_FFILE && wxUSE_STREAMS around functions... |
commit | commitdiff | tree | snapshot |
2007-05-25 |
Vadim Zeitlin | added wxMSW-specific wxEntryStart() overload taking... |
commit | commitdiff | tree | snapshot |
2007-05-25 |
Vadim Zeitlin | fix unreachable code warning in GetUntranslatedString() |
commit | commitdiff | tree | snapshot |
2007-05-24 |
Vadim Zeitlin | disable clearing event tables by default, only do it... |
commit | commitdiff | tree | snapshot |
2007-05-24 |
Vadim Zeitlin | 1. Derive wxMessageDialogBase from wxDialog (why did... |
commit | commitdiff | tree | snapshot |
2007-05-24 |
Vadim Zeitlin | fix DLL export declaration (adv, not core) |
commit | commitdiff | tree | snapshot |
2007-05-24 |
Vadim Zeitlin | don't create wxEventLoop in Initialize(), it's too... |
commit | commitdiff | tree | snapshot |
2007-05-24 |
Vadim Zeitlin | put #if wxUSE_FFILE && wxUSE_STREAMS around functions... |
commit | commitdiff | tree | snapshot |
2007-05-24 |
Vadim Zeitlin | s/wxStaticIcon/wxStaticBitmap/g (bug 1724527) |
commit | commitdiff | tree | snapshot |
2007-05-24 |
Vadim Zeitlin | include wx/wxcrtvararg.h needed for wxSscanf() when... |
commit | commitdiff | tree | snapshot |
2007-05-24 |
Vadim Zeitlin | added wxRect::operator+() and *() (union and intersecti... |
commit | commitdiff | tree | snapshot |
2007-05-24 |
Vadim Zeitlin | declare wxFileSelectorDefaultWildcardStr to fix compila... |
commit | commitdiff | tree | snapshot |
2007-05-24 |
Vadim Zeitlin | added wxAppTraits::CreateConfig() (patch 1721149) |
commit | commitdiff | tree | snapshot |
2007-05-24 |
Vadim Zeitlin | use a different indicator when binding parameters and... |
commit | commitdiff | tree | snapshot |
2007-05-24 |
Vadim Zeitlin | deprecate unneeded wxDIRCTRL_SHOW_FILTERS style, just... |
commit | commitdiff | tree | snapshot |
2007-05-23 |
Vadim Zeitlin | fix wxODCB_PAINTING_SELECTED not being always set ... |
commit | commitdiff | tree | snapshot |
2007-05-23 |
Vadim Zeitlin | don't crash in dtor if the dialog had never been shown... |
commit | commitdiff | tree | snapshot |
2007-05-23 |
Václav Slavík | take wxString, not wxChar* in wxStandardPaths::GetLocal... |
commit | commitdiff | tree | snapshot |
2007-05-22 |
Robert Roebling | [ 1712381 ] CRASH: closing floating panel on GTK |
commit | commitdiff | tree | snapshot |
2007-05-22 |
Robert Roebling | [ 1721029 ] [GTK] memory leak in wxMenu |
commit | commitdiff | tree | snapshot |
2007-05-22 |
Vadim Zeitlin | don't define wxEventLoop class differently in GUI and... |
commit | commitdiff | tree | snapshot |
2007-05-22 |
Vadim Zeitlin | remove unused static function (avoids a warning about it) |
commit | commitdiff | tree | snapshot |
2007-05-22 |
Vadim Zeitlin | use wxCoord with GetTextExtent(), not long (the long... |
commit | commitdiff | tree | snapshot |
2007-05-22 |
Vadim Zeitlin | don't compare wxList::compatibility_iterator with NULL... |
commit | commitdiff | tree | snapshot |
2007-05-22 |
Vadim Zeitlin | pass wxStrings directly to wxFAIL_MSG, there is no... |
commit | commitdiff | tree | snapshot |
2007-05-22 |
Vadim Zeitlin | added wOnAssert(..., wxCStrData) overload to fix compil... |
commit | commitdiff | tree | snapshot |
2007-05-22 |
Vadim Zeitlin | remove GetStandardCmdLineOptions() which is not needed... |
commit | commitdiff | tree | snapshot |
2007-05-21 |
Václav Slavík | added another needed wxOnAssert overload |
commit | commitdiff | tree | snapshot |
2007-05-21 |
Václav Slavík | 1. make debugging macros compatible with ANSI build... |
commit | commitdiff | tree | snapshot |
2007-05-21 |
Václav Slavík | return reference to non-temporary wxString instance... |
commit | commitdiff | tree | snapshot |
2007-05-21 |
Václav Slavík | debug messages don't need translation |
commit | commitdiff | tree | snapshot |
2007-05-21 |
Vadim Zeitlin | enter wxPendingEventLocker critical section in ProcessP... |
commit | commitdiff | tree | snapshot |
2007-05-20 |
Václav Slavík | compilation fix: wxcrt.h, not crt.h |
commit | commitdiff | tree | snapshot |
2007-05-20 |
Paul Cornett | simplify client size calculation |
commit | commitdiff | tree | snapshot |
2007-05-20 |
Paul Cornett | initialize m_sizeSet |
commit | commitdiff | tree | snapshot |
2007-05-19 |
Robert Roebling | Implemented dropdown items in wxToolBar for wxGTK. |
commit | commitdiff | tree | snapshot |
2007-05-19 |
Paul Cornett | move m_sizeSet out of wxWindow |
commit | commitdiff | tree | snapshot |
2007-05-19 |
Paul Cornett | simplify DoSetClientSize |
commit | commitdiff | tree | snapshot |
2007-05-19 |
Vadim Zeitlin | rebaked after evtloopmsw.cpp removal |
commit | commitdiff | tree | snapshot |
2007-05-19 |
Vadim Zeitlin | document wxLaunchDefaultBrowser() scheme handling |
commit | commitdiff | tree | snapshot |
2007-05-19 |
Robert Roebling | Prepend file:// if the URI in wxLaunchDefaultBrowser() |
commit | commitdiff | tree | snapshot |
2007-05-19 |
Vadim Zeitlin | restore WX_UNICODE after building ANSI packages |
commit | commitdiff | tree | snapshot |
2007-05-18 |
David Elliott | Implement a hack so the correct wxGUIEventLoop class... |
commit | commitdiff | tree | snapshot |
2007-05-18 |
David Elliott | Add obvious implementation of wxGUIAppTraits::CreateEve... |
commit | commitdiff | tree | snapshot |
2007-05-18 |
David Elliott | Include sys/types.h from selectdispatcher.h to ensure... |
commit | commitdiff | tree | snapshot |
2007-05-18 |
David Elliott | Add a wxLog::DoCreateOnDemand and call it from DoCommon... |
commit | commitdiff | tree | snapshot |
2007-05-18 |
David Elliott | * Add public wxApp::sm_isEmbedded flag like on wxMac... |
commit | commitdiff | tree | snapshot |
2007-05-18 |
Vadim Zeitlin | we don't need status bar in the MDI children |
commit | commitdiff | tree | snapshot |
2007-05-18 |
Vadim Zeitlin | added virtual wxFrame::FindItemInMenuBar(): overriding... |
commit | commitdiff | tree | snapshot |
2007-05-18 |
Vadim Zeitlin | removed unused statusbar parameter from wxFrameBase... |
commit | commitdiff | tree | snapshot |
2007-05-18 |
Vadim Zeitlin | don't give debug messages about WM_MDISETMENU failure... |
commit | commitdiff | tree | snapshot |
2007-05-18 |
Vadim Zeitlin | don't dereference NULL parent in wxMDIChildFrame dtor... |
commit | commitdiff | tree | snapshot |
2007-05-18 |
Vadim Zeitlin | LaTeX syntax and links corrections |
commit | commitdiff | tree | snapshot |
2007-05-18 |
Vadim Zeitlin | fix warning about unused rc variable in release builds |
commit | commitdiff | tree | snapshot |
2007-05-18 |
Vadim Zeitlin | call wxAppConsole::CleanUp() from the derived class... |
commit | commitdiff | tree | snapshot |
2007-05-18 |
Vadim Zeitlin | delete m_mainLoop on exit |
commit | commitdiff | tree | snapshot |
2007-05-18 |
Vadim Zeitlin | do use the font in DoGetTextExtent() |
commit | commitdiff | tree | snapshot |
2007-05-18 |
Vadim Zeitlin | compilation fix after wxString changes |
commit | commitdiff | tree | snapshot |
2007-05-18 |
Vadim Zeitlin | override DoGetTextExtent instead of redefining GetTextE... |
commit | commitdiff | tree | snapshot |
2007-05-18 |
Vadim Zeitlin | undid unnecessary renaming of src/msw/evtloop.cpp to... |
commit | commitdiff | tree | snapshot |
2007-05-18 |
Julian Smart | Allow negative line spacing |
commit | commitdiff | tree | snapshot |
2007-05-17 |
Paul Cornett | gtk version check should be runtime, not compile time |
commit | commitdiff | tree | snapshot |
next |