source: trunk/src/gui/kernel/qapplication_pm.cpp

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @452   16 years Dmitry A. Kuminov gui: Fixed parenthesis.
(edit) @448   16 years Dmitry A. Kuminov gui: DnD: Drag party code in progress.
(edit) @447   16 years Dmitry A. Kuminov gui: DnD: Implemented support for painting in widgets during drag and draw.
(edit) @438   16 years Dmitry A. Kuminov gui: First DnD bits.
(edit) @437   16 years Dmitry A. Kuminov gui: Implemented new blit mirroring method using undocumented …
(edit) @434   16 years Dmitry A. Kuminov gui: Implemented proper generation of possible key and modifier …
(edit) @432   16 years Dmitry A. Kuminov gui: Fixed: Popups shown when another application is active were not …
(edit) @428   16 years Dmitry A. Kuminov gui: Implemented QSessionManager and removed the QT_NO_SESSIONMANAGER …
(edit) @412   16 years Dmitry A. Kuminov general: Made it build using GCC4 and fixed a couple warnings.
(edit) @387   16 years Dmitry A. Kuminov gui/kernel: A better temporary solution for the IME input box (lower …
(edit) @379   16 years Dmitry A. Kuminov gui/kernel: Added support for the IME input box used on DBCS systems …
(edit) @371   16 years Dmitry A. Kuminov gui: Improved font handling (patch by komh): - Read national face …
(edit) @364   16 years Dmitry A. Kuminov gui/kernel: Don't assert if qt_display_ps() is called from a non GUI …
(edit) @353   16 years Dmitry A. Kuminov gui/kernel: Completely steal the Alt key and other default shortcuts …
(edit) @317   16 years Dmitry A. Kuminov gui: Initialize the default color palette using …
(edit) @308   16 years Dmitry A. Kuminov gui: Use manual image flipping (from Qt to PM) instead of setting the …
(edit) @307   16 years Dmitry A. Kuminov gui: Fixed incorrect Qt dirty widget region calculation when …
(edit) @301   16 years Dmitry A. Kuminov gui: Fixed: Due to the vertical PM coordinate space flip comparing to …
(edit) @289   16 years Dmitry A. Kuminov gui: Fixed two sizing-related bugs: - Fixed size top-level widgets …
(edit) @288   16 years Dmitry A. Kuminov gui: Improved widget modality (widgets blocked by modality cannot be …
(edit) @239