2004-07-23 |
Vadim Zeitlin | unhide the other HitTest() overload |
tree | commitdiff |
2004-07-23 |
Robin Dunn | Fix for unhiding the other version of the base class... |
tree | commitdiff |
2004-07-23 |
Vadim Zeitlin | fixed inserting styled text into an empty control under... |
tree | commitdiff |
2004-07-23 |
Vadim Zeitlin | don't modify all wxBitmaps sharing the same wxBitmapRef... |
tree | commitdiff |
2004-07-23 |
Vadim Zeitlin | implement HitTest(pos) variant and not HitTest(x, y... |
tree | commitdiff |
2004-07-23 |
Vadim Zeitlin | implemented HitTest() for GTK2; test it in the sample |
tree | commitdiff |
2004-07-23 |
Vadim Zeitlin | compilation fix for gcc (closes bug 996701) |
tree | commitdiff |
2004-07-23 |
Robin Dunn | Changed to match wxPython's current subrelease number |
tree | commitdiff |
2004-07-23 |
Vadim Zeitlin | added wxSUBRELEAS_NUMBER and macro to check for it |
tree | commitdiff |
2004-07-23 |
Włodzimierz Skiba | wxUSE_BUTTONBAR removed. |
tree | commitdiff |
2004-07-22 |
Mattia Barbon | Added compatibility functions for wxUSE_STL = 1: |
tree | commitdiff |
2004-07-22 |
Vadim Zeitlin | added wxDIB(HBITMAP) ctor and corresponding Create... |
tree | commitdiff |
2004-07-22 |
Václav Slavík | use sizers instead of constraints in wxProgressDialog... |
tree | commitdiff |
2004-07-22 |
Václav Slavík | removed enum that was causing more problems than it... |
tree | commitdiff |
2004-07-21 |
Stefan Csomor | ryan's QT implementation |
tree | commitdiff |
2004-07-21 |
Vadim Zeitlin | implemented wxNativeFontInfo::operator=() when wxUSE_PA... |
tree | commitdiff |
2004-07-21 |
Stefan Csomor | first attempt for full screen implementation |
tree | commitdiff |
2004-07-20 |
Vadim Zeitlin | don't suppose that all 32bpp DIBs have alpha, this... |
tree | commitdiff |
2004-07-20 |
Vadim Zeitlin | AddFile(wxImage&) -> AddFile(const wxImage&) |
tree | commitdiff |
2004-07-20 |
Robin Dunn | DoPrepareDC needs the dc. |
tree | commitdiff |
2004-07-20 |
Stefan Csomor | background handling |
tree | commitdiff |
2004-07-20 |
Vadim Zeitlin | added DoPrepareDC() |
tree | commitdiff |
2004-07-20 |
Włodzimierz Skiba | wxDefaultSize.* and wxDefaultPosition.* to wxDefaultCoord. |
tree | commitdiff |
2004-07-20 |
Stefan Csomor | avoid unimplemented wx stubs being used |
tree | commitdiff |
2004-07-19 |
Włodzimierz Skiba | Fixes for wxUSE_STATUSBAR. |
tree | commitdiff |
2004-07-18 |
Václav Slavík | HAVE_XIM is disabled in GTK2 build, don't include usele... |
tree | commitdiff |
2004-07-17 |
Robin Dunn | Use DeafultAttributes instead of hard coded defaults |
tree | commitdiff |
2004-07-16 |
Václav Slavík | added wxXRC_NO_RELOADING |
tree | commitdiff |
2004-07-16 |
Václav Slavík | made SelectionToText and ToText public |
tree | commitdiff |
2004-07-16 |
Václav Slavík | added wxHtmlWindow::ToText |
tree | commitdiff |
2004-07-16 |
Vadim Zeitlin | fixed fatal bug in wxString ctor from wxCharBuffer... |
tree | commitdiff |
2004-07-16 |
Roger Gammans | * add documentation for wxMemoryBuffer |
tree | commitdiff |
2004-07-15 |
Václav Slavík | DLL export fixes (patch 991760) |
tree | commitdiff |
2004-07-15 |
Václav Slavík | fixed dllexports: wxClientData is now in wxBase, not... |
tree | commitdiff |
2004-07-15 |
Włodzimierz Skiba | More broken compilers with enum/wxString& ambiguity. |
tree | commitdiff |
2004-07-14 |
Stefan Csomor | making getter const |
tree | commitdiff |
2004-07-13 |
Stefan Csomor | adding correct events |
tree | commitdiff |
2004-07-12 |
Václav Slavík | oops, reverted clntdata.h change, it _is_ needed |
tree | commitdiff |
2004-07-12 |
Václav Slavík | clntdata.h is needed only if wxUSE_GUI |
tree | commitdiff |
2004-07-11 |
Stefan Csomor | further separating implementation |
tree | commitdiff |
2004-07-09 |
Vadim Zeitlin | added wxNavigationKeyEvent::IsBackward to be able to... |
tree | commitdiff |
2004-07-05 |
Dimitri Schoolwerth | use slashes in #include, not backslashes |
tree | commitdiff |
2004-07-04 |
Vadim Zeitlin | typo/spelling fixes (patch 983448) |
tree | commitdiff |
2004-07-03 |
Václav Slavík | a better way of applying style changes to label_widget |
tree | commitdiff |
2004-07-03 |
Robert Roebling | Not sure how important that is, but now you |
tree | commitdiff |
2004-07-03 |
Stefan Csomor | going on with wxMacControl functionality |
tree | commitdiff |
2004-07-03 |
Robin Dunn | Invalidate notebook best size when pages are added... |
tree | commitdiff |
2004-07-03 |
Václav Slavík | implemented tab order in wxGTK2 |
tree | commitdiff |
2004-07-03 |
Václav Slavík | m_queuedFullRedraw is not used anymore |
tree | commitdiff |
2004-07-02 |
Václav Slavík | fixed memory leak in wxNativeFontInfo when using Pango |
tree | commitdiff |
2004-07-02 |
Stefan Csomor | moving implementation out of class declaration |
tree | commitdiff |
2004-07-01 |
Vadim Zeitlin | fix wxTolower/upper() behaviour with signed chars ... |
tree | commitdiff |
2004-07-01 |
Vadim Zeitlin | added wxMilli/MicroSleep(), deprecated wxUsleep() |
tree | commitdiff |
2004-07-01 |
Vadim Zeitlin | added and documented wxWindow::MoveBefore/AfterInTabOrder() |
tree | commitdiff |
2004-07-01 |
Vadim Zeitlin | removed spurious semicolon |
tree | commitdiff |
2004-07-01 |
Vadim Zeitlin | added and documented wxKey/MouseEvent::CmdDown() |
tree | commitdiff |
2004-06-30 |
Robin Dunn | Layout fixes due to measuring with the wrong font.... |
tree | commitdiff |
2004-06-30 |
Václav Slavík | SetDefaultXXX -> SetOwnXXX |
tree | commitdiff |
2004-06-30 |
Vadim Zeitlin | added WindowHDC similar to Screen/MemoryHDC |
tree | commitdiff |
2004-06-30 |
Vadim Zeitlin | fix VC++ warning about redeclaring wxHtmlHelpMergedInde... |
tree | commitdiff |
2004-06-30 |
Václav Slavík | decoupled attributes inheritance and m_hasXXX flags |
tree | commitdiff |
2004-06-30 |
Václav Slavík | made GetEntitiesParser public, it's useful for some... |
tree | commitdiff |
2004-06-29 |
Václav Slavík | implemented nested index entries and index entries... |
tree | commitdiff |
2004-06-29 |
Robin Dunn | wxTreeListCtrl still uses the wxTR_TWIST_BUTTONS style |
tree | commitdiff |
2004-06-28 |
Václav Slavík | implemented nested index entries and index entries... |
tree | commitdiff |
2004-06-28 |
Václav Slavík | wxHTML_REALLOC_STEP not used anymore |
tree | commitdiff |
2004-06-28 |
Václav Slavík | wxObjArray::empty() was missing |
tree | commitdiff |
2004-06-28 |
Mattia Barbon | Compilation fixes. |
tree | commitdiff |
2004-06-27 |
Václav Slavík | more fixes to HTML entities parsing when loading .hhk... |
tree | commitdiff |
2004-06-27 |
Václav Slavík | fixed setting colour of wxStaticText in case the label... |
tree | commitdiff |
2004-06-27 |
Václav Slavík | fixes to charset conversion when loading non-Latin1... |
tree | commitdiff |
2004-06-26 |
Václav Slavík | implemented 3state checkboxes in wxGTK with GTK2 |
tree | commitdiff |
2004-06-26 |
Václav Slavík | more fixes to keypress handling in wxGTK: |
tree | commitdiff |
2004-06-26 |
Vadim Zeitlin | added and documented wxKeyEvent::GetUnicodeKey(); made... |
tree | commitdiff |
2004-06-25 |
Dimitri Schoolwerth | fixed include dependency |
tree | commitdiff |
2004-06-24 |
Robin Dunn | Optimized sizers to not call CalcMin more often than... |
tree | commitdiff |
2004-06-24 |
Robin Dunn | * Implemented BestSize cache |
tree | commitdiff |
2004-06-24 |
Václav Slavík | use GtkIMContext variable, not GtkIMMulticontext, we... |
tree | commitdiff |
2004-06-24 |
David Elliott | * Do not use class posing to handle target/action. |
tree | commitdiff |
2004-06-24 |
Václav Slavík | fixed warnings after GetFont prototype change |
tree | commitdiff |
2004-06-24 |
Václav Slavík | deprecated wxBookCtrlSizer and wxNotebookSizer, they... |
tree | commitdiff |
2004-06-24 |
Robin Dunn | wxDefaultCoord |
tree | commitdiff |
2004-06-23 |
Václav Slavík | allow msgids in !=English languages (based on Stefan... |
tree | commitdiff |
2004-06-23 |
Václav Slavík | no need to update default colours and refresh if syscol... |
tree | commitdiff |
2004-06-23 |
Włodzimierz Skiba | Make some long #ifs shorter but multiline so diffs... |
tree | commitdiff |
2004-06-23 |
David Elliott | wxCocoa: Added wxScrollBar |
tree | commitdiff |
2004-06-23 |
Włodzimierz Skiba | Make some long #ifs shorter but multiline so diffs... |
tree | commitdiff |
2004-06-23 |
Dimitri Schoolwerth | fixed unresolved symbol main (occurred with wxMac) |
tree | commitdiff |
2004-06-23 |
Włodzimierz Skiba | Private macro moved in waiting for DektopPolicy impleme... |
tree | commitdiff |
2004-06-23 |
Václav Slavík | removed non-const wxWindow::GetFont and GetCursor |
tree | commitdiff |
2004-06-23 |
Włodzimierz Skiba | Shortcuts for avoiding #ifdef __SMARTPHONE__ conditions. |
tree | commitdiff |
2004-06-23 |
Václav Slavík | include bitmap.h not needed anymore |
tree | commitdiff |
2004-06-22 |
Vadim Zeitlin | fix for a warning in DLL build (patch 966823) |
tree | commitdiff |
2004-06-22 |
Vadim Zeitlin | fixed assertion failure if Ok or Cancel button is click... |
tree | commitdiff |
2004-06-22 |
Vadim Zeitlin | remove unnecessary (and provoking a warning under IRIX... |
tree | commitdiff |
2004-06-22 |
Włodzimierz Skiba | wxParseWildcard renamed to wxParseCommonDialogsFilter... |
tree | commitdiff |
2004-06-22 |
Vadim Zeitlin | moved wxEntry(HINSTANCE, ...) declaration to wx/msw... |
tree | commitdiff |
2004-06-22 |
Vadim Zeitlin | fixed wxEntry() signature |
tree | commitdiff |
2004-06-22 |
Włodzimierz Skiba | Maximized dialogs for SmartPhone. |
tree | commitdiff |
2004-06-22 |
David Elliott | Observe NSControlTintDidChangeNotification in the appli... |
tree | commitdiff |
next |