2005-01-04 |
Włodzimierz Skiba | Old API depreciated. Use of new API. Source cleaning. |
tree | commitdiff |
2004-11-25 |
Vadim Zeitlin | added test for wxUSE_SCROLLBAR |
tree | commitdiff |
2004-11-16 |
Włodzimierz Skiba | WinCE fix. IsEmpty() -> empty(). |
tree | commitdiff |
2004-11-14 |
Václav Slavík | compilation fix |
tree | commitdiff |
2004-11-14 |
Václav Slavík | added system colours and fonts support to XRC (based... |
tree | commitdiff |
2004-11-12 |
Julian Smart | Notebook page bitmaps now supported. |
tree | commitdiff |
2004-11-07 |
Václav Slavík | use wxART_BUTTON for stock bitmap buttons |
tree | commitdiff |
2004-11-05 |
Václav Slavík | use wxNewId() to implement XRCID |
tree | commitdiff |
2004-11-04 |
Václav Slavík | don't add empty image to tabs |
tree | commitdiff |
2004-11-02 |
Jouk Jansen | Committing in . |
tree | commitdiff |
2004-10-31 |
Václav Slavík | added 'icon' property to wxFrame and wxDialog in XRC |
tree | commitdiff |
2004-10-30 |
David Elliott | CodeWarrior dislikes #include <> syntax for in-tree... |
tree | commitdiff |
2004-10-21 |
Václav Slavík | OS/2 needs wxUSE_OWNER_DRAWN, too |
tree | commitdiff |
2004-10-19 |
Václav Slavík | added wxTB_HORZ_TEXT |
tree | commitdiff |
2004-10-18 |
Václav Slavík | XRC ignored menu bitmap on non-MSW platforms, fixed |
tree | commitdiff |
2004-10-16 |
Václav Slavík | don't use m_instanceAsWindow to convert dialog units... |
tree | commitdiff |
2004-10-14 |
Václav Slavík | added wxTB_HORZ_LAYOUT |
tree | commitdiff |
2004-10-12 |
Václav Slavík | added wxNB_TOP |
tree | commitdiff |
2004-10-12 |
Václav Slavík | added \ escaping in XRC (patch 1042675) |
tree | commitdiff |
2004-10-08 |
Włodzimierz Skiba | Better markup. |
tree | commitdiff |
2004-10-05 |
Václav Slavík | added wxRB_SINGLE |
tree | commitdiff |
2004-09-24 |
Włodzimierz Skiba | Above 2.3.0 SetBitmap is still for owner drawn only. |
tree | commitdiff |
2004-09-23 |
Václav Slavík | wxUSE_XRC implies wxUSE_XML now |
tree | commitdiff |
2004-09-22 |
Ryan Norton | wxUSE_XML and wxUSE_XRC build fixes if expat is not... |
tree | commitdiff |
2004-09-22 |
Włodzimierz Skiba | Correct #if markup to spin-based controls handling. |
tree | commitdiff |
2004-09-18 |
Václav Slavík | moving XRC to the core |
tree | commitdiff |
2004-09-18 |
Václav Slavík | moving XRC to the core |
tree | commitdiff |
2004-09-05 |
Václav Slavík | added all IDs |
tree | commitdiff |
2004-09-04 |
Václav Slavík | wxArtProvider fix |
tree | commitdiff |
2004-09-01 |
Robin Dunn | rebaked, for addition of xh_tglbtn |
tree | commitdiff |
2004-09-01 |
Robin Dunn | Add 3-state styles, and wxALIGN_RIGHT |
tree | commitdiff |
2004-09-01 |
Julian Smart | Added wxToggleButton handler |
tree | commitdiff |
2004-08-31 |
Julian Smart | Added wxToggleButton handler |
tree | commitdiff |
2004-08-25 |
Robin Dunn | wxScrolledWindow should allow the same styles as wxPane... |
tree | commitdiff |
2004-08-24 |
Václav Slavík | added wxListBox styles |
tree | commitdiff |
2004-08-15 |
Václav Slavík | all windows can use wxCLIP_CHILDREN |
tree | commitdiff |
2004-07-29 |
Julian Smart | Needs log.h |
tree | commitdiff |
2004-07-25 |
Vadim Zeitlin | added status bar fields styles support (patch 988292) |
tree | commitdiff |
2004-07-22 |
Václav Slavík | install headers in prefix/include/wx-version/wx/ instea... |
tree | commitdiff |
2004-07-16 |
Václav Slavík | added wxXRC_NO_RELOADING |
tree | commitdiff |
2004-06-24 |
Václav Slavík | deprecated wxBookCtrlSizer and wxNotebookSizer, they... |
tree | commitdiff |
2004-06-12 |
Dimitri Schoolwerth | removed SetAutoLayout(true) calls when a corresponding... |
tree | commitdiff |
2004-06-11 |
Włodzimierz Skiba | wxID_ANY, wxDefaultSize, wxDefaultPosition, wxNOT_FOUND... |
tree | commitdiff |
2004-06-10 |
Julian Smart | OR extra style with existing value or some implementati... |
tree | commitdiff |
2004-05-24 |
Julian Smart | Regenerated makefiles for 2.5.2 |
tree | commitdiff |
2004-05-18 |
Robin Dunn | Add wxFULL_REPAINT_ON_RESIZE |
tree | commitdiff |
2004-05-18 |
Julian Smart | Set fields count even if don't have widthds |
tree | commitdiff |
2004-05-17 |
Julian Smart | Check for empty "widths" |
tree | commitdiff |
2004-05-12 |
Julian Smart | Added window styles to wxToolBar handler. |
tree | commitdiff |
2004-04-14 |
Robin Dunn | Added wxSizerItem::SetMinSize that calls m_window-... |
tree | commitdiff |
2004-04-14 |
Robin Dunn | Compilation fixes |
tree | commitdiff |
2004-04-11 |
Václav Slavík | added more styles (patch 933354) |
tree | commitdiff |
2004-04-11 |
Václav Slavík | added wxTE_AUTO_SCROLL and wxTE_NO_VSCROLL |
tree | commitdiff |
2004-04-09 |
David Elliott | Baked with Bakefile 0.1.4 |
tree | commitdiff |
2004-04-07 |
Robin Dunn | Changed name to wxFIXED_MINSIZE since that is more... |
tree | commitdiff |
2004-04-07 |
Robin Dunn | XRC needs to know about wxFIXED_SIZE too. |
tree | commitdiff |
2004-04-06 |
Dimitri Schoolwerth | applied patch #929947: "Various cleaning of warnings... |
tree | commitdiff |
2004-03-23 |
Julian Smart | Applied patch [ 919026 ] wxBU_EXACTFIT support in wxBit... |
tree | commitdiff |
2004-02-29 |
Václav Slavík | compilation fix for wxUSE_FILESYSTEM=0 |
tree | commitdiff |
2004-02-19 |
Václav Slavík | regenerated makefiles |
tree | commitdiff |
2004-02-18 |
Julian Smart | Added wxDIALOG_NO_PARENT style to XRC |
tree | commitdiff |
2004-02-15 |
David Elliott | Bakefile 0.1.3 |
tree | commitdiff |
2004-02-11 |
Václav Slavík | make it possible to override translatable status of... |
tree | commitdiff |
2004-02-05 |
Václav Slavík | makefiles update |
tree | commitdiff |
2004-01-28 |
Dimitri Schoolwerth | Applied patch #886192: "Minor fix to XRC contrib";... |
tree | commitdiff |
2004-01-26 |
Julian Smart | Added RTTI |
tree | commitdiff |
2004-01-24 |
David Elliott | Baked bakefiles |
tree | commitdiff |
2004-01-23 |
Julian Smart | Applied patch [ 882493 ] Added XRC support for wxStatusBar |
tree | commitdiff |
2004-01-22 |
David Elliott | Baked files with Bakefile 0.1.2 (Mac OS 10.3 Python... |
tree | commitdiff |
2004-01-08 |
Julian Smart | Added wxWS_EX_BLOCK_EVENTS style |
tree | commitdiff |
2003-12-15 |
Václav Slavík | regenerated makefiles |
tree | commitdiff |
2003-12-12 |
Václav Slavík | don't crash |
tree | commitdiff |
2003-12-12 |
Václav Slavík | wxScrolledWindow can have children, too |
tree | commitdiff |
2003-12-11 |
Julian Smart | Applied patch [ 843965 ] RC/WXRC/XML related contribs... |
tree | commitdiff |
2003-12-03 |
Václav Slavík | unknown controls container can't be subclassed, assert... |
tree | commitdiff |
2003-11-08 |
Mattia Barbon | wxXRC STL-ification. |
tree | commitdiff |
2003-11-07 |
Robin Dunn | Forgot to change the pos and span names |
tree | commitdiff |
2003-11-07 |
Robin Dunn | Refactored wxSizerXmlHandler and added support for... |
tree | commitdiff |
2003-10-13 |
Václav Slavík | fixed double filename->URL conversion |
tree | commitdiff |
2003-10-10 |
Václav Slavík | return false from wxXmlResource::Load if the resource... |
tree | commitdiff |
2003-10-07 |
Václav Slavík | fixed bakefile so that in-tree headers take precedence... |
tree | commitdiff |
2003-10-07 |
Václav Slavík | added .chm support for Unix (Markus Sinner) -- regenera... |
tree | commitdiff |
2003-09-19 |
Robin Dunn | Regenerated some contrib makefiles |
tree | commitdiff |
2003-09-15 |
Václav Slavík | added DESTDIR support to make install |
tree | commitdiff |
2003-09-15 |
Julian Smart | Updated makefiles etc. for 2.5.1 |
tree | commitdiff |
2003-09-12 |
Robin Dunn | The unknown control container should always have the... |
tree | commitdiff |
2003-09-10 |
Václav Slavík | check for m_parentAsWindow!=NULL |
tree | commitdiff |
2003-08-28 |
Václav Slavík | unknown container now accepts wxNO_FULL_REPAINT_ON_RESI... |
tree | commitdiff |
2003-08-28 |
Václav Slavík | wxCheckList -> wxCheckListBox |
tree | commitdiff |
2003-08-26 |
Robin Dunn | Better #if checks for mac in ProcessPlatformProperty |
tree | commitdiff |
2003-08-26 |
Václav Slavík | __WINDOWS__, not __WXMSW__ |
tree | commitdiff |
2003-08-24 |
Julian Smart | Added missing wxCalendarCtrl styles |
tree | commitdiff |
2003-08-23 |
Václav Slavík | regenerated with fixed version of bakefile |
tree | commitdiff |
2003-08-22 |
Robin Dunn | regenerated makefiles |
tree | commitdiff |
2003-08-15 |
Václav Slavík | change MSW libs directories so that libraries are share... |
tree | commitdiff |
2003-08-15 |
Václav Slavík | removed old makefiles |
tree | commitdiff |
2003-08-14 |
Václav Slavík | no longer meaningful |
tree | commitdiff |
2003-08-14 |
Václav Slavík | removing old makefiles |
tree | commitdiff |
2003-08-14 |
Václav Slavík | removing old makefiles |
tree | commitdiff |
2003-08-09 |
Václav Slavík | added support for gcc precompiled headers |
tree | commitdiff |
next |