2009-03-18 |
Francesco Montorsi | use doxygen autolinking feature; use @ref command for... |
commit | commitdiff | tree | snapshot |
2009-03-18 |
Francesco Montorsi | fix leftover of previous commits about pixelSize ctor |
commit | commitdiff | tree | snapshot |
2009-03-18 |
Benjamin Williams | updated aui sample to demonstrate/test wxITEM_RADIO... |
commit | commitdiff | tree | snapshot |
2009-03-18 |
Benjamin Williams | added wxITEM_RADIO support to wxAuiToolbar (applied... |
commit | commitdiff | tree | snapshot |
2009-03-18 |
Vadim Zeitlin | add combobox drop down/close up events (closes #10587) |
commit | commitdiff | tree | snapshot |
2009-03-18 |
Vadim Zeitlin | correct typo in SetAltExtensions() method (re-closes... |
commit | commitdiff | tree | snapshot |
2009-03-18 |
Vadim Zeitlin | more bug fixes to multiple selection mode (see #626... |
commit | commitdiff | tree | snapshot |
2009-03-18 |
Vadim Zeitlin | no changes, just correct some comments and variable... |
commit | commitdiff | tree | snapshot |
2009-03-18 |
Vadim Zeitlin | set native eol-style for the overview files |
commit | commitdiff | tree | snapshot |
2009-03-18 |
Francesco Montorsi | add support to wxBitmapToggleButton also in TransferFro... |
commit | commitdiff | tree | snapshot |
2009-03-18 |
Francesco Montorsi | some note about DOT_PATH, specially for Windows |
commit | commitdiff | tree | snapshot |
2009-03-17 |
Francesco Montorsi | wxStatusBarPane is not a window |
commit | commitdiff | tree | snapshot |
2009-03-17 |
Francesco Montorsi | re-add GetFieldsCount() erraneously removed in r59566 |
commit | commitdiff | tree | snapshot |
2009-03-17 |
Kevin Ollivier | Leave anti-aliasing on by default on Mac as well |
commit | commitdiff | tree | snapshot |
2009-03-17 |
Vadim Zeitlin | allow using CPPUNIT_ASSERT_EQUAL(int,unsigned) even... |
commit | commitdiff | tree | snapshot |
2009-03-17 |
Vadim Zeitlin | added the files with separate tags itself (should have... |
commit | commitdiff | tree | snapshot |
2009-03-17 |
Vadim Zeitlin | extract the list of macros to ignore in a separate... |
commit | commitdiff | tree | snapshot |
2009-03-17 |
Francesco Montorsi | the GOption hack is valid for Glib 2.20 too (it looks... |
commit | commitdiff | tree | snapshot |
2009-03-17 |
Kevin Ollivier | Handle the remaining selectors which otherwise lead... |
commit | commitdiff | tree | snapshot |
2009-03-17 |
Francesco Montorsi | guard with compile-time checks the new GDK_* event... |
commit | commitdiff | tree | snapshot |
2009-03-17 |
Jouk Jansen | correct typo in my previous commit |
commit | commitdiff | tree | snapshot |
2009-03-17 |
Jouk Jansen | correcting #ifdef syntax error |
commit | commitdiff | tree | snapshot |
2009-03-16 |
Francesco Montorsi | fix bug when warning string contains percent signs |
commit | commitdiff | tree | snapshot |
2009-03-16 |
Francesco Montorsi | be x86_64-friendly |
commit | commitdiff | tree | snapshot |
2009-03-16 |
Francesco Montorsi | include the path to the real setup.h |
commit | commitdiff | tree | snapshot |
2009-03-16 |
Francesco Montorsi | do not copy the typical setup.h in setup_gccxml.h;... |
commit | commitdiff | tree | snapshot |
2009-03-16 |
Francesco Montorsi | don't fail on machines without french support installed |
commit | commitdiff | tree | snapshot |
2009-03-16 |
Francesco Montorsi | fix compilation with gcc 4.3.3 (and libcppunit 1.12... |
commit | commitdiff | tree | snapshot |
2009-03-16 |
Francesco Montorsi | return updated wxFONT*_* values |
commit | commitdiff | tree | snapshot |
2009-03-16 |
Francesco Montorsi | allow testing wxSystemSettings::GetFont() return value |
commit | commitdiff | tree | snapshot |
2009-03-16 |
Francesco Montorsi | no real change; just reformatting and better comments |
commit | commitdiff | tree | snapshot |
2009-03-16 |
Václav Slavík | detect and report errors in XRC specification of grid... |
commit | commitdiff | tree | snapshot |
2009-03-16 |
Václav Slavík | fixed wxXRC compilation with --disable-filesystem ... |
commit | commitdiff | tree | snapshot |
2009-03-16 |
Vadim Zeitlin | add a menu item to test setting focus (see #626 comment:42) |
commit | commitdiff | tree | snapshot |
2009-03-15 |
Francesco Montorsi | leftovers from r59566 |
commit | commitdiff | tree | snapshot |
2009-03-15 |
Kevin Ollivier | On OS X, the button for wxID_HELP should never accept... |
commit | commitdiff | tree | snapshot |
2009-03-15 |
Francesco Montorsi | make wxStatusBarPane a 'full class' with getters and... |
commit | commitdiff | tree | snapshot |
2009-03-15 |
Francesco Montorsi | wxMSW and wxPalmOS already had the wxFont(const wxSize... |
commit | commitdiff | tree | snapshot |
2009-03-15 |
Francesco Montorsi | add the wxFont(const wxSize& pixelSize, ...) ctor to... |
commit | commitdiff | tree | snapshot |
2009-03-15 |
Kevin Ollivier | Rebake after last change. |
commit | commitdiff | tree | snapshot |
2009-03-15 |
Kevin Ollivier | On Mac, ensure that the library path and dependencies... |
commit | commitdiff | tree | snapshot |
2009-03-15 |
Stefan Csomor | changing layout to better adhere to HIG, fixing truncat... |
commit | commitdiff | tree | snapshot |
2009-03-15 |
Francesco Montorsi | warn the user that for all basic classes wxPoint,wxRect... |
commit | commitdiff | tree | snapshot |
2009-03-15 |
Václav Slavík | fixed docs of rows/cols XRC property |
commit | commitdiff | tree | snapshot |
2009-03-15 |
Stefan Csomor | fixing obj-c warnings |
commit | commitdiff | tree | snapshot |
2009-03-15 |
Václav Slavík | better XRC errors reporting: report location of the... |
commit | commitdiff | tree | snapshot |
2009-03-15 |
Stefan Csomor | making sure peer->Move refreshes properly, bringing... |
commit | commitdiff | tree | snapshot |
2009-03-15 |
Stefan Csomor | changes for embedded, applying patch, fixes #10359 |
commit | commitdiff | tree | snapshot |
2009-03-15 |
Kevin Ollivier | Consider wxOSX the port name, and have wxOSX/Carbon... |
commit | commitdiff | tree | snapshot |
2009-03-15 |
Francesco Montorsi | more docs and more comments in the sample code for... |
commit | commitdiff | tree | snapshot |
2009-03-14 |
Francesco Montorsi | implement the wxGTK selective yield with a different... |
commit | commitdiff | tree | snapshot |
2009-03-14 |
Vadim Zeitlin | fix warning about needless comparison of unsigned with 0 |
commit | commitdiff | tree | snapshot |
2009-03-14 |
Vadim Zeitlin | remove stray debugging printf |
commit | commitdiff | tree | snapshot |
2009-03-14 |
Vadim Zeitlin | compilation fix for Watcom (see #10576) |
commit | commitdiff | tree | snapshot |
2009-03-14 |
Kevin Ollivier | implement EVT_TEXT and EVT_TEXT_ENTER for NSTextView... |
commit | commitdiff | tree | snapshot |
2009-03-14 |
Francesco Montorsi | include all events categories in wxEVT_CATEGORY_ALL |
commit | commitdiff | tree | snapshot |
2009-03-14 |
Stefan Neis | Sorry, needed to fix typo in previous commit. |
commit | commitdiff | tree | snapshot |
2009-03-14 |
Stefan Neis | Update m_nSize when shrinking wxArrayString (fixes... |
commit | commitdiff | tree | snapshot |
2009-03-14 |
Francesco Montorsi | more links to native docs for wxGTK; some typo fix |
commit | commitdiff | tree | snapshot |
2009-03-14 |
Francesco Montorsi | more specs for wxDC::DrawRotatedText |
commit | commitdiff | tree | snapshot |
2009-03-14 |
Francesco Montorsi | add wxSize overloads to wxBitmap ctors and to wxBitmap... |
commit | commitdiff | tree | snapshot |
2009-03-14 |
Francesco Montorsi | add overloads of ctors and Create() functions taking... |
commit | commitdiff | tree | snapshot |
2009-03-14 |
Francesco Montorsi | fix crash caused by an wxMDIClientWindow's GTK signal... |
commit | commitdiff | tree | snapshot |
2009-03-14 |
Francesco Montorsi | revise the sample, simplifying and cleaning it where... |
commit | commitdiff | tree | snapshot |
2009-03-14 |
Francesco Montorsi | do not use @c to refer to wxDefault* objects; use ... |
commit | commitdiff | tree | snapshot |
2009-03-13 |
Francesco Montorsi | avoid GDK warnings about invalid windows when creating... |
commit | commitdiff | tree | snapshot |
2009-03-13 |
Kevin Ollivier | Only MSW supports loading sounds from data. |
commit | commitdiff | tree | snapshot |
2009-03-13 |
Kevin Ollivier | Another place we need an autorelease pool. |
commit | commitdiff | tree | snapshot |
2009-03-13 |
Stefan Csomor | solving inversion problem, because SetShape is redefine... |
commit | commitdiff | tree | snapshot |
2009-03-13 |
Stefan Csomor | making sure toplevel default width/sizes are used |
commit | commitdiff | tree | snapshot |
2009-03-13 |
Stefan Csomor | supporting AA font flags on wxGCDC, fixes #10579 |
commit | commitdiff | tree | snapshot |
2009-03-13 |
Kevin Ollivier | Mac -> OSX header change. |
commit | commitdiff | tree | snapshot |
2009-03-13 |
Jaakko Salli | Allow disabled properties to be expanded/collapsed... |
commit | commitdiff | tree | snapshot |
2009-03-13 |
Václav Slavík | return URLs, not filenames, from wxFileSystem::FindFirs... |
commit | commitdiff | tree | snapshot |
2009-03-13 |
Václav Slavík | added wxXmlResource::LoadAllFiles() |
commit | commitdiff | tree | snapshot |
2009-03-13 |
Julian Smart | Made DoSize and GetPageRect virtual for easier derivati... |
commit | commitdiff | tree | snapshot |
2009-03-13 |
Kevin Ollivier | Rebake after Mac bundle change. |
commit | commitdiff | tree | snapshot |
2009-03-13 |
Kevin Ollivier | Just move the binary inside of the app bundle instead... |
commit | commitdiff | tree | snapshot |
2009-03-12 |
Kevin Ollivier | Removing more CodeWarrior samples. |
commit | commitdiff | tree | snapshot |
2009-03-12 |
Kevin Ollivier | Removing more CodeWarrior project files. |
commit | commitdiff | tree | snapshot |
2009-03-12 |
Kevin Ollivier | Remove docs for the removed CodeWarrior projects. |
commit | commitdiff | tree | snapshot |
2009-03-12 |
Kevin Ollivier | Remove instructions for Mac OS Classic. |
commit | commitdiff | tree | snapshot |
2009-03-12 |
Kevin Ollivier | Removing Classic MacOS / CodeWarrior instructions as... |
commit | commitdiff | tree | snapshot |
2009-03-12 |
Jaakko Salli | Reworked the way child properties can be added to a... |
commit | commitdiff | tree | snapshot |
2009-03-12 |
Kevin Ollivier | Removing pch header files for CodeWarrior and also... |
commit | commitdiff | tree | snapshot |
2009-03-12 |
Kevin Ollivier | Fix reference ids and update Mac requirements in the... |
commit | commitdiff | tree | snapshot |
2009-03-12 |
Kevin Ollivier | Remove CodeWarrior portion of the Mac installation... |
commit | commitdiff | tree | snapshot |
2009-03-12 |
Kevin Ollivier | CodeWarrior has been discontinued on Mac for years... |
commit | commitdiff | tree | snapshot |
2009-03-12 |
Vadim Zeitlin | compilation fix for ANSI build |
commit | commitdiff | tree | snapshot |
2009-03-12 |
Jouk Jansen | update OpenVMS makefiles |
commit | commitdiff | tree | snapshot |
2009-03-12 |
Vadim Zeitlin | corrections to Dutch translation from Gideon van Melle |
commit | commitdiff | tree | snapshot |
2009-03-12 |
Kevin Ollivier | Update wxMac docs to reflect new wxOSX/Carbon and wxOSX... |
commit | commitdiff | tree | snapshot |
2009-03-12 |
Kevin Ollivier | Add a note about the flag for compiling OSX/Cocoa. |
commit | commitdiff | tree | snapshot |
2009-03-11 |
Vadim Zeitlin | reset the associated view frame pointer when the frame... |
commit | commitdiff | tree | snapshot |
2009-03-11 |
Robert Roebling | Commit third algorithm for sorting and preserving old... |
commit | commitdiff | tree | snapshot |
2009-03-11 |
Vadim Zeitlin | work around some (harmless) g++ warnings about possibly... |
commit | commitdiff | tree | snapshot |
2009-03-11 |
Vadim Zeitlin | remove MSVC warnings about DLL-exported class inheritin... |
commit | commitdiff | tree | snapshot |
2009-03-11 |
Vadim Zeitlin | disable IPC test completely as it prevents the test... |
commit | commitdiff | tree | snapshot |
2009-03-11 |
Václav Slavík | renamed ATTRIBUTE_PRINTF to WX_ATTRIBUTE_PRINTF to... |
commit | commitdiff | tree | snapshot |
2009-03-11 |
Kevin Ollivier | Get SetLabel working again for wxStaticText by overridi... |
commit | commitdiff | tree | snapshot |
next |