2004-03-29 |
Stefan Csomor | attempt to work around SDK specific problems |
tree | commitdiff |
2004-03-29 |
Václav Slavík | applied patch 923858 (fixes crash in zlib streams) |
tree | commitdiff |
2004-03-29 |
Stefan Csomor | BestSize is ok for built-ins |
tree | commitdiff |
2004-03-29 |
Stefan Csomor | another attempt to export |
tree | commitdiff |
2004-03-29 |
Robert Roebling | Applied SetForegorund colour patch for GTK2. |
tree | commitdiff |
2004-03-29 |
Robert Roebling | Applied patches. |
tree | commitdiff |
2004-03-29 |
Stefan Csomor | added tlw include |
tree | commitdiff |
2004-03-29 |
Stefan Csomor | best size calculations based on bitmap size |
tree | commitdiff |
2004-03-29 |
Robin Dunn | Use "&Help" so wxMac doesn't make an extra help menu |
tree | commitdiff |
2004-03-29 |
Stefan Csomor | Update Region is not always correct, we use the visible... |
tree | commitdiff |
2004-03-29 |
Stefan Csomor | UMADrawControl is not to be used anymore |
tree | commitdiff |
2004-03-29 |
Stefan Csomor | Cleanup |
tree | commitdiff |
2004-03-29 |
Stefan Csomor | SetSize with all -1 was returning too soon in some... |
tree | commitdiff |
2004-03-29 |
Stefan Csomor | fixed multiline wrap-around |
tree | commitdiff |
2004-03-29 |
Stefan Csomor | cleanup in toplevel activation, and switching to native... |
tree | commitdiff |
2004-03-29 |
Stefan Csomor | started for unicode text control, in case we will not... |
tree | commitdiff |
2004-03-29 |
Stefan Csomor | added port state save class |
tree | commitdiff |
2004-03-29 |
Vadim Zeitlin | made wxADJUST_MINSIZE default |
tree | commitdiff |
2004-03-29 |
Stefan Csomor | added hilite change notification |
tree | commitdiff |
2004-03-29 |
Stefan Csomor | added new notifications to be added, corrected DoGetBes... |
tree | commitdiff |
2004-03-29 |
Stefan Csomor | support metal appearance |
tree | commitdiff |
2004-03-29 |
Stefan Csomor | correct include for OSX only |
tree | commitdiff |
2004-03-29 |
Stefan Csomor | expose metal appearance |
tree | commitdiff |
2004-03-28 |
Stefan Csomor | fix for get best size when having empty labels |
tree | commitdiff |
2004-03-28 |
Stefan Csomor | added native alignement support |
tree | commitdiff |
2004-03-28 |
Stefan Csomor | Clear does nothing if we have a non valid brush (ie... |
tree | commitdiff |
2004-03-28 |
Stefan Csomor | background drawing uncommented again |
tree | commitdiff |
2004-03-28 |
Stefan Csomor | added first bare bones implementation for PositionToXY... |
tree | commitdiff |
2004-03-28 |
Stefan Csomor | toplevel event handler exposed |
tree | commitdiff |
2004-03-28 |
Václav Slavík | reverted previous commit, it broke URLs parsing |
tree | commitdiff |
2004-03-28 |
Julian Smart | Corrected wxFileSystemHandler::GetRightLocation for... |
tree | commitdiff |
2004-03-28 |
Vadim Zeitlin | removed Win16 code (patch 905241), last version with... |
tree | commitdiff |
2004-03-28 |
Stefan Csomor | visibility changed code fixed |
tree | commitdiff |
2004-03-28 |
Stefan Csomor | mouse handling fixed, skipping if we have no native... |
tree | commitdiff |
2004-03-28 |
Stefan Csomor | extending calculation of visible region |
tree | commitdiff |
2004-03-28 |
Stefan Csomor | typo in mouse event handler |
tree | commitdiff |
2004-03-28 |
Stefan Csomor | showing a bevel button for a multiline label (is not... |
tree | commitdiff |
2004-03-27 |
Vadim Zeitlin | use best size instead of hard coded 80*26 in SetSize... |
tree | commitdiff |
2004-03-27 |
Vadim Zeitlin | just an unused var warnings |
tree | commitdiff |
2004-03-27 |
Vadim Zeitlin | printf() format mismatch warning fixed |
tree | commitdiff |
2004-03-27 |
Stefan Csomor | moving GUI function to proper place |
tree | commitdiff |
2004-03-27 |
Stefan Csomor | new control based view architecture |
tree | commitdiff |
2004-03-27 |
Stefan Csomor | mac fixes |
tree | commitdiff |
2004-03-27 |
Stefan Csomor | proper theme fonts |
tree | commitdiff |
2004-03-27 |
Stefan Csomor | make construct simpler |
tree | commitdiff |
2004-03-27 |
Stefan Csomor | merge of new wxMac code |
tree | commitdiff |
2004-03-27 |
Stefan Csomor | workaround to get things compiling properly under CW... |
tree | commitdiff |
2004-03-27 |
Stefan Csomor | NO_BORDER support backported into carbon subdir |
tree | commitdiff |
2004-03-27 |
Stefan Csomor | export var that is sought for afterwards from shared lib |
tree | commitdiff |
2004-03-27 |
Stefan Csomor | compiler warning fixed |
tree | commitdiff |
2004-03-27 |
Stefan Csomor | get keys support |
tree | commitdiff |
2004-03-27 |
Stefan Csomor | unicode support |
tree | commitdiff |
2004-03-26 |
Vadim Zeitlin | don't set wxMenu::m_menuBar when appending the menu... |
tree | commitdiff |
2004-03-26 |
David Elliott | Add support for checked and radio menu items |
tree | commitdiff |
2004-03-26 |
David Elliott | Implement SetBitmaps() |
tree | commitdiff |
2004-03-26 |
David Elliott | * Add a comment to Enable() indicating that it is prope... |
tree | commitdiff |
2004-03-26 |
Stefan Csomor | files of wxMac moved into carbon subdirs |
tree | commitdiff |
2004-03-26 |
David Elliott | Create real separator items instead of items without... |
tree | commitdiff |
2004-03-26 |
Stefan Csomor | files of wxMac moved into carbon subdirs |
tree | commitdiff |
2004-03-26 |
Stefan Csomor | files of wxMac moved into carbon subdirs |
tree | commitdiff |
2004-03-26 |
Stefan Csomor | added Mach-O shared library targets |
tree | commitdiff |
2004-03-26 |
Stefan Csomor | classic split, building from the files in the src/mac... |
tree | commitdiff |
2004-03-26 |
David Elliott | Create(): use wxAutoNSAutoreleasePool |
tree | commitdiff |
2004-03-26 |
David Elliott | Make wxCocoa work with wxUSE_STL==1: Use Erase instead... |
tree | commitdiff |
2004-03-26 |
David Elliott | Make wxCocoa work with wxUSE_STL==1: |
tree | commitdiff |
2004-03-26 |
Robin Dunn | use wxPopupWindow again |
tree | commitdiff |
2004-03-25 |
Václav Slavík | fixed tree item size calculation (patch 922454, partially) |
tree | commitdiff |
2004-03-25 |
David Elliott | Move m_isShown = false; into base class constructor |
tree | commitdiff |
2004-03-25 |
Julian Smart | Added UpdateSize to wxSplitterWindow, to allow an app |
tree | commitdiff |
2004-03-25 |
Jouk Jansen | Committing in . |
tree | commitdiff |
2004-03-24 |
Robin Dunn | copare lower case |
tree | commitdiff |
2004-03-24 |
Václav Slavík | fixed warnings about unneeded arguments |
tree | commitdiff |
2004-03-24 |
Vadim Zeitlin | don't show the window initially if m_isShown is false... |
tree | commitdiff |
2004-03-23 |
Václav Slavík | unified wxTaskBarIcon behaviour: wxMSW version is not... |
tree | commitdiff |
2004-03-23 |
Julian Smart | Applied patch [ 919026 ] wxBU_EXACTFIT support in wxBit... |
tree | commitdiff |
2004-03-23 |
Julian Smart | Added wxBU_EXACTFIT support to wxBitmapButton on wxMSW |
tree | commitdiff |
2004-03-23 |
Stefan Csomor | classic/carbon split |
tree | commitdiff |
2004-03-22 |
Václav Slavík | marked wxWindows.dsp as deprecated |
tree | commitdiff |
2004-03-22 |
Robin Dunn | Ensure the buffer is NULL-terminated before converting it. |
tree | commitdiff |
2004-03-22 |
Robin Dunn | Expand the range of WXK_ values that are excluded from... |
tree | commitdiff |
2004-03-22 |
Vadim Zeitlin | removed wxMotif::wxMenuItem::DeleteSubMenu() |
tree | commitdiff |
2004-03-22 |
Vadim Zeitlin | auto detect the icon if none given instead of asserting... |
tree | commitdiff |
2004-03-21 |
Vadim Zeitlin | distinguish between main keyboard and numeric enter... |
tree | commitdiff |
2004-03-21 |
Václav Slavík | lists rendering fixes (second part of patch 911377) |
tree | commitdiff |
2004-03-21 |
Václav Slavík | a) navigation panel needs size hint, reverted previous... |
tree | commitdiff |
2004-03-20 |
Robert Roebling | Applied SetItemData() patch. |
tree | commitdiff |
2004-03-20 |
Vadim Zeitlin | compilation fix for the last wxSprintf() change |
tree | commitdiff |
2004-03-20 |
Robert Roebling | Applied notebook font patch. |
tree | commitdiff |
2004-03-20 |
Vadim Zeitlin | reuse existing wxGetTopLevelParent() function in wxMess... |
tree | commitdiff |
2004-03-20 |
Vadim Zeitlin | explicitly return NFR_UNICODE from WM_NOTIFYFORMAT... |
tree | commitdiff |
2004-03-20 |
Vadim Zeitlin | added wxSetCCUnicodeFormat() and use it in wxTreeCtrl... |
tree | commitdiff |
2004-03-20 |
Robert Roebling | i |
tree | commitdiff |
2004-03-20 |
Robert Roebling | Fix conversion error in tooltips. |
tree | commitdiff |
2004-03-20 |
Stefan Csomor | split classic and carbon |
tree | commitdiff |
2004-03-19 |
Vadim Zeitlin | fixed wxSnprintf() for Unicode build |
tree | commitdiff |
2004-03-19 |
Julian Smart | Implemented borderless wxTextCtrl (wxNO_BORDER) |
tree | commitdiff |
2004-03-19 |
Jouk Jansen | Committing in . |
tree | commitdiff |
2004-03-19 |
Julian Smart | Wizard sets default button when displaying new page |
tree | commitdiff |
2004-03-19 |
Julian Smart | When a directory can't accessed, don't assert, return... |
tree | commitdiff |
2004-03-19 |
Jouk Jansen | Committing in . |
tree | commitdiff |
next |