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 |
2004-06-21 |
Robin Dunn | reverted m_adjustMinSize change prepatory for a new... |
tree | commitdiff |
2004-06-21 |
Vadim Zeitlin | removed Direction_Max from Direction enum for consisten... |
tree | commitdiff |
2004-06-21 |
Włodzimierz Skiba | Array of strings is needed regardless of wxUSE_CMDLINE_... |
tree | commitdiff |
2004-06-21 |
Václav Slavík | reverted previous revision, old clipboard API is still... |
tree | commitdiff |
2004-06-21 |
Václav Slavík | don't export deprecated interface to clipboard from DLL |
tree | commitdiff |
2004-06-21 |
Václav Slavík | wxClipboard changes compilation fixes |
tree | commitdiff |
2004-06-21 |
Václav Slavík | identify more compilers |
tree | commitdiff |
2004-06-20 |
Václav Slavík | create wxTheClipboard on first use, not startup --... |
tree | commitdiff |
2004-06-20 |
Václav Slavík | check for wputc wputchar putws fputws availability |
tree | commitdiff |
2004-06-20 |
Mattia Barbon | Fix for declaring arrays for non-numeric/non-pointer... |
tree | commitdiff |
2004-06-20 |
Mattia Barbon | Compilation fixes. |
tree | commitdiff |
2004-06-19 |
Václav Slavík | don't explicitly set font and bg colour |
tree | commitdiff |
2004-06-19 |
Václav Slavík | moved DoApplyWidgetStyle to wxWindowGTK |
tree | commitdiff |
2004-06-19 |
Mattia Barbon | Remove no longer used header. |
tree | commitdiff |
2004-06-19 |
Robin Dunn | Controls will readjust their size and minsize when... |
tree | commitdiff |
2004-06-18 |
Václav Slavík | reset fg/bg colour and font to default if set to wxNull... |
tree | commitdiff |
2004-06-17 |
Włodzimierz Skiba | Separation of wxUSE_FILEDLG and wxUSE_DIRDLG in generic... |
tree | commitdiff |
2004-06-17 |
Włodzimierz Skiba | Code cleaning: wxID_ANY, wxDefaultSize, wxDefaultPositi... |
tree | commitdiff |
2004-06-16 |
Václav Slavík | WXDLLEXPORT correction |
tree | commitdiff |
2004-06-16 |
Włodzimierz Skiba | Smartphone menus. |
tree | commitdiff |
2004-06-16 |
Włodzimierz Skiba | Warning fixes for WinCE. |
tree | commitdiff |
2004-06-16 |
Włodzimierz Skiba | Smartphone specific resource files. |
tree | commitdiff |
2004-06-16 |
Robin Dunn | Add SetMinSize and SetMaxSize to go along with the... |
tree | commitdiff |
2004-06-15 |
Julian Smart | Enum becomes public |
tree | commitdiff |
2004-06-15 |
Julian Smart | Navigate corrections |
tree | commitdiff |
2004-06-15 |
Włodzimierz Skiba | wxParseWildcard added instead of methods hidden under... |
tree | commitdiff |
2004-06-15 |
Julian Smart | With wxTE_PROCESS_TAB, tabs are now inserted in the... |
tree | commitdiff |
2004-06-15 |
Chris Elliott | fix for Borland Dll build (SF bug #972989) |
tree | commitdiff |
2004-06-15 |
Robin Dunn | Add DoGetBestSize to wxCheckListBox that adds room... |
tree | commitdiff |
2004-06-14 |
Václav Slavík | fixed GTK styles handling: |
tree | commitdiff |
2004-06-14 |
Václav Slavík | respect GTK+'s theme tooltip colour settings |
tree | commitdiff |
2004-06-13 |
Julian Smart | Added event table macros to wxGrid that take window... |
tree | commitdiff |
2004-06-13 |
Vadim Zeitlin | corrected DBErrorList DLL export declaration |
tree | commitdiff |
2004-06-13 |
Julian Smart | Fix for DLL compilation bug (Fritz Elfert) |
tree | commitdiff |
2004-06-12 |
Dimitri Schoolwerth | removed SetAutoLayout(true) calls when a corresponding... |
tree | commitdiff |
2004-06-12 |
Robert Roebling | Added master define for CommandBar vs. PocketPC mixed... |
tree | commitdiff |
2004-06-11 |
Robert Roebling | Compile fix for HANDHELDPC |
tree | commitdiff |
2004-06-11 |
Robert Roebling | Compile fix. |
tree | commitdiff |
2004-06-11 |
Robert Roebling | Added compatibility fix for wxADJUST_MINSIZE |
tree | commitdiff |
2004-06-11 |
Włodzimierz Skiba | wxID_ANY, wxDefaultSize, wxDefaultPosition, wxNOT_FOUND... |
tree | commitdiff |
2004-06-10 |
Václav Slavík | removed outdated comment |
tree | commitdiff |
2004-06-10 |
Dimitri Schoolwerth | clarified the parameters of MB2WC and WC2MB a little... |
tree | commitdiff |
2004-06-10 |
Vadim Zeitlin | fixed assert in SetItemText() for wxTR_MULTIPLE controls |
tree | commitdiff |
2004-06-09 |
Vadim Zeitlin | explicit this-> is required by C++ standard, not g... |
tree | commitdiff |
2004-06-09 |
Václav Slavík | removed unneeded prototype |
tree | commitdiff |
2004-06-08 |
Stefan Csomor | direct ie non mutex crit-section implementation |
tree | commitdiff |
2004-06-07 |
Václav Slavík | blind fix for compilation error in EVT macros |
tree | commitdiff |
2004-06-06 |
Václav Slavík | fixed incorrect assert (patch #943970) |
tree | commitdiff |
2004-06-05 |
Václav Slavík | don't define _puttchar ourselves when using newest... |
tree | commitdiff |
next |